|
From: Adrian B. <ej...@us...> - 2003-04-17 11:10:45
|
User: ejort
Date: 03/04/17 04:10:43
Modified: . Tag: Branch_3_0 build.xml
Log:
Don't include everything in jmxtest.jar
Revision Changes Path
No revision
No revision
1.106.2.70 +1 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.69
retrieving revision 1.106.2.70
diff -u -r1.106.2.69 -r1.106.2.70
--- build.xml 17 Apr 2003 10:30:16 -0000 1.106.2.69
+++ build.xml 17 Apr 2003 11:10:39 -0000 1.106.2.70
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.69 2003/04/17 10:30:16 ejort Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.70 2003/04/17 11:10:39 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1507,7 +1507,6 @@
<exclude name="org/jboss/test/jmx/mbean*/**"/>
</fileset>
<fileset dir="${build.resources}/jmx">
- <include name="*.*"/>
<include name="META-INF/*.*"/>
</fileset>
</jar>
|