You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/07/01 07:07:07 UTC

svn commit: rev 22401 - in avalon/trunk/planet/facilities/jmx/handler: . etc

Author: mcconnell
Date: Wed Jun 30 22:07:07 2004
New Revision: 22401

Removed:
   avalon/trunk/planet/facilities/jmx/handler/etc/
Modified:
   avalon/trunk/planet/facilities/jmx/handler/build.xml
Log:
Updgrade build procedure to auotmate block generation.

Modified: avalon/trunk/planet/facilities/jmx/handler/build.xml
==============================================================================
--- avalon/trunk/planet/facilities/jmx/handler/build.xml	(original)
+++ avalon/trunk/planet/facilities/jmx/handler/build.xml	Wed Jun 30 22:07:07 2004
@@ -6,5 +6,14 @@
   <property file="build.properties"/>
   <import file="${project.system}/build/standard.xml"/>
 
+  <target name="build" depends="standard.build">
+    <x:property property="mx4j.spec" key="avalon-jmx-mx4j" feature="spec"/>
+    <x:block name="jmx-facility" embed="MAIN">
+      <x:include name="mx4j" artifact="block:${mx4j.spec}"/>
+      <x:component name="handler" 
+         class="org.apache.avalon.jmx.handler.JmxManagementHandler"/>
+    </x:block>
+  </target>
+
 </project>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org