|
From: Adrian B. <ej...@us...> - 2003-05-03 17:10:33
|
User: ejort
Date: 03/05/03 10:10:32
Modified: . build.xml
Log:
Fix the Optimistic lock test by deploying a uuid keygenerator
Revision Changes Path
1.248 +2 -3 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -r1.247 -r1.248
--- build.xml 2 May 2003 06:35:43 -0000 1.247
+++ build.xml 3 May 2003 17:10:31 -0000 1.248
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.247 2003/05/02 06:35:43 belaban Exp $ -->
+<!-- $Id: build.xml,v 1.248 2003/05/03 17:10:31 ejort Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -1557,7 +1557,7 @@
<include name="org/jboss/test/jca/ejb/**"/>
</fileset>
<fileset dir="${build.resources}/jca">
- <include name="**/*.xml"/>
+ <include name="META-INF/*.xml"/>
</fileset>
</jar>
@@ -1637,7 +1637,6 @@
<exclude name="org/jboss/test/jmx/mbean*/**"/>
</fileset>
<fileset dir="${build.resources}/jmx">
- <include name="*.*"/>
<include name="META-INF/*.*"/>
</fileset>
</jar>
|