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/16 16:20:04 UTC

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

Author: hibou
Date: Tue Sep 16 07:20:03 2008
New Revision: 695894

URL: http://svn.apache.org/viewvc?rev=695894&view=rev
Log:
Make the url relatives, so it can also work in a staging environment

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=695894&r1=695893&r2=695894&view=diff
==============================================================================
--- ant/ivy/site/ivyde/updatesite/site.xml (original)
+++ ant/ivy/site/ivyde/updatesite/site.xml Tue Sep 16 07:20:03 2008
@@ -22,8 +22,8 @@
     svn.apache.org/repos/asf/ant/ivy/site/ivyde/updatesite/site.xml
 -->
 <site pack200="true"
-      digestURL="http://ant.apache.org/ivy/ivyde/updatesite/"
-      mirrorsURL="http://ant.apache.org/ivy/ivyde/updatesite/eclipse-update--xml.cgi">
+      digestURL="./"
+      mirrorsURL="eclipse-update--xml.cgi">
    <description url="http://ant.apache.org/ivy/ivyde/updatesite">
       Eclipse update site for Apache IvyDE.
    </description>