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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jul 9 12:04:41 EDT 2010


Author: whitingjr
Date: 2010-07-09 12:04:41 -0400 (Fri, 09 Jul 2010)
New Revision: 33808

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

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-09 15:59:16 UTC (rev 33807)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml	2010-07-09 16:04:41 UTC (rev 33808)
@@ -32,6 +32,10 @@
 	   <ant antfile="build-api.xml" target="verify-log-collection"/>
 	   <ant antfile="build-api.xml" target="generate-submission"/>
 	</target>
+   
+   <target name="substitute-remote-config">
+      <ant antfile="build-api.xml" target="substitute-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