Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-09-09 05:10:03 +0000
committerdavid_williams2010-09-09 05:10:03 +0000
commitc6b1d387425e67eed10e55a246687f267744a882 (patch)
treee0a1ba7b5f0e57d7d6563a4dd6233d7af2778065
parentec128e98f48c097ed68d559e721e1bf4ecbd9448 (diff)
downloadwebtools.maps-c6b1d387425e67eed10e55a246687f267744a882.tar.gz
webtools.maps-c6b1d387425e67eed10e55a246687f267744a882.tar.xz
webtools.maps-c6b1d387425e67eed10e55a246687f267744a882.zip
latest pre-reqs
-rw-r--r--releng/helios/dependencies.properties34
1 files changed, 17 insertions, 17 deletions
diff --git a/releng/helios/dependencies.properties b/releng/helios/dependencies.properties
index 31a91ffd5..8e3852d29 100644
--- a/releng/helios/dependencies.properties
+++ b/releng/helios/dependencies.properties
@@ -137,12 +137,12 @@ eclipsereleng.build.home=${eclipse.build.home}
# EMF XSD SDK will be used for building the distribution
# groupID : emf
-emf.id=2.6.0
-emf.dir.id=R201006141136
+emf.id=M201009071721
+emf.dir.id=M201009071721
-emf.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.0/${emf.dir.id}
+emf.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.x/${emf.dir.id}
emf.file=emf-runtime-${emf.id}.zip
-emf.name=EMF v2.6 Runtime
+emf.name=EMF v2.6.1 Runtime
emf.url=http://download.eclipse.org${emf.mirror.prefixuri}
emf.description=Minimum executable code.
@@ -151,9 +151,9 @@ emf.build.home=http://www.eclipse.org/modeling/emf/downloads/
emfsourcedoc.id=${emf.id}
emfsourcedoc.dir.id=${emf.dir.id}
-emfsourcedoc.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.0/${emfsourcedoc.dir.id}
+emfsourcedoc.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.x/${emfsourcedoc.dir.id}
emfsourcedoc.file=emf-sourcedoc-${emfsourcedoc.id}.zip
-emfsourcedoc.name=EMF v2.6 Source and Docs
+emfsourcedoc.name=EMF v2.6.1 Source and Docs
emfsourcedoc.url=http://download.eclipse.org${emf.mirror.prefixuri}
emfsourcedoc.description=Additional download with Source and Documentation.
@@ -164,9 +164,9 @@ emfsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
emfxsd.id=${emf.id}
emfxsd.dir.id=${emf.dir.id}
-emfxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.0/${emfxsd.dir.id}
+emfxsd.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.x/${emfxsd.dir.id}
emfxsd.file=xsd-runtime-${emfxsd.id}.zip
-emfxsd.name=EMF XSD v2.6 Runtime
+emfxsd.name=EMF XSD v2.6.1 Runtime
emfxsd.url=http://download.eclipse.org${emfxsd.mirror.prefixuri}
emfxsd.description=Minimum executable code.
@@ -174,9 +174,9 @@ emfxsd.build.home=http://www.eclipse.org/modeling/emf/downloads/
emfxsdsourcedoc.id=${emfxsd.id}
emfxsdsourcedoc.dir.id=${emfxsd.dir.id}
-emfxsdsourcedoc.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.0/${emfsourcedoc.dir.id}
+emfxsdsourcedoc.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.6.x/${emfsourcedoc.dir.id}
emfxsdsourcedoc.file=xsd-sourcedoc-${emfsourcedoc.id}.zip
-emfxsdsourcedoc.name=EMF XSD v2.6 Source and Docs
+emfxsdsourcedoc.name=EMF XSD v2.6.1 Source and Docs
emfxsdsourcedoc.url=http://download.eclipse.org${emf.mirror.prefixuri}
emfxsdsourcedoc.description=Additional download with Source and Documentation.
@@ -192,12 +192,12 @@ emfxsdsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
# GEF SDK will be used for building the distribution
# groupID : gef
-gef.id=3.6.0
-gef.dir.id=R201006161000
+gef.id=3.6.1RC3
+gef.dir.id=S201009081133
-gef.mirror.prefixuri=/tools/gef/downloads/drops/3.6.0/${gef.dir.id}
+gef.mirror.prefixuri=/tools/gef/downloads/drops/3.6.1/${gef.dir.id}
gef.file=GEF-SDK-${gef.id}.zip
-gef.name=GEF SDK 3.6
+gef.name=GEF SDK 3.6.1
gef.url=http://download.eclipse.org${gef.mirror.prefixuri}
gef.description=GEF Code and Source.
@@ -211,9 +211,9 @@ gef.build.home=http://download.eclipse.org/tools/gef/downloads/
# DTP SDK will be used for building the distribution
# groupID : dtp
-dtp.mirror.prefixuri=/datatools/downloads/1.8
-dtp.file=dtp-sdk_1.8.0.zip
-dtp.name=DTP sdk v1.8
+dtp.mirror.prefixuri=/datatools/downloads/drops/N_DTP_1.8.1
+dtp.file=dtp-sdk-1.8.1RC3-201009031002.zip
+dtp.name=DTP sdk v1.8.1
dtp.url=http://download.eclipse.org${dtp.mirror.prefixuri}
dtp.description=Code and Source.

Back to the top