[jboss-svn-commits] JBL Code SVN: r33899 - 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 08:56:03 EDT 2010
Author: whitingjr
Date: 2010-07-15 08:56:02 -0400 (Thu, 15 Jul 2010)
New Revision: 33899
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml
Log:
Changed property.
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 12:35:15 UTC (rev 33898)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-commands.xml 2010-07-15 12:56:02 UTC (rev 33899)
@@ -25,7 +25,7 @@
<ant antfile="build-api.xml" target="gather-configuration"/>
<ant antfile="build-api.xml" target="start-benchmark"/>
<tstamp>
- <format offset="${benchmark.run.duration.inMinutes}" pattern="HH:mm" property="resume.time" unit="${benchmark.run.duration.inMinutes}"/>
+ <format offset="${benchmark.run.duration.inMinutes}" pattern="HH:mm" property="resume.time" unit="minute"/>
</tstamp>
<echo>Waiting ${benchmark.run.duration.inMinutes} minutes to allow the benchmark to complete. Resuming at ${resume.time}.</echo>
<sleep minutes="${benchmark.run.duration.inMinutes}"/>
More information about the jboss-svn-commits
mailing list