|
From: Dimitris A. <an...@us...> - 2004-10-28 19:36:28
|
User: andd
Date: 04/10/28 12:36:21
Modified: . build.xml
Log:
added DeployXMBeanUnitTestCase.testGeneratedAVCFromWrappedStandardMBeanImpl
Revision Changes Path
1.418 +9 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -r1.417 -r1.418
--- build.xml 26 Oct 2004 17:20:58 -0000 1.417
+++ build.xml 28 Oct 2004 19:36:20 -0000 1.418
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.417 2004/10/26 17:20:58 patriot1burke Exp $ -->
+<!-- $Id: build.xml,v 1.418 2004/10/28 19:36:20 andd Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -3804,6 +3804,14 @@
</fileset>
</copy>
+ <!-- xmbean AVC generation from wrapped standard mbean impl -->
+ <jar jarfile="${build.lib}/listener-xmbean.sar">
+ <metainf dir="${build.resources}/jmx/xmbean/listener/META-INF"/>
+ <fileset dir="${build.classes}">
+ <include name="org/jboss/test/jmx/xmbean/SelfListenerService.class"/>
+ </fileset>
+ </jar>
+
<!-- Tests of xmbeans with custom interceptors -->
<jar jarfile="${build.lib}/interceptors-xmbean.sar">
<metainf dir="${build.resources}/jmx/interceptors">
|