|
From: Scott M S. <st...@us...> - 2002-05-26 20:48:12
|
User: starksm
Date: 02/05/26 13:48:11
Modified: . Tag: Branch_3_0 build.xml
Log:
Add tests of a jboss-service.xml importing content using an external
entity reference
Revision Changes Path
No revision
No revision
1.106.2.16 +10 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.15
retrieving revision 1.106.2.16
diff -u -r1.106.2.15 -r1.106.2.16
--- build.xml 24 May 2002 02:12:08 -0000 1.106.2.15
+++ build.xml 26 May 2002 20:48:11 -0000 1.106.2.16
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.15 2002/05/24 02:12:08 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.16 2002/05/26 20:48:11 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1366,6 +1366,15 @@
<fileset dir="${build.lib}">
<include name="rsrcsvc.jar"/>
</fileset>
+ </jar>
+
+ <!-- Tests that a sar jboss-service.xml can include an entity ref
+ -->
+ <jar jarfile="${build.lib}/entityref.sar">
+ <metainf dir="${build.resources}/jmx/loading/entityref" />
+ <fileset dir="${build.classes}">
+ <include name="org/jboss/test/jmx/loading/NoopService*"/>
+ </fileset>
</jar>
<!--build test sar for testing local directory copy deployment -->
|