You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2008/06/16 16:48:08 UTC

svn commit: r668176 - /commons/proper/jxpath/trunk/xdocs/building.xml

Author: mbenson
Date: Mon Jun 16 07:48:08 2008
New Revision: 668176

URL: http://svn.apache.org/viewvc?rev=668176&view=rev
Log:
s/io/Commons JXPath/g - thanks to psteitz

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

Modified: commons/proper/jxpath/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/xdocs/building.xml?rev=668176&r1=668175&r2=668176&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/xdocs/building.xml (original)
+++ commons/proper/jxpath/trunk/xdocs/building.xml Mon Jun 16 07:48:08 2008
@@ -31,12 +31,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 Commons JXPath:
   </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 Commons JXPath 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>
@@ -45,12 +45,12 @@
 <!-- ================================================== -->
 <section name="Maven 1 Goals">
   <p>
-    The following <strong><i>Maven 1</i></strong> commands can be used to build io:
+    The following <strong><i>Maven 1</i></strong> commands can be used to build Commons JXPath:
   </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 Commons JXPath documentation</li>
     <li><code>maven jar</code> - build the jar</li>
     <li><code>maven dist</code> - Create the source and binary distributions</li>
   </ul>
@@ -65,7 +65,7 @@
     </ul>
   </p>
   <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 Commons JXPath:
   </p>
   <ul>
     <li><code>ant clean</code> - clean up</li>