[jboss-svn-commits] JBL Code SVN: r29355 - labs/jbosstm/branches/JBOSSTS_4_2_3_SP5_CP05_JBTM_432_JBTM_571/atsintegration.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 15 16:47:01 EDT 2009


Author: bmaxwell
Date: 2009-09-15 16:47:01 -0400 (Tue, 15 Sep 2009)
New Revision: 29355

Modified:
   labs/jbosstm/branches/JBOSSTS_4_2_3_SP5_CP05_JBTM_432_JBTM_571/atsintegration/build.xml
Log:
[JBPAPP-2807] Backport JBTM-432 & JBTM-571 to JBoss EAP 4.3 CP06

Modified: labs/jbosstm/branches/JBOSSTS_4_2_3_SP5_CP05_JBTM_432_JBTM_571/atsintegration/build.xml
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_2_3_SP5_CP05_JBTM_432_JBTM_571/atsintegration/build.xml	2009-09-15 20:46:22 UTC (rev 29354)
+++ labs/jbosstm/branches/JBOSSTS_4_2_3_SP5_CP05_JBTM_432_JBTM_571/atsintegration/build.xml	2009-09-15 20:47:01 UTC (rev 29355)
@@ -121,7 +121,7 @@
         <!-- libs from JBoss App Server installation. Note: these jars were refactored between
           AS 4.x and AS 5.0. The list below is a hybrid to allow building against either version. -->
         <property name="jboss.libs" value="jboss-common.jar jboss-system.jar jboss-jmx.jar jboss-logging-spi.jar jboss-common-core.jar jboss-j2se.jar jboss-system-jmx.jar"/>
-        <property name="jboss.server.jta.libs" value="jmx-adaptor-plugin.jar jboss-transaction.jar"/>
+        <property name="jboss.server.jta.libs" value="jmx-adaptor-plugin.jar jboss-transaction.jar jbosssx.jar "/>
         <property name="jboss.server.jts.libs" value="jboss-iiop.jar jacorb.jar"/>
         <condition property="jboss.server.libs" value="${jboss.server.jta.libs} ${jboss.server.jts.libs}">
             <isset property="com.hp.mwlabs.ts.build.jts"/>



More information about the jboss-svn-commits mailing list