Author: bodewig
Date: Thu Aug 19 08:13:07 2010
New Revision: 987066

URL: http://svn.apache.org/viewvc?rev=987066&view=rev
Log:
make it work for modules with dependencies

Modified:
    ant/antlibs/common/trunk/ivysettings-nexus.xml

Modified: ant/antlibs/common/trunk/ivysettings-nexus.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/common/trunk/ivysettings-nexus.xml?rev=987066&r1=987065&r2=987066&view=diff
==============================================================================
--- ant/antlibs/common/trunk/ivysettings-nexus.xml (original)
+++ ant/antlibs/common/trunk/ivysettings-nexus.xml Thu Aug 19 08:13:07 2010
@@ -24,6 +24,7 @@
     </url>
   </resolvers>
   <modules>
-   <module organisation="org.apache" resolver="nexus"/>
+    <module organisation="org.apache" name="ant" resolver="nexus"/>
   </modules>
+  <settings defaultResolver="public"/>
 </ivysettings>


Reply via email to