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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 5 01:37:36 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-05 01:37:35 -0400 (Sat, 05 Aug 2006)
New Revision: 55330

Modified:
   branches/MC_VDF_WORK/build/build-distr.xml
Log:
Copy jboss-system-jmx.jar to the root lib

Modified: branches/MC_VDF_WORK/build/build-distr.xml
===================================================================
--- branches/MC_VDF_WORK/build/build-distr.xml	2006-08-05 05:36:48 UTC (rev 55329)
+++ branches/MC_VDF_WORK/build/build-distr.xml	2006-08-05 05:37:35 UTC (rev 55330)
@@ -399,6 +399,20 @@
     </copy>
   </target>
 
+	  <target name="_module-system-jmx-most">
+	    <property name="_module.name" value="system-jmx" override="true"/>
+	    <property name="_module.output" override="true"
+		      value="${project.root}/${_module.name}/output"/>
+
+	  	<copy todir="${install.lib}" filtering="no">
+	      <fileset dir="${_module.output}/lib">
+	        <include name="jboss-system-jmx.jar"/>
+	      </fileset>
+	    </copy>
+	  </target>
+	  <target name="_module-system-jmx-all" depends="_module-system-jmx-most">
+	  </target>
+
   <!-- ====== -->
   <!-- Naming -->
   <!-- ====== -->




More information about the jboss-cvs-commits mailing list