You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2009/11/02 22:01:20 UTC

svn commit: r832106 - /incubator/wookie/trunk/ant/ivy-common.xml

Author: scottbw
Date: Mon Nov  2 21:01:19 2009
New Revision: 832106

URL: http://svn.apache.org/viewvc?rev=832106&view=rev
Log:
Added fix for a problem with Ivy download reported by David Sherlock - Thanks to David for the report, and thanks to Ross Gardler for the fix. More info: http://markmail.org/thread/ytuktdzgxfekwaew

Modified:
    incubator/wookie/trunk/ant/ivy-common.xml

Modified: incubator/wookie/trunk/ant/ivy-common.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ant/ivy-common.xml?rev=832106&r1=832105&r2=832106&view=diff
==============================================================================
--- incubator/wookie/trunk/ant/ivy-common.xml (original)
+++ incubator/wookie/trunk/ant/ivy-common.xml Mon Nov  2 21:01:19 2009
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <project xmlns:ivy="antlib:org.apache.ivy.ant" >
-	<ivy:settings id="ivy.instance" file="${ivy.repository.dir}/ivysettings.xml" />
 	
 	<property name="ivy.install.version" value="2.1.0-rc2" />
     <condition property="ivy.home" value="${env.IVY_HOME}">
@@ -54,6 +53,7 @@
     </target>
 	
     <target name="configure" depends="init-ivy">
+    	<ivy:settings id="ivy.instance" file="${ivy.repository.dir}/ivysettings.xml" />
     </target>
 	
     <target name="resolve" depends="configure, clean-lib" description="--> retrieve dependencies with ivy">