[jboss-svn-commits] JBL Code SVN: r33921 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jul 15 15:28:24 EDT 2010


Author: whitingjr
Date: 2010-07-15 15:28:24 -0400 (Thu, 15 Jul 2010)
New Revision: 33921

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
Log:
Added command to commands file.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml	2010-07-15 19:27:44 UTC (rev 33920)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml	2010-07-15 19:28:24 UTC (rev 33921)
@@ -47,6 +47,10 @@
    <target name="delete-remote-config">
       <ant antfile="build-api.xml" target="delete-remote-config" inheritall="true"/>
    </target>
+   
+   <target name="deploy-payload">
+      <ant antfile="build-api.xml" target="deploy-payload" inheritall="true"/>
+   </target>
 	
 	<target name="usage">
 		<message echo="usage: ant -buildfile build-commands.xml task-name"/>



More information about the jboss-svn-commits mailing list