Make readme more suitable for both bin and src distribution
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131541 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f7ecad06bb
commit
258463ff5b
22
README.txt
22
README.txt
|
@ -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 @@ $ ant doc
|
|||
To build the jar and API doc at once :
|
||||
|
||||
$ ant dist
|
||||
|
||||
|
||||
Maven
|
||||
-----
|
||||
The component can also be built using Maven.
|
||||
http://maven.apache.org
|
||||
|
|
Loading…
Reference in New Issue