You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/08/19 10:14:30 UTC

svn commit: r987068 - /ant/antlibs/compress/trunk/project-template.ivy.xml

Author: bodewig
Date: Thu Aug 19 08:14:30 2010
New Revision: 987068

URL: http://svn.apache.org/viewvc?rev=987068&view=rev
Log:
Ivy doesn't like a dependency on the module itself - and version ranges don't seem to work with the Ibiblio resolver

Modified:
    ant/antlibs/compress/trunk/project-template.ivy.xml

Modified: ant/antlibs/compress/trunk/project-template.ivy.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/project-template.ivy.xml?rev=987068&r1=987067&r2=987068&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.ivy.xml (original)
+++ ant/antlibs/compress/trunk/project-template.ivy.xml Thu Aug 19 08:14:30 2010
@@ -51,8 +51,7 @@
               e:classifier="ivy"/>
   </publications>
   <dependencies>
-    <dependency org="org.apache.ant" name="ant" rev="[1.8.0,)"/>
     <dependency org="org.apache.commons" name="commons-compress"
-                rev="[1.1,)"/>
+                rev="1.1"/>
   </dependencies>
 </ivy-module>