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/04/12 16:59:33 UTC

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

Author: jhm
Date: Thu Apr 12 07:59:32 2007
New Revision: 527966

URL: http://svn.apache.org/viewvc?view=rev&rev=527966
Log:
Version must not contain alphas ... There were problems with the generated plugin name then.

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=527966&r1=527965&r2=527966
==============================================================================
--- ant/sandbox/antlibs/manual4eclipse/build.xml (original)
+++ ant/sandbox/antlibs/manual4eclipse/build.xml Thu Apr 12 07:59:32 2007
@@ -31,7 +31,7 @@
                  classpath="${jarname}"/>
         <m4e:buildPlugin manualDir="${ant.core}/docs/manual" 
                          buildDir="${build}"
-                         antVersion="1.7.1alpha"
+                         antVersion="1.7.1"
         />
     </target>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org