|
From: David J. <d_j...@us...> - 2002-05-24 02:12:09
|
User: d_jencks
Date: 02/05/23 19:12:08
Modified: . Tag: Branch_3_0 build.xml
Log:
implemented cleanup to reset autocommit and tx isolation state, added a test
Revision Changes Path
No revision
No revision
1.106.2.15 +9 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.14
retrieving revision 1.106.2.15
diff -u -r1.106.2.14 -r1.106.2.15
--- build.xml 22 May 2002 23:43:58 -0000 1.106.2.14
+++ build.xml 24 May 2002 02:12:08 -0000 1.106.2.15
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.14 2002/05/22 23:43:58 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.15 2002/05/24 02:12:08 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1236,6 +1236,14 @@
<include name="**/*.xml"/>
</fileset>
</jar>
+
+ <!--copy the plain *-service.xml files too -->
+ <copy todir="${build.lib}" filtering="no">
+ <fileset dir="${build.resources}/jca/autocommit">
+ <include name="*.xml"/>
+ </fileset>
+ </copy>
+
</target>
<!-- jmx test -->
|