|
From: David J. <d_j...@us...> - 2002-07-05 06:05:21
|
User: d_jencks
Date: 02/07/04 23:05:20
Modified: . build.xml
Log:
added local wrapper autocommit test
Revision Changes Path
1.151 +2 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- build.xml 1 Jul 2002 20:53:31 -0000 1.150
+++ build.xml 5 Jul 2002 06:05:18 -0000 1.151
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.150 2002/07/01 20:53:31 dsundstrom Exp $ -->
+<!-- $Id: build.xml,v 1.151 2002/07/05 06:05:18 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -256,6 +256,7 @@
<property name="jboss.connector.lib" value="${jboss.connector.root}/lib"/>
<path id="jboss.connector.classpath">
<pathelement path="${jboss.connector.lib}/jboss-jca.jar"/>
+ <pathelement path="${jboss.connector.lib}/local-ra-jdbc-libs.jar"/>
</path>
<!-- Cluster -->
|