[jboss-svn-commits] JBL Code SVN: r25159 - labs/jbosstm/trunk/XTS/sar/tests.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 9 09:03:52 EST 2009


Author: adinn
Date: 2009-02-09 09:03:52 -0500 (Mon, 09 Feb 2009)
New Revision: 25159

Modified:
   labs/jbosstm/trunk/XTS/sar/tests/build.xml
Log:
modified build script to locate XTS API classes in jbossxts-api.jar

Modified: labs/jbosstm/trunk/XTS/sar/tests/build.xml
===================================================================
--- labs/jbosstm/trunk/XTS/sar/tests/build.xml	2009-02-09 13:11:42 UTC (rev 25158)
+++ labs/jbosstm/trunk/XTS/sar/tests/build.xml	2009-02-09 14:03:52 UTC (rev 25159)
@@ -54,7 +54,7 @@
   <!-- the directory in which the XTS library code resides -->
   <property name="xts.lib.dir" value="${xts.home}/lib"/>
   <!-- the list of jars containing the XTS API classes -->
-  <property name="xts.lib.jars" value="wstx10.jar wstx11.jar"/>
+  <property name="xts.lib.jars" value="jbossxts-api.jar"/>
 
   <property name="jboss.client.lib.dir" value="${jbossas.home}/client"/>
   <property name="jboss.client.lib.jars" value="jaxb-api.jar jboss-javaee.jar jbossws-native-jaxws.jar jbossws-client.jar stax-api.jar jbossws-native-saaj.jar




More information about the jboss-svn-commits mailing list