[jboss-svn-commits] JBL Code SVN: r33784 - 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 8 11:38:54 EDT 2010


Author: whitingjr
Date: 2010-07-08 11:38:53 -0400 (Thu, 08 Jul 2010)
New Revision: 33784

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Changed the directory path to be explicit.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-07-08 15:28:20 UTC (rev 33783)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2010-07-08 15:38:53 UTC (rev 33784)
@@ -28,7 +28,7 @@
    <property name="framework.properties.dir" location="${env.USER_HOME}/.specjms" />
    <property name="framework.file" location="${framework.properties.dir}/specjms.seq" />
    
-   <fileset id="previous-run-files" dir="config">
+   <fileset id="previous-run-files" dir="${spec.install.dir}/config">
       <includesfile name="run.conf"/>
       <includesfile name="jstat-hornetq.txt"/>
       <includesfile name="verbose-gc.txt"/>



More information about the jboss-svn-commits mailing list