You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2013/10/27 15:15:19 UTC

svn commit: r1536142 - in /commons/proper/scxml/trunk: build.properties.sample build.xml src/assembly/src.xml src/conf/ src/site/xdoc/building.xml

Author: ate
Date: Sun Oct 27 14:15:19 2013
New Revision: 1536142

URL: http://svn.apache.org/r1536142
Log:
SCXML-174: drop ant build support

Removed:
    commons/proper/scxml/trunk/build.properties.sample
    commons/proper/scxml/trunk/build.xml
    commons/proper/scxml/trunk/src/conf/
Modified:
    commons/proper/scxml/trunk/src/assembly/src.xml
    commons/proper/scxml/trunk/src/site/xdoc/building.xml

Modified: commons/proper/scxml/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/assembly/src.xml?rev=1536142&r1=1536141&r2=1536142&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/assembly/src.xml (original)
+++ commons/proper/scxml/trunk/src/assembly/src.xml Sun Oct 27 14:15:19 2013
@@ -24,8 +24,6 @@
     <fileSets>
         <fileSet>
             <includes>
-                <include>build.properties.sample</include>
-                <include>build.xml</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>

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=1536142&r1=1536141&r2=1536142&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/site/xdoc/building.xml (original)
+++ commons/proper/scxml/trunk/src/site/xdoc/building.xml Sun Oct 27 14:15:19 2013
@@ -24,8 +24,8 @@
 <!-- ================================================== -->
 <section name="Overview">
 <p>
-  Commons SCXML uses <a href="http://maven.apache.org">Maven</a> or
-  <a href="http://ant.apache.org">Ant</a> as a build system. The source is
+  Commons SCXML uses <a href="http://maven.apache.org">Maven 2 or higher</a> as
+  a build system. The source is
   <a href="http://svn.apache.org/repos/asf/commons/proper/scxml/trunk/">here</a>.
 </p>
 </section>
@@ -47,16 +47,5 @@
   </p>
 </section>
 <!-- ================================================== -->
-<section name="Ant Goals">
-  <p>
-    To build a jar file, change into SCXML's root directory and run "ant jar".
-    The result will be in the "target" subdirectory.
-  </p>
-  <p>
-    To build the Javadocs, run "ant javadoc".
-    The result will be in "dist/docs".
-  </p>
-</section>
-<!-- ================================================== -->
 </body>
 </document>