Author: hibou
Date: Tue Oct 27 19:42:28 2009
New Revision: 830314

URL: http://svn.apache.org/viewvc?rev=830314&view=rev
Log:
IVYDE-216 : fix the Ivy feature to point to the correct updatesite

Modified:
    ant/ivy/updatesite/trunk/ivy-feature-template/feature.xml

Modified: ant/ivy/updatesite/trunk/ivy-feature-template/feature.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/ivy-feature-template/feature.xml?rev=830314&r1=830313&r2=830314&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/ivy-feature-template/feature.xml (original)
+++ ant/ivy/updatesite/trunk/ivy-feature-template/feature.xml Tue Oct 27 
19:42:28 2009
@@ -32,8 +32,8 @@
    </license>
 
    <url>
-      <update label="%updateSiteName" 
url="http://ant.apache.org/ivy/ivyde/updatesite"/>
-      <discovery label="%updateSiteName" 
url="http://ant.apache.org/ivy/ivyde/updatesite"/>
+      <update label="%updateSiteName" 
url="http://www.apache.org/dist/ant/ivyde/updatesite"/>
+      <discovery label="%updateSiteName" 
url="http://www.apache.org/dist/ant/ivyde/updatesite"/>
    </url>
 
    <plugin


Reply via email to