Author: niallp
Date: Thu May 22 19:00:23 2008
New Revision: 659362

URL: http://svn.apache.org/viewvc?rev=659362&view=rev
Log:
correct references io --> chain

Modified:
    commons/proper/chain/trunk/xdocs/building.xml

Modified: commons/proper/chain/trunk/xdocs/building.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/xdocs/building.xml?rev=659362&r1=659361&r2=659362&view=diff
==============================================================================
--- commons/proper/chain/trunk/xdocs/building.xml (original)
+++ commons/proper/chain/trunk/xdocs/building.xml Thu May 22 19:00:23 2008
@@ -35,12 +35,12 @@
 </section>
 <section name="Maven 2 Goals">
   <p>
-    The following <strong><i>Maven 2</i></strong> commands can be used to 
build io:
+    The following <strong><i>Maven 2</i></strong> commands can be used to 
build Chain:
   </p>
   <ul>
     <li><code>mvn clean</code> - clean up</li>
     <li><code>mvn test</code> - compile and run the unit tests</li>
-    <li><code>mvn site</code> - create io documentation</li>
+    <li><code>mvn site</code> - create the documentation</li>
     <li><code>mvn package</code> - build the jar</li>
     <li><code>mvn install</code> - build the jar and install in local maven 
repository</li>
     <li><code>mvn site assembly:assembly</code> - Create the source and binary 
distributions</li>
@@ -49,12 +49,12 @@
 <!-- ================================================== -->
 <section name="Maven 1.0 Goals">
   <p>
-    The following <strong><i>Maven 1.0</i></strong> commands can be used to 
build io:
+    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 io documentation</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>
@@ -62,7 +62,7 @@
 <!-- ================================================== -->
 <section name="Ant Goals">
   <p>
-    The following <strong><i>Ant</i></strong> commands can be used to build io:
+    The following <strong><i>Ant</i></strong> commands can be used to build 
Chain:
   </p>
   <ul>
     <li><code>ant clean</code> - clean up</li>


Reply via email to