|
From: Scott M S. <st...@us...> - 2002-05-21 05:31:58
|
User: starksm
Date: 02/05/20 22:31:57
Modified: . Tag: Branch_3_0 build.xml
Log:
Add ResourceTsts case#4, a sar with a service descriptor with
mulitiple mbeans, a resource file with multiple configs
using a namespace, and the service code in a nested jar
Revision Changes Path
No revision
No revision
1.106.2.13 +11 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.12
retrieving revision 1.106.2.13
diff -u -r1.106.2.12 -r1.106.2.13
--- build.xml 21 May 2002 03:00:11 -0000 1.106.2.12
+++ build.xml 21 May 2002 05:31:57 -0000 1.106.2.13
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.12 2002/05/21 03:00:11 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.13 2002/05/21 05:31:57 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1355,6 +1355,16 @@
<include name="rsrcsvc.jar"/>
<include name="rsrc31.sar" />
<include name="rsrc32.sar" />
+ </fileset>
+ </jar>
+ <!-- ResourceTsts case#4, a sar with a service descriptor with
+ mulitiple mbeans, a resource file with multiple configs
+ using a namespace, and the service code in a nested jar
+ -->
+ <jar jarfile="${build.lib}/rsrc4.sar">
+ <metainf dir="${build.resources}/jmx/loading/rsrc4" />
+ <fileset dir="${build.lib}">
+ <include name="rsrcsvc.jar"/>
</fileset>
</jar>
|