Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-02-10 22:06:14 +0000
committerdavid_williams2011-02-10 22:06:14 +0000
commit5720ed2a06b12ea6e677236f593330342f9ac670 (patch)
treeb3bebaca12918078f3ef1d5859fe4bfec37b1cee
parenta6ba20f837b5db25b0474d96135b4a607124e2b0 (diff)
downloadwebtools.maps-5720ed2a06b12ea6e677236f593330342f9ac670.tar.gz
webtools.maps-5720ed2a06b12ea6e677236f593330342f9ac670.tar.xz
webtools.maps-5720ed2a06b12ea6e677236f593330342f9ac670.zip
fix URL to GEF in archives
-rw-r--r--releng/maps/dependencies.properties9
1 files changed, 6 insertions, 3 deletions
diff --git a/releng/maps/dependencies.properties b/releng/maps/dependencies.properties
index cfe27729c..6550c5934 100644
--- a/releng/maps/dependencies.properties
+++ b/releng/maps/dependencies.properties
@@ -186,11 +186,14 @@ emfxsdsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
# GEF zip to be downloaded
# GEF SDK will be used for building the distribution
# groupID : gef
-
+# appears GEF changed URL slightly when moving to 'archive', so some of the following
+# may not be perfectly consistent with other dependency files? What we need is located
+# at
+# http://archive.eclipse.org/tools/gef/downloads/drops/R-3.4.2-200902171642/GEF-SDK-3.4.2.zip
gef.id=3.4.2
-gef.dir.id=R200902171642
+gef.dir.id=R-3.4.2-200902171642
-gef.mirror.prefixuri=/tools/gef/downloads/drops/${gef.id}/${gef.dir.id}
+gef.mirror.prefixuri=/tools/gef/downloads/drops/${gef.dir.id}
gef.file=GEF-SDK-${gef.id}.zip
gef.name=GEF SDK ${gef.id}

Back to the top