Author: jhm Date: Wed May 16 00:54:47 2007 New Revision: 538462 URL: http://svn.apache.org/viewvc?view=rev&rev=538462 Log: - Refactor: extract property - use of user specific property file
Modified: ant/sandbox/antlibs/manual4eclipse/build.xml Modified: ant/sandbox/antlibs/manual4eclipse/build.xml URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/manual4eclipse/build.xml?view=diff&rev=538462&r1=538461&r2=538462 ============================================================================== --- ant/sandbox/antlibs/manual4eclipse/build.xml (original) +++ ant/sandbox/antlibs/manual4eclipse/build.xml Wed May 16 00:54:47 2007 @@ -20,7 +20,9 @@ <project default="distribution" name="m4e"> <import file="common/build.xml"/> - + <property file="${user.name}.properties"/> + <property name="plugin.ant.version" value="1.7.1"/> + <target name="m4e" description="Builds the Eclipse PlugIn from the Ant Manual" depends="antlib" @@ -31,7 +33,7 @@ classpath="${jarname}"/> <m4e:buildPlugin manualDir="${ant.core}/docs/manual" buildDir="${build}" - antVersion="1.7.1" + antVersion="${plugin.ant.version}" /> </target> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]