Author: niallp
Date: Thu Apr 8 18:15:58 2010
New Revision: 932045
URL: http://svn.apache.org/viewvc?rev=932045&view=rev
Log:
Update building instructions
Modified:
commons/proper/chain/trunk/src/site/xdoc/building.xml
Modified: commons/proper/chain/trunk/src/site/xdoc/building.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/src/site/xdoc/building.xml?rev=932045&r1=932044&r2=932045&view=diff
==============================================================================
--- commons/proper/chain/trunk/src/site/xdoc/building.xml (original)
+++ commons/proper/chain/trunk/src/site/xdoc/building.xml Thu Apr 8 18:15:58
2010
@@ -24,8 +24,7 @@ limitations under the License.
<!-- ================================================== -->
<section name="Overview">
<p>
- Commons Chain uses <a href="http://maven.apache.org/maven-1.x/">Maven 1</a>,
- <a href="http://maven.apache.org">Maven 2</a> or
+ Commons Chain uses <a href="http://maven.apache.org">Maven 2</a> or
<a href="http://ant.apache.org">Ant</a> as a build system.
</p>
<p>
@@ -47,19 +46,6 @@ limitations under the License.
</ul>
</section>
<!-- ================================================== -->
-<section name="Maven 1.0 Goals">
- <p>
- The following <strong><i>Maven 1.0</i></strong> commands can be used to
build Chain:
- </p>
- <ul>
- <li><code>maven clean</code> - clean up</li>
- <li><code>maven test</code> - compile and run the unit tests</li>
- <li><code>maven site</code> - create the documentation</li>
- <li><code>maven jar</code> - build the jar</li>
- <li><code>maven dist</code> - Create the source and binary
distributions</li>
- </ul>
-</section>
-<!-- ================================================== -->
<section name="Ant Goals">
<p>
The following <strong><i>Ant</i></strong> commands can be used to build
Chain: