Remove duplicate ant section and change primary build system to maven as 
suggested by Sebb

git-svn-id: 
https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH@647515
 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-collections/commit/2acfde1e
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/2acfde1e
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/2acfde1e

Branch: refs/heads/COLLECTIONS_3_2_BRANCH
Commit: 2acfde1ecb5692309af98e139bf0c99cae3a7312
Parents: bc0620d
Author: Niall Kegan Pemberton <nia...@apache.org>
Authored: Sun Apr 13 00:45:12 2008 +0000
Committer: Niall Kegan Pemberton <nia...@apache.org>
Committed: Sun Apr 13 00:45:12 2008 +0000

----------------------------------------------------------------------
 xdocs/building.xml | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/2acfde1e/xdocs/building.xml
----------------------------------------------------------------------
diff --git a/xdocs/building.xml b/xdocs/building.xml
index 32e28ed..c24510a 100644
--- a/xdocs/building.xml
+++ b/xdocs/building.xml
@@ -24,30 +24,15 @@ limitations under the License.
 <!-- ================================================== -->
 <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">
   <p>
     The following <strong><i>Maven 2</i></strong> commands can be used to 
build collections:

Reply via email to