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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jul 12 14:21:49 EDT 2010


Author: whitingjr
Date: 2010-07-12 14:21:49 -0400 (Mon, 12 Jul 2010)
New Revision: 33845

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

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-12 18:21:19 UTC (rev 33844)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml	2010-07-12 18:21:49 UTC (rev 33845)
@@ -41,6 +41,10 @@
    <target name="substitute-local-config">
       <ant antfile="build-api.xml" target="substitute-local-config" inheritall="true"/>
    </target>
+   
+   <target name="delete-remote-config">
+      <ant antfile="build-api.xml" target="delete-remote-config" 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