|
From: Adrian B. <ej...@us...> - 2003-04-17 10:30:31
|
User: ejort
Date: 03/04/17 03:30:25
Modified: . Tag: Branch_3_0 build.xml
Log:
Don't include everything in jcatest.jar
Revision Changes Path
No revision
No revision
1.106.2.69 +5 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.68
retrieving revision 1.106.2.69
diff -u -r1.106.2.68 -r1.106.2.69
--- build.xml 4 Apr 2003 04:30:38 -0000 1.106.2.68
+++ build.xml 17 Apr 2003 10:30:16 -0000 1.106.2.69
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.68 2003/04/04 04:30:38 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.69 2003/04/17 10:30:16 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1468,6 +1468,10 @@
</fileset>
<fileset dir="${build.resources}/jca">
<include name="**/*.xml"/>
+ <exclude name="adapter/**"/>
+ <exclude name="autocommit/**"/>
+ <exclude name="bank/**"/>
+ <exclude name="jdbc/**"/>
</fileset>
</jar>
|