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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Sep 16 16:55:02 EDT 2010


Author: johan.kumps
Date: 2010-09-16 16:55:02 -0400 (Thu, 16 Sep 2010)
New Revision: 35169

Added:
   labs/jbossesb/workspace/johan.kumps/product/services/deploy.cmd
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-09-16 20:54:05 UTC (rev 35168)
+++ labs/jbossesb/workspace/johan.kumps/product/services/build.xml	2010-09-16 20:55:02 UTC (rev 35169)
@@ -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>

Added: labs/jbossesb/workspace/johan.kumps/product/services/deploy.cmd
===================================================================
--- labs/jbossesb/workspace/johan.kumps/product/services/deploy.cmd	                        (rev 0)
+++ labs/jbossesb/workspace/johan.kumps/product/services/deploy.cmd	2010-09-16 20:55:02 UTC (rev 35169)
@@ -0,0 +1,5 @@
+set JAVA_HOME=C:\software\installed\jdk1.5.0_18
+
+set PATH=%JAVA_HOME%\bin;%PATH%
+
+ant clean deploy
\ No newline at end of file



More information about the jboss-svn-commits mailing list