|
From: David J. <d_j...@us...> - 2002-09-02 19:06:30
|
User: d_jencks
Date: 02/09/02 12:06:28
Modified: . build.xml
Log:
Fixed xmbean deployment functionality and added some tests
Revision Changes Path
1.172 +8 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- build.xml 1 Sep 2002 23:32:20 -0000 1.171
+++ build.xml 2 Sep 2002 19:06:28 -0000 1.172
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.171 2002/09/01 23:32:20 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.172 2002/09/02 19:06:28 d_jencks Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2046,6 +2046,13 @@
<include name="META-INF/**/*.xml"/>
</fileset>
</jar>
+
+ <copy todir="${build.lib}" filtering="no">
+ <fileset dir="${build.resources}/jmx/xmbean">
+ <include name="inline-xmbean-service.xml"/>
+ </fileset>
+ </copy>
+
<!-- missing classes test -->
<jar jarfile="${build.lib}/missingclassmbean.jar">
|