[jboss-svn-commits] JBL Code SVN: r34809 - 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 Aug 20 06:42:53 EDT 2010
Author: whitingjr
Date: 2010-08-20 06:42:53 -0400 (Fri, 20 Aug 2010)
New Revision: 34809
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Removed more explicit paths.
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-08-20 10:41:25 UTC (rev 34808)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml 2010-08-20 10:42:53 UTC (rev 34809)
@@ -81,7 +81,7 @@
<sshexec host="${eap.server.host}"
username="${eap.server.username}"
password="${eap.server.password}"
- command="/root/apache-ant-1.7.1/bin/ant -buildfile /root/java/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml stop"/>
+ command="apache-ant-1.7.1/bin/ant -buildfile java/batch-execution-SPEC-jms2007/scripts/server-controller/server-commands.xml stop"/>
</target>
<target name="gather-configuration" depends="clean">
@@ -386,7 +386,7 @@
<echo>Deploying build-commands.properties</echo>
<antcall target="substitute-local-config">
<param name="replacement.file.source.name" value= "${payload.dir}/build-commands.properties"/>
- <param name="replacement.file.target.name" value= "/root/java/batch-execution-SPEC-jms2007/scripts/build-commands.properties"/>
+ <param name="replacement.file.target.name" value= "java/batch-execution-SPEC-jms2007/scripts/build-commands.properties"/>
</antcall>
</then>
</if>
More information about the jboss-svn-commits
mailing list