[jboss-svn-commits] JBL Code SVN: r37093 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jun 15 05:29:52 EDT 2011
Author: whitingjr
Date: 2011-06-15 05:29:51 -0400 (Wed, 15 Jun 2011)
New Revision: 37093
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml
Log:
Changed to not copy result files to the output directory.
Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml 2011-06-14 19:36:04 UTC (rev 37092)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/client-api.xml 2011-06-15 09:29:51 UTC (rev 37093)
@@ -255,9 +255,11 @@
</ant>
<echo>Copying the generated submission to the output directory.</echo>
+<!--
<copy todir="${spec.install.dir}/output/${org.spec.internal.runId}" >
<fileset dir="${spec.install.dir}/submission"/>
</copy>
+-->
</then>
</if>
</target>
More information about the jboss-svn-commits
mailing list