|
From: Dimitris A. <an...@us...> - 2004-10-28 19:35:18
|
User: andd
Date: 04/10/28 12:35:08
Modified: . Tag: Branch_3_2 build.xml
Log:
added DeployXMBeanUnitTestCase.testGeneratedAVCFromWrappedStandardMBeanImpl
Revision Changes Path
No revision
No revision
1.165.2.168 +9 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.167
retrieving revision 1.165.2.168
diff -u -r1.165.2.167 -r1.165.2.168
--- build.xml 21 Oct 2004 13:56:55 -0000 1.165.2.167
+++ build.xml 28 Oct 2004 19:35:05 -0000 1.165.2.168
@@ -15,7 +15,7 @@
<!-- -->
<!-- ============================================================ -->
-<!-- $Id: build.xml,v 1.165.2.167 2004/10/21 13:56:55 ejort Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.168 2004/10/28 19:35:05 andd Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2806,6 +2806,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">
|