[jboss-cvs] JBossAS SVN: r91117 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 10 16:49:57 EDT 2009


Author: smarlow at redhat.com
Date: 2009-07-10 16:49:57 -0400 (Fri, 10 Jul 2009)
New Revision: 91117

Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
JBAS-6185 add MBeanServerBuilderImpl + LazyMBeanServer to run.jar

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2009-07-10 20:19:23 UTC (rev 91116)
+++ branches/JBPAPP_5_0/build/build.xml	2009-07-10 20:49:57 UTC (rev 91117)
@@ -344,11 +344,9 @@
 
   <target name="modules-all" depends="_buildmagic:modules:all">
      <antcall target="thirdparty"/>
-     <antcall target="addJmxToRunJar"/>
   </target>
   <target name="modules-most" depends="_buildmagic:modules:most">
      <antcall target="thirdparty"/>
-     <antcall target="addJmxToRunJar"/>
   </target>
   <target name="modules-main" depends="_buildmagic:modules:main"/>
   <target name="modules-release" depends="_buildmagic:modules:release"/>
@@ -730,6 +728,7 @@
   default and minimal configs with a minimal set of jars in the root lib dir.
   -->
   <target name="partition-build" depends="init">
+    <antcall target="addJmxToRunJar"/>
     <antcall target="partition-community"/>
     <antcall target="partition-production"/>
     <antcall target="jboss-all-client"/>
@@ -1268,6 +1267,7 @@
        basedir="${moduleSource.output}/classes"
        includes="org/jboss/system/server/jmx/MBeanServerBuilderImpl.class org/jboss/system/server/jmx/LazyMBeanServer.class"
     />
+    <copy file="${moduleDest.output}/lib/run.jar" todir="${install.bin}"/>
    </target>
 
 </project>




More information about the jboss-cvs-commits mailing list