You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/13 02:45:22 UTC

svn commit: r647515 - /commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/xdocs/building.xml

Author: niallp
Date: Sat Apr 12 17:45:12 2008
New Revision: 647515

URL: http://svn.apache.org/viewvc?rev=647515&view=rev
Log:
Remove duplicate ant section and change primary build system to maven as suggested by Sebb

Modified:
    commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/xdocs/building.xml

Modified: commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/xdocs/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/xdocs/building.xml?rev=647515&r1=647514&r2=647515&view=diff
==============================================================================
--- commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/xdocs/building.xml (original)
+++ commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH/xdocs/building.xml Sat Apr 12 17:45:12 2008
@@ -24,28 +24,13 @@
 <!-- ================================================== -->
 <section name="Building Commons Collections">
 <p>
-  Commons Collections uses <a href="http://ant.apache.org">Ant</a> as its
-  primary build system, however <a href="http://maven.apache.org">Maven</a>
-  is used for site generation.
+  Commons Collections uses <a href="http://maven.apache.org">Maven 2</a> as its
+  primary build system, however an <a href="http://ant.apache.org">Ant</a>
+  build is also available.
 </p>
 <p>
   You may also be interested in the <a href="release_3_2_1.html">v3.2.1 release notes</a>.
 </p>
-</section>
-<!-- ================================================== -->
-<section name="Ant Goals">
-  <p>
-    To build a jar file, change into Collection's root directory and run "ant jar".
-    The result will be in the "build" subdirectory.
-  </p>
-  <p>
-    All tests can be run with "ant test".
-    A single test can be run with "ant -Dtestcase=org.apache.commons.collections.TestXxx test".
-  </p>
-  <p>
-    To build the Javadocs, run "ant javadoc".
-    The result will be in "build/docs/apidocs".
-  </p>
 </section>
 <!-- ================================================== -->
 <section name="Maven 2 Goals">