Author: psteitz
Date: Sun Aug 16 02:52:32 2009
New Revision: 804554
URL: http://svn.apache.org/viewvc?rev=804554&view=rev
Log:
Removed reference to maven 1 build.
Modified:
commons/proper/math/trunk/src/site/xdoc/developers.xml
Modified: commons/proper/math/trunk/src/site/xdoc/developers.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/developers.xml?rev=804554&r1=804553&r2=804554&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/developers.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/developers.xml Sun Aug 16 02:52:32
2009
@@ -61,10 +61,9 @@
<li>Like most commons components, commons-math uses Apache Maven as our
build tool. We now use Maven 2 as our primary build platform (what
we use to cut releases, for continuous integration builds, and for
- development). The sources can also be built using Maven 1.0.2 or
- Ant (a working Maven 1 project.xml and Ant build.xml are included
- in the top level project directory). To build commons math using
- Maven 2, you can follow the instructions for
+ development). The sources can also be built using Ant (a working
+ Ant build.xml is included in the top level project directory).
+ To build commons math using Maven 2, you can follow the
instructions for
<a href="http://maven.apache.org/run-maven/index.html">Building a
project with Maven 2</a>. Launch Maven from the top-level directory
in the checkout of commons-math trunk. No special setup is
required,