|
From: David J. <d_j...@us...> - 2002-06-16 19:55:07
|
User: d_jencks
Date: 02/06/16 12:55:06
Modified: . Tag: Branch_3_0 build.xml
Log:
More libs for autocommit test
Revision Changes Path
No revision
No revision
1.106.2.26 +2 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.25
retrieving revision 1.106.2.26
diff -u -r1.106.2.25 -r1.106.2.26
--- build.xml 16 Jun 2002 18:30:24 -0000 1.106.2.25
+++ build.xml 16 Jun 2002 19:55:06 -0000 1.106.2.26
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.25 2002/06/16 18:30:24 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.26 2002/06/16 19:55:06 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -261,6 +261,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 -->
|