|
From: Adrian B. <ej...@us...> - 2003-10-01 22:27:36
|
User: ejort
Date: 03/10/01 15:27:35
Modified: . Tag: Branch_3_2 build.xml
Log:
Remove the cts.jar tables at undeployment
Revision Changes Path
No revision
No revision
1.165.2.110 +2 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.109
retrieving revision 1.165.2.110
diff -u -r1.165.2.109 -r1.165.2.110
--- build.xml 30 Sep 2003 21:29:07 -0000 1.165.2.109
+++ build.xml 1 Oct 2003 22:27:34 -0000 1.165.2.110
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.109 2003/09/30 21:29:07 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.110 2003/10/01 22:27:34 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1316,6 +1316,7 @@
<metainf dir="${build.resources}/cts/META-INF">
<include name="ejb-jar.xml"/>
<include name="jboss.xml"/>
+ <include name="jbosscmp-jdbc.xml"/>
</metainf>
<fileset dir="${build.classes}">
<patternset refid="jboss.test.util.ejb.set"/>
|