[Plexus-svn] SF.net SVN: plexus:[855] trunk/plexus/README
Status: Alpha
Brought to you by:
rconner
From: <rc...@us...> - 2010-09-04 21:03:07
|
Revision: 855 http://plexus.svn.sourceforge.net/plexus/?rev=855&view=rev Author: rconner Date: 2010-09-04 21:03:01 +0000 (Sat, 04 Sep 2010) Log Message: ----------- Removing OBE parts of README. Modified Paths: -------------- trunk/plexus/README Modified: trunk/plexus/README =================================================================== --- trunk/plexus/README 2010-09-04 20:24:10 UTC (rev 854) +++ trunk/plexus/README 2010-09-04 21:03:01 UTC (rev 855) @@ -29,44 +29,9 @@ http://sourceforge.net/projects/plexus/ -INSTALL/BUILD -============================================================ - -To use Plexus, you need to download just plexus-<version>.jar and put -it in your classpath. The other jars contain various portions of the -plexus library, if you only need part of it. The dependencies are: - - plexus-core-<version>.jar - no dependencies - plexus-algorithms-<version>.jar - plexus-core - plexus-operations-<version>.jar - plexus-core - plexus-examples-<version>.jar - plexus-core, plexus-operations - -Plexus requires JDK 1.5 to use. Plexus also requires Jakarta-Commons -Collections (currently using version 2.1.1) and log4j (currently using -version 1.2.9), which can be found at - - http://jakarta.apache.org/commons/collections/ - http://logging.apache.org/log4j/docs/ - -To build Plexus, you need Ant, the excellent build tool which can be -found at - - http://ant.apache.org/index.html - -Install ant and run "ant" from this directory. - -To build the test suite, run "ant build". To do this, you will need -JUnit, which can be found at - - http://www.junit.org/index.htm - - TO DO ============================================================ -- Migrate the collections sub-package implementations to be consistent - with Jakarta Commons-Collections 3.2. - ? Predicate tree traversal - Other views This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |