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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]