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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]