Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Anderson2012-08-21 03:15:27 +0000
committerCarl Anderson2012-08-21 03:15:27 +0000
commit4c1c681f3d4f55e78b420b61dd02144d081062ef (patch)
tree2513e3e1c0e269b55a99a3f0444e1239eb4fe82e
parentf163b8eb1530e430d8c3a1dbe8c032948f0b65f3 (diff)
downloadwebtools.maps-4c1c681f3d4f55e78b420b61dd02144d081062ef.tar.gz
webtools.maps-4c1c681f3d4f55e78b420b61dd02144d081062ef.tar.xz
webtools.maps-4c1c681f3d4f55e78b420b61dd02144d081062ef.zip
Update Eclipse 3.8 and 4.2 prereqs
-rw-r--r--releng/juno/dependencies.properties18
1 files changed, 9 insertions, 9 deletions
diff --git a/releng/juno/dependencies.properties b/releng/juno/dependencies.properties
index d644881cd..c039d4f82 100644
--- a/releng/juno/dependencies.properties
+++ b/releng/juno/dependencies.properties
@@ -134,9 +134,9 @@ wtpBuildTools.build.home=http://download.eclipse.org/webtools/downloads/
# Eclipse SDK Dependency
# groupID : eclipse
-eclipse.id=3.8
-eclipse.dir=R-3.8-201206081200
-eclipse.name=Eclipse SDK v3.8
+eclipse.id=M20120815-1000
+eclipse.dir=M20120815-1000
+eclipse.name=Eclipse SDK v3.8.1
eclipse.description=(Platform, PDE, JDT)
eclipse.mirror.prefixuri=/eclipse/downloads/drops/${eclipse.dir}
@@ -193,8 +193,8 @@ eclipsereleng.build.home=${eclipse.build.home}
# Eclipse 4.2 SDK Dependency
# groupID : e4x
-e4x.build.id=4.2
-e4x.build.dir=R-4.2-201206081400
+e4x.build.id=M20120816-1200
+e4x.build.dir=M20120816-1200
e4x.name=Eclipse SDK v4.2
e4x.description=(Platform, PDE, JDT, EMF Core)
@@ -213,8 +213,8 @@ e4x.build.home=http://download.eclipse.org/e4/sdk
# groupID : emfandxsd
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=317256
-emfandxsd.id=2.8.0RC4
-emfandxsd.dir.id=2.8.0/S201206080554
+emfandxsd.id=I201208070708
+emfandxsd.dir.id=2.8.1/I201208070708
emfandxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/${emfandxsd.dir.id}
emfandxsd.file=emf-xsd-SDK-${emfandxsd.id}.zip
@@ -293,8 +293,8 @@ graphiti.build.home=http://www.eclipse.org/graphiti/download.php
# Eclipse Graphical Editing Framework (GEF) Dependency
# groupID : gef
-gef.id=3.8.0RC4
-gef.dir.id=3.8.0/S201206112118/
+gef.id=3.8.0
+gef.dir.id=3.8.0/R201206112118/
gef.mirror.prefixuri=/tools/gef/downloads/drops/${gef.dir.id}
gef.file=GEF-SDK-${gef.id}.zip

Back to the top