[jboss-cvs] JBoss Messaging SVN: r1637 - branches/Branch_1_0_XARecovery/util
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 24 12:46:20 EST 2006
Author: juha at jboss.org
Date: 2006-11-24 12:46:16 -0500 (Fri, 24 Nov 2006)
New Revision: 1637
Modified:
branches/Branch_1_0_XARecovery/util/release-admin.xml
Log:
modifications to release admin to create messaging AS configuration that replaces local TM with JBossTS
Modified: branches/Branch_1_0_XARecovery/util/release-admin.xml
===================================================================
--- branches/Branch_1_0_XARecovery/util/release-admin.xml 2006-11-24 17:19:46 UTC (rev 1636)
+++ branches/Branch_1_0_XARecovery/util/release-admin.xml 2006-11-24 17:46:16 UTC (rev 1637)
@@ -18,8 +18,12 @@
<property name="jboss.home" value="${ENV.JBOSS_HOME}"/>
<property name="messaging.config.name" value="messaging"/>
<property name="standalone.messaging.config.name" value="standalone-messaging"/>
+ <property name="thirdparty.home" value="../thirdparty"/>
+ <property name="thirdparty.jbossts.home" value="${thirdparty.home}/jboss/jbossts"/>
+ <property name="lib.home" value="../lib"/>
+ <property name="lib.jbossts.home" value="${lib.home}/jbossts"/>
+ <property name="output.lib.home" value="../output/lib"/>
-
<!-- DO NOT change this value here, otherwise the installation script won't work. Change it in
do-not-distribute.properties.
-->
@@ -85,6 +89,22 @@
<substitution expression="<category name="org.jboss.serial">
 <priority value="INFO"/>
 </category>

 \1"/>
</replaceregexp>
+ <!-- Replace local TM with JBossTS -->
+
+ <copy file="${thirdparty.jbossts.home}/lib/jbossjta.jar"
+ todir="${jboss.home}/server/${messaging.config.name}/lib"/>
+ <copy file="${thirdparty.jbossts.home}/lib/jbossjta-integration.jar"
+ todir="${jboss.home}/server/${messaging.config.name}/lib"/>
+ <copy file="${thirdparty.jbossts.home}/lib/jbossts-common.jar"
+ todir="${jboss.home}/server/${messaging.config.name}/lib"/>
+ <copy file="${lib.jbossts.home}/jbossjta-properties.xml"
+ todir="${jboss.home}/server/${messaging.config.name}/conf"/>
+ <copy overwrite="true"
+ file="${lib.jbossts.home}/jboss-service.xml"
+ todir="${jboss.home}/server/${messaging.config.name}/conf"/>
+ <copy file="${output.lib.home}/jboss-messaging-integration.jar"
+ todir="${jboss.home}/server/${messaging.config.name}/lib"/>
+
<!-- copy the scoped sar
<copy todir="${jboss.home}/server/${messaging.config.name}/deploy"
file="${relative.sar.location}/${messaging.sar.name}"/>
More information about the jboss-cvs-commits
mailing list