Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcanderson2012-05-07 13:52:01 +0000
committercanderson2012-05-07 13:52:01 +0000
commite64794daf5ffa57a3fcef2575323bae64289d94e (patch)
tree618d0944788efafe553d99c46aadd8ca56f2424a
parentaf9bd414cf437f809cb314fc40bca67db0432bec (diff)
downloadwebtools.maps-e64794daf5ffa57a3fcef2575323bae64289d94e.tar.gz
webtools.maps-e64794daf5ffa57a3fcef2575323bae64289d94e.tar.xz
webtools.maps-e64794daf5ffa57a3fcef2575323bae64289d94e.zip
update 3.8 and 4.2 prereq
-rw-r--r--releng/juno/dependencies.properties24
1 files changed, 12 insertions, 12 deletions
diff --git a/releng/juno/dependencies.properties b/releng/juno/dependencies.properties
index b798d952a..e46a6973c 100644
--- a/releng/juno/dependencies.properties
+++ b/releng/juno/dependencies.properties
@@ -42,8 +42,8 @@
# Note that this data is used for "display" only.
# During the build, the required bundles are fetched based on the orbitBundles.map file.
-orbitthirdpartyzip.build.dir=S20120308061416
-orbitthirdpartyzip.build.id=S20120308061416
+orbitthirdpartyzip.build.dir=S20120428190502
+orbitthirdpartyzip.build.id=S20120428190502
orbitthirdpartyzip.mirror.prefixuri=/tools/orbit/downloads/drops/${orbitthirdpartyzip.build.dir}
orbitthirdpartyzip.url=http://download.eclipse.org${orbitthirdpartyzip.mirror.prefixuri}
@@ -105,8 +105,8 @@ wtpBuildTools.build.home=http://download.eclipse.org/webtools/downloads/
# Eclipse SDK Dependency
# groupID : eclipse
-eclipse.id=3.8M6
-eclipse.dir=S-3.8M6-201203141800
+eclipse.id=S-3.8M7-201205022000
+eclipse.dir=S-3.8M7-201205022000
eclipse.name=Eclipse SDK v3.8
eclipse.description=(Platform, PDE, JDT)
@@ -164,8 +164,8 @@ eclipsereleng.build.home=${eclipse.build.home}
# Eclipse 4.2 SDK Dependency
# groupID : e4x
-e4x.build.id=4.2M6
-e4x.build.dir=S-4.2M6-201203151300
+e4x.build.id=S-4.2M7-201205031800
+e4x.build.dir=S-4.2M7-201205031800
e4x.name=Eclipse SDK v4.2
e4x.description=(Platform, PDE, JDT, EMF Core)
@@ -184,8 +184,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.0M6
-emfandxsd.dir.id=2.8.0/S201203190555
+emfandxsd.id=2.8.0M7
+emfandxsd.dir.id=2.8.0/S201205070712
emfandxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/${emfandxsd.dir.id}
emfandxsd.file=emf-xsd-SDK-${emfandxsd.id}.zip
@@ -265,8 +265,8 @@ graphiti.build.home=http://www.eclipse.org/graphiti/download.php
# Eclipse Graphical Editing Framework (GEF) Dependency
# groupID : gef
-gef.id=3.8.0M6
-gef.dir.id=3.8.0/S201203180207/
+gef.id=3.8.0M7
+gef.dir.id=3.8.0/S201205041431/
gef.mirror.prefixuri=/tools/gef/downloads/drops/${gef.dir.id}
gef.file=GEF-SDK-${gef.id}.zip
@@ -285,9 +285,9 @@ gef.build.home=http://download.eclipse.org/tools/gef/downloads/
# groupID : dtp
dtp.mirror.prefixuri=/datatools/downloads/drops/N_DTP_1.10
-dtp.file=dtp-sdk-1.10.0M6-201203160500.zip
+dtp.file=dtp-sdk-1.10.0M7-201205040500.zip
-dtp.repo=dtp-p2repo-1.10.0M6-201203160500.zip
+dtp.repo=dtp-p2repo-1.10.0M7-201205040500.zip
dtp.tobeinstalledfeaturegroups=org.eclipse.datatools.enablement.feature.feature.group,org.eclipse.datatools.sqldevtools.feature.feature.group,org.eclipse.datatools.connectivity.feature.feature.group
dtp.name=DTP sdk v1.10

Back to the top