Author: maartenc
Date: Thu Oct  2 12:21:20 2008
New Revision: 701217

URL: http://svn.apache.org/viewvc?rev=701217&view=rev
Log:
Don't use the id attribute on the ivy:configure task...

Modified:
    ant/ivy/core/trunk/build.xml

Modified: ant/ivy/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=701217&r1=701216&r2=701217&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Thu Oct  2 12:21:20 2008
@@ -46,7 +46,7 @@
             </classpath>
         </taskdef>
        
-        <ivy:configure id="ivy.instance" override="true" />
+        <ivy:configure override="true" />
     </target>
     
     <target name="install" depends="init-ivy-home, jar" 


Reply via email to