|
From: Adrian B. <ej...@us...> - 2003-10-30 14:05:10
|
User: ejort
Date: 03/10/30 06:05:09
Modified: . build.xml
Log:
Add tests for attributes as MBeanProxies
Revision Changes Path
1.301 +8 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -r1.300 -r1.301
--- build.xml 25 Oct 2003 00:29:40 -0000 1.300
+++ build.xml 30 Oct 2003 14:05:09 -0000 1.301
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.300 2003/10/25 00:29:40 telrod Exp $ -->
+<!-- $Id: build.xml,v 1.301 2003/10/30 14:05:09 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2044,6 +2044,13 @@
</fileset>
<fileset dir="${build.lib}">
<include name="testdeploye-util.jar"/>
+ </fileset>
+ </jar>
+
+ <jar jarfile="${build.lib}/jmxproxy.sar">
+ <metainf dir="${build.resources}/jmx/proxy/META-INF" />
+ <fileset dir="${build.classes}">
+ <include name="org/jboss/test/jmx/proxy/*.class"/>
</fileset>
</jar>
|