scolebourne    2004/01/10 10:10:13

  Modified:    collections README.txt
  Log:
  Make readme more suitable for both bin and src distribution
  
  Revision  Changes    Path
  1.4       +18 -4     jakarta-commons/collections/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/README.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README.txt        4 Jul 2003 03:09:59 -0000       1.3
  +++ README.txt        10 Jan 2004 18:10:13 -0000      1.4
  @@ -1,11 +1,19 @@
   Jakarta Commons Collections
   ===========================
   
  -Welcome to the Collections component of the Jakarta Commons
  -project.
  +Welcome to the Collections component of the Jakarta Commons project.
  +This component contains many new collections and collection utilities.
   
  -This component requires the excellent Ant utility.  It can 
  -be found here :
  +Two jar files are produced by this component.
  +The first, commons-collections.jar is the main jar used by applications.
  +The second, commons-collections-testframework.jar is an extension to junit
  +for testing new collection implementations and is not normally used by applications.
  +
  +
  +Building from source
  +--------------------
  +This component requires the excellent Ant utility.
  +It can be found here :
   
     http://ant.apache.org/
   
  @@ -38,3 +46,9 @@
   To build the jar and API doc at once :
   
   $ ant dist
  +
  +
  +Maven
  +-----
  +The component can also be built using Maven.
  +http://maven.apache.org
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to