[jboss-svn-commits] JBL Code SVN: r36701 - 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 Feb 24 11:22:42 EST 2011


Author: whitingjr
Date: 2011-02-24 11:22:42 -0500 (Thu, 24 Feb 2011)
New Revision: 36701

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml
Log:
Add jms-ds.xml file to deployment step.

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	2011-02-24 16:16:52 UTC (rev 36700)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/build-api.xml	2011-02-24 16:22:42 UTC (rev 36701)
@@ -404,6 +404,17 @@
                   </antcall>
                </then>
             </if>
+         	
+         	<if>
+               <available file="${payload.dir}/jms-ds.xml"/>
+               <then>
+                  <echo>Deploying jms-ds.xml</echo>
+                  <antcall target="substitute-remote-config">
+                     <param name="replacement.file.source.name" value= "${payload.dir}/jms-ds.xml"/>
+                     <param name="replacement.file.target.name" value= "${server.deployment.dir}/server/production/deploy/hornetq/jms-ds.xml"/>
+                  </antcall>
+               </then>
+            </if>
             
             <if>
                <available file="${payload.dir}/build-commands.properties"/>



More information about the jboss-svn-commits mailing list