From: Dimitris A. <an...@us...> - 2004-10-27 10:04:36
|
User: andd Date: 04/10/27 03:04:22 Modified: . Tag: Branch_4_0 build.xml Log: added DeployXMBeanUnitTestCase.testGeneratedAVCFromWrappedStandardMBeanImpl Revision Changes Path No revision No revision 1.406.2.8 +9 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.7 retrieving revision 1.406.2.8 diff -u -r1.406.2.7 -r1.406.2.8 --- build.xml 26 Oct 2004 12:44:30 -0000 1.406.2.7 +++ build.xml 27 Oct 2004 10:04:21 -0000 1.406.2.8 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.406.2.7 2004/10/26 12:44:30 tdiesler Exp $ --> +<!-- $Id: build.xml,v 1.406.2.8 2004/10/27 10:04:21 andd Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -4249,6 +4249,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"> |