You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2011/06/07 01:13:06 UTC

svn commit: r1132830 - /commons/proper/scxml/trunk/src/site/xdoc/building.xml

Author: rahul
Date: Mon Jun  6 23:13:06 2011
New Revision: 1132830

URL: http://svn.apache.org/viewvc?rev=1132830&view=rev
Log:
Remove m1 section from building page, now that the build has been removed.

Modified:
    commons/proper/scxml/trunk/src/site/xdoc/building.xml

Modified: commons/proper/scxml/trunk/src/site/xdoc/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/site/xdoc/building.xml?rev=1132830&r1=1132829&r2=1132830&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/site/xdoc/building.xml (original)
+++ commons/proper/scxml/trunk/src/site/xdoc/building.xml Mon Jun  6 23:13:06 2011
@@ -45,25 +45,6 @@
   <p>
     Maven 2.0.8 and above is recommended.
   </p>
-
-</section>
-<!-- ================================================== -->
-<section name="Maven 1 Goals">
-  <p>
-    To build a jar file, change into SCXML's root directory and run "maven jar".
-    The result will be in the "target" subdirectory.
-  </p>
-  <p>
-    To build the Javadocs, run "maven javadoc".
-    The result will be in "target/docs/apidocs".
-  </p>
-  <p>
-    To build the full website, run "maven site". The result will be in "target/docs".
-  </p>
-  <p>
-    To build the site, you need Maven 1.0.2 and version 1.9.2 of the maven-xdoc-plugin installed.
-  </p>
-
 </section>
 <!-- ================================================== -->
 <section name="Ant Goals">