[jboss-svn-commits] JBL Code SVN: r34994 - 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 Sep 3 05:05:46 EDT 2010
Author: whitingjr
Date: 2010-09-03 05:05:45 -0400 (Fri, 03 Sep 2010)
New Revision: 34994
Modified:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Added sequence property to deployment.
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-09-03 08:06:56 UTC (rev 34993)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml 2010-09-03 09:05:45 UTC (rev 34994)
@@ -437,6 +437,17 @@
</antcall>
</then>
</if>
+
+ <if>
+ <available file="${payload.dir}/specjms.seq"/>
+ <then>
+ <echo>Deploying specjms.seq</echo>
+ <antcall target="substitute-local-config">
+ <param name="replacement.file.source.name" value= "${payload.dir}/specjms.seq"/>
+ <param name="replacement.file.target.name" value= "${user.home}/.specjms/specjms.seq"/>
+ </antcall>
+ </then>
+ </if>
</then>
<else>
More information about the jboss-svn-commits
mailing list