Author: mcconnell Date: Mon Jun 7 11:27:39 2004 New Revision: 20879 Added: avalon/trunk/runtime/util/build.xml Log:
Added: avalon/trunk/runtime/util/build.xml ============================================================================== --- (empty file) +++ avalon/trunk/runtime/util/build.xml Mon Jun 7 11:27:39 2004 @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<project name="test" default="build" basedir="." xmlns:x="antlib:org.apache.avalon.tools"> + + <property file="build.properties"/> + + <path id="targets"> + <fileset dir="." includes="**/build.xml" excludes="build.xml"/> + </path> + + <target name="build" depends=""> + <x:home/> + <x:reactor> + <path refid="targets"/> + </x:reactor> + </target> + + <target name="clean" depends=""> + <subant inheritAll="false" + genericantfile="${project.home}/build/standard.xml" target="clean" + buildpathref="targets"/> + </target> + +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]