[jboss-svn-commits] JBL Code SVN: r35968 - labs/jbossesb/workspace/johan.kumps/product/services.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Nov 14 17:45:54 EST 2010


Author: johan.kumps
Date: 2010-11-14 17:45:54 -0500 (Sun, 14 Nov 2010)
New Revision: 35968

Modified:
   labs/jbossesb/workspace/johan.kumps/product/services/build.xml
Log:


Modified: labs/jbossesb/workspace/johan.kumps/product/services/build.xml
===================================================================
--- labs/jbossesb/workspace/johan.kumps/product/services/build.xml	2010-11-14 19:02:09 UTC (rev 35967)
+++ labs/jbossesb/workspace/johan.kumps/product/services/build.xml	2010-11-14 22:45:54 UTC (rev 35968)
@@ -11,6 +11,7 @@
         <ant dir="soap" target="dist"/>
         <ant dir="spring" target="dist"/>
     	<ant dir="slsb" target="dist"/>
+		<ant dir="semantics" target="dist"/>
     </target>
 
     <target name="clean">
@@ -23,6 +24,7 @@
 		<ant dir="soap" target="clean"/>
         <ant dir="spring" target="clean"/>
     	<ant dir="slsb" target="clean"/>
+		<ant dir="semantics" target="clean"/>
     </target>
 
     <target name="test">
@@ -34,6 +36,7 @@
 		<ant dir="soap" target="test"/>
 		<ant dir="spring" target="test"/>
     	<ant dir="slsb" target="test"/>
+		<ant dir="semantics" target="test"/>
     </target>
 	
 </project>



More information about the jboss-svn-commits mailing list