[jboss-svn-commits] JBL Code SVN: r33897 - 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 06:43:33 EDT 2010
Author: whitingjr
Date: 2010-07-15 06:43:33 -0400 (Thu, 15 Jul 2010)
New Revision: 33897
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
Log:
Removed unnecessary call.
Removed submission target call.
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 09:01:02 UTC (rev 33896)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml 2010-07-15 10:43:33 UTC (rev 33897)
@@ -21,7 +21,6 @@
<target name="benchmark" >
<echo>Preparing for a benchmark run.</echo>
<input message="Enter root password for servers:" addproperty="r_p" />
- <ant antfile="build-api.xml" target="substitute-remote-config"/>
<ant antfile="build-api.xml" target="prepare-eap-server"/>
<ant antfile="build-api.xml" target="gather-configuration"/>
<ant antfile="build-api.xml" target="start-benchmark"/>
@@ -32,7 +31,7 @@
<ant antfile="build-api.xml" target="gather-logs"/>
<ant antfile="build-api.xml" target="process-gc-stats"/>
<ant antfile="build-api.xml" target="verify-log-collection"/>
- <ant antfile="build-api.xml" target="generate-submission"/>
+ <!--ant antfile="build-api.xml" target="generate-submission"/-->
</target>
<target name="substitute-remote-config">
More information about the jboss-svn-commits
mailing list