Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Anderson2013-08-15 02:52:46 +0000
committerCarl Anderson2013-08-15 02:52:46 +0000
commit7cbbcb351ce119f7b917e9f364fa8c1bccc8d219 (patch)
tree6963bcb3ce75189f1d1c813569e0d74d62683ab8
parent1efbbab330c7b2e13bc3bc95b24ea22456c3336d (diff)
downloadwebtools.maps-7cbbcb351ce119f7b917e9f364fa8c1bccc8d219.tar.gz
webtools.maps-7cbbcb351ce119f7b917e9f364fa8c1bccc8d219.tar.xz
webtools.maps-7cbbcb351ce119f7b917e9f364fa8c1bccc8d219.zip
Update Eclipse prereqs to SR1
-rw-r--r--releng/kepler/dependencies.properties12
1 files changed, 6 insertions, 6 deletions
diff --git a/releng/kepler/dependencies.properties b/releng/kepler/dependencies.properties
index 3b7478c29..c71e990c0 100644
--- a/releng/kepler/dependencies.properties
+++ b/releng/kepler/dependencies.properties
@@ -134,9 +134,9 @@ wtpBuildTools.build.home=http://download.eclipse.org/webtools/downloads/
# Eclipse SDK Dependency
# groupID : eclipse
-eclipse.id=M20130807-1400
-eclipse.dir=M20130807-1400
-eclipse.name=Eclipse SDK v4.3
+eclipse.id=M20130814-0800
+eclipse.dir=M20130814-0800
+eclipse.name=Eclipse SDK v4.3.1
eclipse.description=(Platform, PDE, JDT)
eclipse.mirror.prefixuri=/eclipse/downloads/drops4/${eclipse.dir}
@@ -193,10 +193,10 @@ eclipsereleng.build.home=${eclipse.build.home}
# Eclipse 4.3 SDK Dependency
# groupID : e4x
-e4x.build.id=M20130807-1400
-e4x.build.dir=M20130807-1400
+e4x.build.id=M20130814-0800
+e4x.build.dir=M20130814-0800
-e4x.name=Eclipse SDK v4.3
+e4x.name=Eclipse SDK v4.3.1
e4x.description=(Platform, PDE, JDT, EMF Core)
e4x.mirror.prefixuri=/eclipse/downloads/drops4/${e4x.build.dir}

Back to the top