You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2005/10/09 07:23:43 UTC

svn commit: r307369 - /jakarta/commons/sandbox/scxml/trunk/build.xml

Author: rahul
Date: Sat Oct  8 22:23:41 2005
New Revision: 307369

URL: http://svn.apache.org/viewcvs?rev=307369&view=rev
Log:
Update ant build file.

Modified:
    jakarta/commons/sandbox/scxml/trunk/build.xml

Modified: jakarta/commons/sandbox/scxml/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/build.xml?rev=307369&r1=307368&r2=307369&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/build.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/build.xml Sat Oct  8 22:23:41 2005
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 <!--build.xml generated by maven from project.xml version 1.0-SNAPSHOT
-  on date August 25 2005, time 1622-->
+  on date October 9 2005, time 0108-->
 
 <project default="jar" name="commons-scxml" basedir=".">
   <property name="defaulttargetdir" value="target">
@@ -120,11 +120,15 @@
       </classpath>
       <batchtest todir="${testreportdir}">
         <fileset dir="src/test/java">
+          <include name="org/apache/commons/scxml/SCXMLTestSuite.java">
+          </include>
           <include name="org/apache/commons/scxml/env/EnvTestSuite.java">
           </include>
-          <include name="org/apache/commons/scxml/model/ModelTestSuite.java">
+          <include name="org/apache/commons/scxml/env/jsp/EnvJspTestSuite.java">
           </include>
-          <include name="org/apache/commons/scxml/SCXMLTestSuite.java">
+          <include name="org/apache/commons/scxml/env/faces/EnvFacesTestSuite.java">
+          </include>
+          <include name="org/apache/commons/scxml/model/ModelTestSuite.java">
           </include>
         </fileset>
       </batchtest>
@@ -193,6 +197,8 @@
     <get dest="${libdir}/servletapi-2.4.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/servletapi/jars/servletapi-2.4.jar">
     </get>
     <get dest="${libdir}/jsp-api-2.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/javax.servlet/jars/jsp-api-2.0.jar">
+    </get>
+    <get dest="${libdir}/myfaces-all-1.1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/myfaces/jars/myfaces-all-1.1.0.jar">
     </get>
   </target>
   <target name="install-maven">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org