You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/02/06 07:37:07 UTC

svn commit: r741432 - /commons/proper/cli/branches/cli-1.x/README.txt

Author: bayard
Date: Fri Feb  6 06:37:07 2009
New Revision: 741432

URL: http://svn.apache.org/viewvc?rev=741432&view=rev
Log:
Ant gone

Modified:
    commons/proper/cli/branches/cli-1.x/README.txt

Modified: commons/proper/cli/branches/cli-1.x/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/README.txt?rev=741432&r1=741431&r2=741432&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/README.txt (original)
+++ commons/proper/cli/branches/cli-1.x/README.txt Fri Feb  6 06:37:07 2009
@@ -1,28 +1,12 @@
 Apache Commons CLI
 ===================
 
-Welcome to the CLI component of the Apache Commons project.
+Welcome to the CLI 1.x component of the Apache Commons project.
 
 The information in this file is relevant if you have
 downloaded a CLI source distribution.
 
-For testing the project, you will need JUnit (if you use
-Maven this will be automatically installed and configured
-for you):
-
-  http://www.junit.org
-
-There are two ways to build CLI, either with Ant or Maven 2.
-
-Ant can be found here :
-
-  http://ant.apache.org
-
-and to build and test the system use:
-
-  ant dist
-
-Maven 2 can be found here :
+CLI is built with Maven 2, which can be found here:
 
   http://maven.apache.org