|
From: David J. <d_j...@us...> - 2003-04-09 19:18:57
|
User: d_jencks
Date: 03/04/09 12:18:56
Modified: . Tag: Branch_3_2 build.xml
Log:
Fixed problem with ejb jars deploying sub packages
Revision Changes Path
No revision
No revision
1.165.2.56 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.55
retrieving revision 1.165.2.56
diff -u -r1.165.2.55 -r1.165.2.56
--- build.xml 7 Apr 2003 08:06:53 -0000 1.165.2.55
+++ build.xml 9 Apr 2003 19:18:53 -0000 1.165.2.56
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.55 2003/04/07 08:06:53 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.56 2003/04/09 19:18:53 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1779,7 +1779,7 @@
<include name="org/jboss/test/jca/ejb/**"/>
</fileset>
<fileset dir="${build.resources}/jca">
- <include name="**/*.xml"/>
+ <include name="META-INF/*.xml"/>
</fileset>
</jar>
|