[jboss-cvs] JBossAS SVN: r59017 - branches/Branch_4_2/build
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Dec 13 13:16:53 EST 2006
Author: dimitris at jboss.org
Date: 2006-12-13 13:16:51 -0500 (Wed, 13 Dec 2006)
New Revision: 59017
Modified:
branches/Branch_4_2/build/build-distr.xml
branches/Branch_4_2/build/build-thirdparty.xml
Log:
JBAS-3892, Replace TxManager with JBoss Transactions JTA
Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml 2006-12-13 18:16:20 UTC (rev 59016)
+++ branches/Branch_4_2/build/build-distr.xml 2006-12-13 18:16:51 UTC (rev 59017)
@@ -1104,6 +1104,16 @@
</fileset>
</copy>
+ <!-- copy binary release of JBossTS from thirdparty repo -->
+ <copy todir="${install.all.lib}" filtering="no">
+ <fileset dir="${project.thirdparty}/jboss/jbossts/lib/">
+ <include name="jbossjta.jar"/>
+ <include name="jbossjta-integration.jar"/>
+ <include name="jbossts-common.jar"/>
+ </fileset>
+ </copy>
+ <copy todir="${install.all.conf}" filtering="no" file="${project.thirdparty}/jboss/jbossts/resources/jbossjta-properties.xml"/>
+
<!-- Copy the generated client libraries -->
<mkdir dir="${install.client}"/>
<copy todir="${install.client}" filtering="no">
Modified: branches/Branch_4_2/build/build-thirdparty.xml
===================================================================
--- branches/Branch_4_2/build/build-thirdparty.xml 2006-12-13 18:16:20 UTC (rev 59016)
+++ branches/Branch_4_2/build/build-thirdparty.xml 2006-12-13 18:16:51 UTC (rev 59017)
@@ -91,6 +91,7 @@
<componentref name="jboss/common" version="1.0.0.GA"/>
<componentref name="jboss/dom4j-jarjar" version="1.6.1"/>
<componentref name="jboss/jbossretro-rt" version="1.0.4.GA"/>
+ <componentref name="jboss/jbossts" version="4.2.2.GA"/>
<componentref name="jboss/jbossws" version="1.0.4.GA"/>
<componentref name="jboss/jbossws14" version="1.0.4.GA"/>
<componentref name="jboss/jboss-ws4ee" version="4.0.4.SP1"/>
More information about the jboss-cvs-commits
mailing list