Author: mcconnell Date: Thu Jun 10 05:17:23 2004 New Revision: 20999 Added: avalon/trunk/central/system/build/reactor.xml (contents, props changed) Log: Add general reactor template.
Added: avalon/trunk/central/system/build/reactor.xml ============================================================================== --- (empty file) +++ avalon/trunk/central/system/build/reactor.xml Thu Jun 10 05:17:23 2004 @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<project name="reactor" xmlns:x="antlib:org.apache.avalon.tools"> + + <x:home/> + + <target name="init"> + <x:home/> + <x:reactor target="init"/> + </target> + + <target name="clean"> + <x:home/> + <x:reactor target="clean"/> + </target> + + <target name="prepare"> + <x:home/> + <x:reactor target="prepare"/> + </target> + + <target name="build"> + <x:home/> + <x:reactor target="build"/> + </target> + + <target name="package"> + <x:home/> + <x:reactor target="package"/> + </target> + + <target name="test"> + <x:home/> + <x:reactor target="test"/> + </target> + + <target name="site"> + <x:home/> + <x:reactor target="site"/> + </target> + + <target name="install"> + <x:home/> + <x:reactor target="install"/> + </target> + + <target name="dist"> + <x:home/> + <x:reactor target="dist"/> + </target> + +</project> + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]