You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2005/11/10 00:16:35 UTC

svn commit: r332172 - /geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml

Author: sppatel
Date: Wed Nov  9 15:16:26 2005
New Revision: 332172

URL: http://svn.apache.org/viewcvs?rev=332172&view=rev
Log:
fix emf download location site

Modified:
    geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml

Modified: geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml
URL: http://svn.apache.org/viewcvs/geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml?rev=332172&r1=332171&r2=332172&view=diff
==============================================================================
--- geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml (original)
+++ geronimo/devtools/trunk/modules/eclipse-plugin/maven.xml Wed Nov  9 15:16:26 2005
@@ -101,7 +101,7 @@
 		<j:set var="wtp.build.filename" value="wtp-sdk-I20051105.zip"/>
 
 		<j:set var="eclipse.download" value="http://download.eclipse.org/eclipse/downloads/drops/R-3.1.1-200509290840/${eclipse.build.filename}"/>
-		<j:set var="emf.download" value="http://fullmoon.rtp.raleigh.ibm.com/tools/emf/downloads/drops/2.1.1/R200509281310/${emf.build.filename}"/>
+		<j:set var="emf.download" value="http://download.eclipse.org/tools/emf/downloads/drops/2.1.1/R200509281310/${emf.build.filename}"/>
 		<j:set var="gef.download" value="http://download.eclipse.org/tools/gef/downloads/drops/R-3.1.1-200509301327/${gef.build.filename}"/>
 		<j:set var="jem.download" value="http://download.eclipse.org/tools/ve/downloads/drops/R-1.1.0.1-200509071822/${jem.build.filename}"/>
 		<j:set var="wtp.download" value="http://mirrors.ibiblio.org/pub/mirrors/${wtp.build.path}/${wtp.build.folder}/${wtp.build.filename}"/>