[Jboss-cvs] JBossAS SVN: r55331 - branches/MC_VDF_WORK/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 5 01:38:21 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-05 01:38:19 -0400 (Sat, 05 Aug 2006)
New Revision: 55331

Modified:
   branches/MC_VDF_WORK/build/build.xml
Log:
Add the system-jmx module

Modified: branches/MC_VDF_WORK/build/build.xml
===================================================================
--- branches/MC_VDF_WORK/build/build.xml	2006-08-05 05:37:35 UTC (rev 55330)
+++ branches/MC_VDF_WORK/build/build.xml	2006-08-05 05:38:19 UTC (rev 55331)
@@ -118,6 +118,7 @@
       <module name="server"/>
       <module name="spring-int"/>
       <module name="system"/>
+      <module name="system-jmx"/>
       <module name="testsuite"/>
       <module name="varia"/>
       <module name="webservice"/>
@@ -134,7 +135,7 @@
       </group>
 
       <group name="core">
-        <include modules="j2se, mbeans, jmx, system, naming, aop"/>
+        <include modules="j2se, mbeans, jmx, system, system-jmx, naming, aop"/>
       </group>
 
       <group name="basic">
@@ -437,7 +438,14 @@
   <target name="_module-system-all" depends="_module-system-most">
      <ant antfile="build-distr.xml" target="_module-system-all"/>
   </target>
+	  <target name="_module-system-jmx-most">
+	     <ant antfile="build-distr.xml" target="_module-system-jmx-most"/>
+	  </target>
 
+	  <target name="_module-system-jmx-all" depends="_module-system-jmx-most">
+	     <ant antfile="build-distr.xml" target="_module-system-jmx-all"/>
+	  </target>
+
   <!-- ====== -->
   <!-- Naming -->
   <!-- ====== -->




More information about the jboss-cvs-commits mailing list