You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2008/09/30 16:39:12 UTC

svn commit: r700482 - /ant/ivy/site/ivyde/updatesite/site.xml

Author: hibou
Date: Tue Sep 30 07:39:12 2008
New Revision: 700482

URL: http://svn.apache.org/viewvc?rev=700482&view=rev
Log:
It seems that Eclipse 3.4 doesn't take the mirrors configuration if it is not an absolute URL...

Modified:
    ant/ivy/site/ivyde/updatesite/site.xml

Modified: ant/ivy/site/ivyde/updatesite/site.xml
URL: http://svn.apache.org/viewvc/ant/ivy/site/ivyde/updatesite/site.xml?rev=700482&r1=700481&r2=700482&view=diff
==============================================================================
--- ant/ivy/site/ivyde/updatesite/site.xml (original)
+++ ant/ivy/site/ivyde/updatesite/site.xml Tue Sep 30 07:39:12 2008
@@ -17,13 +17,9 @@
    specific language governing permissions and limitations
    under the License.    
 -->
-<!--
-  publishing this files means copying it into the ivyde website at:
-    svn.apache.org/repos/asf/ant/ivy/site/ivyde/updatesite/site.xml
--->
 <site pack200="true"
-      digestURL="./"
-      mirrorsURL="eclipse-update--xml.cgi">
+      mirrorsURL="http://ant.apache.org/ivy/ivyde/updatesite/eclipse-update--xml.cgi"
+      digestURL="./">
    <description url="http://ant.apache.org/ivy/ivyde/updatesite">
       Eclipse update site for Apache IvyDE.
    </description>