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:
Stephen Colebourne 2004-01-10 18:10:13 +00:00
parent f7ecad06bb
commit 258463ff5b
1 changed files with 18 additions and 4 deletions

View File

@ -1,11 +1,19 @@
Jakarta Commons Collections Jakarta Commons Collections
=========================== ===========================
Welcome to the Collections component of the Jakarta Commons Welcome to the Collections component of the Jakarta Commons project.
project. This component contains many new collections and collection utilities.
This component requires the excellent Ant utility. It can Two jar files are produced by this component.
be found here : 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/ http://ant.apache.org/
@ -38,3 +46,9 @@ $ ant doc
To build the jar and API doc at once : To build the jar and API doc at once :
$ ant dist $ ant dist
Maven
-----
The component can also be built using Maven.
http://maven.apache.org