You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/05/22 18:53:49 UTC

cvs commit: avalon-excalibur/fortress README.txt

bloritsch    2003/05/22 09:53:48

  Modified:    fortress README.txt
  Log:
  update README.txt with J Aaron Farr's comments
  
  Revision  Changes    Path
  1.3       +30 -0     avalon-excalibur/fortress/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/fortress/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt	22 Jun 2002 16:35:01 -0000	1.2
  +++ README.txt	22 May 2003 16:53:48 -0000	1.3
  @@ -1,6 +1,36 @@
                     Avalon Excalibur Fortress
                     -------------------------
   
  +What is it?
  +-----------
  +
   Fortress is a replacement for Excalibur's component package.  It
   makes it easier to build your own scalable containers.  It does
   separate the Container logic from the component accessor logic.
  +
  +Where is it?
  +------------
  +
  +http://avalon.apache.org/excalibur/fortress/
  +
  +Included Files
  +--------------
  +
  +LICENSE.txt               Apache Software License 1.1 that covers Fortress
  +README.txt                This file.  A general overview.
  +docs/                     API documentation (javadocs)
  +examples.zip              Contains the Fortress examples distribution
  +src.zip                   Contains the Fortress source code
  +excalibur-fortress-*.jar  Prebuilt Fortress binary distribution jars
  +   1.0.jar                  contains just the Fortress classes 
  +                            (i.e.- the classes in src.zip)\
  +   complete-1.0.jar	    Fortress classes + excalibur dependencies:
  +                             apache-altrmi
  +                             excalibur-i18n
  +                             excalibur-instrument
  +                             excalibur-event
  +                             excalibur-logger
  +                             excalibur-resolver
  +                             excalibur-lifecycle
  +   tools-1.0.jar            Fortress tools package
  +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org