leosimons 2003/11/13 04:40:21 Modified: thread build.xml Log: Fixing typos. As Homer J puts it: "Doh!" Revision Changes Path 1.2 +58 -58 avalon-excalibur/thread/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/thread/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 9 Nov 2003 15:52:20 -0000 1.1 +++ build.xml 13 Nov 2003 12:40:21 -0000 1.2 @@ -1,58 +1,58 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<project default="warning" name="Gump Build Support - DO NOT HAND-EDIT!!!" basedir="."> - - <property file="${basedir}/project.properties/> - <property file="${basedir}/../project.properties"/> - - <target name="need-for-common-build" unless="avalon.buildsystem.available"> -<fail> -=================================================================== -BUILD SYSTEM FAILURE! -=================================================================== - -a required file, ../maven-common-gump-build.xml, -cannot be found. Try setting the avalon.buildsystem property in -project.properties to the correct location. -</fail> - </target> - - - <target name="delegate"> - <available - file="../maven-common-gump-build.xml" - property="avalon.buildsystem.available"/> - <antcall target="need-for-common-build"/> - - <ant - inheritRefs="true" - target="avalon:${target}" - antfile="../maven-common-gump-build.xml" - inheritAll="true"/> - </target> - - <target name="warning"> - <antcall target="delegate"> - <param name="target" value="warning"/> - </antcall> - </target> - - <target name="jar"> - <antcall target="delegate"> - <param name="target" value="jar"/> - </antcall> - </target> - - <target name="javadocs"> - <antcall target="delegate"> - <param name="target" value="javadocs"/> - </antcall> - </target> - - <target name="dist"> - <antcall target="delegate"> - <param name="target" value="dist"/> - </antcall> - </target> - -</project> +<?xml version="1.0" encoding="UTF-8"?> + +<project default="warning" name="Gump Build Support - DO NOT HAND-EDIT!!!" basedir="."> + + <property file="${basedir}/project.properties"/> + <property file="${basedir}/../project.properties"/> + + <target name="need-for-common-build" unless="avalon.buildsystem.available"> +<fail> +=================================================================== +BUILD SYSTEM FAILURE! +=================================================================== + +a required file, ../maven-common-gump-build.xml, +cannot be found. Try setting the avalon.buildsystem property in +project.properties to the correct location. +</fail> + </target> + + + <target name="delegate"> + <available + file="../maven-common-gump-build.xml" + property="avalon.buildsystem.available"/> + <antcall target="need-for-common-build"/> + + <ant + inheritRefs="true" + target="avalon:${target}" + antfile="../maven-common-gump-build.xml" + inheritAll="true"/> + </target> + + <target name="warning"> + <antcall target="delegate"> + <param name="target" value="warning"/> + </antcall> + </target> + + <target name="jar"> + <antcall target="delegate"> + <param name="target" value="jar"/> + </antcall> + </target> + + <target name="javadocs"> + <antcall target="delegate"> + <param name="target" value="javadocs"/> + </antcall> + </target> + + <target name="dist"> + <antcall target="delegate"> + <param name="target" value="dist"/> + </antcall> + </target> + +</project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]