You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by do...@apache.org on 2001/02/24 06:24:10 UTC

cvs commit: jakarta-avalon README WARNING

donaldp     01/02/23 21:24:10

  Modified:    .        README
  Removed:     .        WARNING
  Log:
  Updated README and removed WARNING
  
  Revision  Changes    Path
  1.2       +1 -36     jakarta-avalon/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	2001/02/23 10:47:32	1.1
  +++ README	2001/02/24 05:24:10	1.2
  @@ -12,7 +12,7 @@
     Where is it?
     ------------
   
  -  http://java.apache.org/framework
  +  http://jakarta.apache.org/avalon
   
     Requirements
     ------------
  @@ -20,38 +20,3 @@
     -JDK1.2 or above
     -To build form CVS you must set JAVA_HOME to the jdk dir (eg:/usr/bin/jdk1.2 or 
      c:\jdk1.3)
  -   
  -  Distribution
  -  ------------
  -  Distribution contains the following:
  -  -xerces.jar               Any SAX2 parser will work. By default xerces is used.
  -  -avalon-engine.jar        The avalon kernel
  -  -avalon-demo.sar          Sample server application provided with the kernel
  -  -avalon-loader.jar        Avalon loader
  -
  -  Installation Instructions and Documentation
  -  -------------------------------------------
  -
  -  Avalon is a framework that loads and runs servers. Without a server 
  -  plugged into it, it doesn't do anything. To run it just execute run.bat 
  -  or run.sh in the distribution bin folder. See docs/ subdirectory for further
  -  documentation.
  -
  -  Acknowledgements
  -  ----------------
  -
  -  As well as code from various Apache projects this projects also 
  -  contains code (bytecode manipulation) from the Kawa project at 
  -  http://www.gnu.org/software/kawa/
  -  
  -  Licensing and legal issues
  -  --------------------------
  -
  -  For other legal and licensing issues, please read the LICENSE file.
  -
  -  Thanks for using Avalon.
  -
  -                                           The Java Apache Project
  -                                           http://java.apache.org/                                         
  -                                           
  -