You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/12 16:47:42 UTC

svn commit: r1157137 - /maven/sandbox/trunk/doxia/doxia-ide/eclipse/download-eclipse.xml

Author: hboutemy
Date: Fri Aug 12 14:47:41 2011
New Revision: 1157137

URL: http://svn.apache.org/viewvc?rev=1157137&view=rev
Log:
fixed downloads from Eclipse archive

Modified:
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/download-eclipse.xml

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/download-eclipse.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/download-eclipse.xml?rev=1157137&r1=1157136&r2=1157137&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/download-eclipse.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/download-eclipse.xml Fri Aug 12 14:47:41 2011
@@ -34,7 +34,7 @@
 
   <property
     name="eclipse.downloads.mirror"
-    value="http://download.eclipse.org" />
+    value="http://archive.eclipse.org" />
 
   <!-- Eclipse SDK download URLs -->
   <!-- @see http://www.eclipse.org/downloads/ -->
@@ -70,7 +70,7 @@
     value="GEF-SDK-3.3.2" />
   <property
     name="eclipse.GEF-SDK.download.url"
-    value="${eclipse.downloads.mirror}/tools/gef/downloads/drops/3.3.2/R200802211602/${eclipse.GEF-SDK.name}.zip" />
+    value="${eclipse.downloads.mirror}/tools/gef/downloads/drops/R-3.3.2-200802211602/${eclipse.GEF-SDK.name}.zip" />
   <!-- Eclipse dtp-sdk -->
   <property
     name="eclipse.dtp-sdk.name"