You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2007/05/16 09:54:48 UTC

svn commit: r538462 - /ant/sandbox/antlibs/manual4eclipse/build.xml

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org