Don't use the id attribute on the ivy:configure task...

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@701217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2008-10-02 19:21:20 +00:00
parent 9f70cf9eae
commit 1330ee1355
1 changed files with 1 additions and 1 deletions

View File

@ -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"