[jboss-cvs] JBossAS SVN: r68382 - in trunk/testsuite: src/resources/jmx/interceptors and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 18 12:53:57 EST 2007


Author: alesj
Date: 2007-12-18 12:53:57 -0500 (Tue, 18 Dec 2007)
New Revision: 68382

Added:
   trunk/testsuite/src/resources/jmx/interceptors/jboss-structure.xml
Modified:
   trunk/testsuite/imports/sections/jmx.xml
Log:
Declaring structure to find .bsh files.

Modified: trunk/testsuite/imports/sections/jmx.xml
===================================================================
--- trunk/testsuite/imports/sections/jmx.xml	2007-12-18 17:52:48 UTC (rev 68381)
+++ trunk/testsuite/imports/sections/jmx.xml	2007-12-18 17:53:57 UTC (rev 68382)
@@ -633,6 +633,7 @@
       <!-- Tests of xmbeans with custom interceptors -->
       <jar destfile="${build.lib}/interceptors-xmbean.sar">
          <metainf dir="${build.resources}/jmx/interceptors">
+            <include name="jboss-structure.xml"/>
             <include name="jboss-service.xml"/>
             <include name="secured-xmbean.xml"/>
             <include name="naming-xmbean.xml"/>

Added: trunk/testsuite/src/resources/jmx/interceptors/jboss-structure.xml
===================================================================
--- trunk/testsuite/src/resources/jmx/interceptors/jboss-structure.xml	                        (rev 0)
+++ trunk/testsuite/src/resources/jmx/interceptors/jboss-structure.xml	2007-12-18 17:53:57 UTC (rev 68382)
@@ -0,0 +1,13 @@
+<structure>
+	<context>
+		<path name=""/>
+		<metaDataPath>
+         <path name="META-INF"/>
+         <path name="jmx/interceptors"/>
+         <path name="jmx/interceptors/scripts"/>
+      </metaDataPath>
+      <classpath>
+			<path name=""/>
+		</classpath>
+	</context>
+</structure>




More information about the jboss-cvs-commits mailing list