ehatcher 2004/02/23 07:25:48 Modified: contributions build.xml Log: making target an optional attribute Revision Changes Path 1.6 +2 -2 jakarta-lucene-sandbox/contributions/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-lucene-sandbox/contributions/build.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- build.xml 15 Feb 2004 19:19:55 -0000 1.5 +++ build.xml 23 Feb 2004 15:25:48 -0000 1.6 @@ -3,7 +3,7 @@ <property name="dist.dir" location="dist"/> <macrodef name="crawl"> - <attribute name="target"/> + <attribute name="target" default=""/> <sequential> <subant target="@{target}" failonerror="false"> <property name="dist.dir" location="${dist.dir}"/> @@ -21,6 +21,6 @@ </target> <target name="build-tree"> - <crawl target=""/> + <crawl/> </target> </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]