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 2006/01/22 06:17:20 UTC

svn commit: r371197 - in /jakarta/commons/sandbox/scxml/trunk: build.xml project.xml

Author: rahul
Date: Sat Jan 21 21:17:17 2006
New Revision: 371197

URL: http://svn.apache.org/viewcvs?rev=371197&view=rev
Log:
Wire up the new packages to the tests, regen'd ant build file.

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

Modified: jakarta/commons/sandbox/scxml/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/build.xml?rev=371197&r1=371196&r2=371197&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/build.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/build.xml Sat Jan 21 21:17:17 2006
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 <!--build.xml generated by maven from project.xml version 1.0-SNAPSHOT
-  on date January 8 2006, time 1636-->
+  on date January 21 2006, time 2134-->
 
 <project default="jar" name="commons-scxml" basedir=".">
   <property name="defaulttargetdir" value="target">
@@ -124,15 +124,21 @@
           </include>
           <include name="org/apache/commons/scxml/env/EnvTestSuite.java">
           </include>
+          <include name="org/apache/commons/scxml/env/faces/EnvFacesTestSuite.java">
+          </include>
           <include name="org/apache/commons/scxml/env/jexl/EnvJexlTestSuite.java">
           </include>
           <include name="org/apache/commons/scxml/env/jsp/EnvJspTestSuite.java">
           </include>
-          <include name="org/apache/commons/scxml/env/faces/EnvFacesTestSuite.java">
+          <include name="org/apache/commons/scxml/env/servlet/EnvServletTestSuite.java">
+          </include>
+          <include name="org/apache/commons/scxml/io/IOTestSuite.java">
           </include>
           <include name="org/apache/commons/scxml/model/ModelTestSuite.java">
           </include>
           <include name="org/apache/commons/scxml/semantics/SemanticsTestSuite.java">
+          </include>
+          <include name="org/apache/commons/scxml/test/TestingTestSuite.java">
           </include>
         </fileset>
       </batchtest>

Modified: jakarta/commons/sandbox/scxml/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/project.xml?rev=371197&r1=371196&r2=371197&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/project.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/project.xml Sat Jan 21 21:17:17 2006
@@ -202,11 +202,14 @@
       <includes>
         <include>org/apache/commons/scxml/SCXMLTestSuite.java</include>
         <include>org/apache/commons/scxml/env/EnvTestSuite.java</include>
+        <include>org/apache/commons/scxml/env/faces/EnvFacesTestSuite.java</include>
         <include>org/apache/commons/scxml/env/jexl/EnvJexlTestSuite.java</include>
         <include>org/apache/commons/scxml/env/jsp/EnvJspTestSuite.java</include>
-        <include>org/apache/commons/scxml/env/faces/EnvFacesTestSuite.java</include>
+        <include>org/apache/commons/scxml/env/servlet/EnvServletTestSuite.java</include>
+        <include>org/apache/commons/scxml/io/IOTestSuite.java</include>
         <include>org/apache/commons/scxml/model/ModelTestSuite.java</include>
         <include>org/apache/commons/scxml/semantics/SemanticsTestSuite.java</include>
+        <include>org/apache/commons/scxml/test/TestingTestSuite.java</include>
       </includes>
       <resources>
         <resource>



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