|
From: Ben W. <bw...@us...> - 2004-02-15 01:37:32
|
User: bwang00
Date: 04/02/14 17:30:43
Modified: . build.xml
Log:
Copy more confi xml
Revision Changes Path
1.334 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -r1.333 -r1.334
--- build.xml 15 Feb 2004 01:21:02 -0000 1.333
+++ build.xml 15 Feb 2004 01:30:42 -0000 1.334
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.333 2004/02/15 01:21:02 bwang00 Exp $ -->
+<!-- $Id: build.xml,v 1.334 2004/02/15 01:30:42 bwang00 Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -4866,7 +4866,7 @@
<mkdir dir="${build.resources}/META-INF"/>
<copy todir="${build.resources}/META-INF" filtering="no">
<fileset dir="${source.resources}/cache/META-INF">
- <include name="local-service*.xml"/>
+ <include name="*-service*.xml"/>
</fileset>
</copy>
|