[jboss-svn-commits] JBL Code SVN: r24397 - in labs/jbosstm/trunk/qa/tests/product: lib/common and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Dec 17 05:37:46 EST 2008
Author: mmusgrov
Date: 2008-12-17 05:37:46 -0500 (Wed, 17 Dec 2008)
New Revision: 24397
Removed:
labs/jbosstm/trunk/qa/tests/product/lib/common/geronimo-spec-jta-1.0.1B-rc4.jar
Modified:
labs/jbosstm/trunk/qa/tests/product/build.xml
Log:
Use the JBossTS install lib dir to reference javax.transaction classes
JBTM-395
Modified: labs/jbosstm/trunk/qa/tests/product/build.xml
===================================================================
--- labs/jbosstm/trunk/qa/tests/product/build.xml 2008-12-17 03:18:28 UTC (rev 24396)
+++ labs/jbosstm/trunk/qa/tests/product/build.xml 2008-12-17 10:37:46 UTC (rev 24397)
@@ -121,9 +121,9 @@
<path id="classpath.simplejta">
<pathelement location="${lib.dir}/simplejta/simplejta-1.07.jar" />
</path>
- <!-- http://mvnrepository.com/artifact/geronimo-spec/geronimo-spec-jta -->
+
<path id="classpath.j2ee">
- <pathelement location="${lib.dir}/common/geronimo-spec-jta-1.0.1B-rc4.jar" />
+ <fileset dir="${jbossts.home}/lib/ext" includes="jta-1_1-classes.zip"/>
</path>
<!-- http://db.apache.org/derby/index.html -->
<!-- or http://mvnrepository.com/artifact/org.apache.derby -->
Deleted: labs/jbosstm/trunk/qa/tests/product/lib/common/geronimo-spec-jta-1.0.1B-rc4.jar
===================================================================
(Binary files differ)
More information about the jboss-svn-commits
mailing list