Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng.dali/maps/dependencies.properties18
1 files changed, 10 insertions, 8 deletions
diff --git a/releng.dali/maps/dependencies.properties b/releng.dali/maps/dependencies.properties
index a542c8f6c..bb0b41c3e 100644
--- a/releng.dali/maps/dependencies.properties
+++ b/releng.dali/maps/dependencies.properties
@@ -1,3 +1,5 @@
+
+
#######################################################################################
#
# remember, trailing spaces are not trimmed in ant files,
@@ -67,8 +69,8 @@ dita.name=SourceForge DITA-OT 1.2.1
dita.description=DITA-OT 1.2.1 Binary ASL Distribution
#######################################################################################
-wtp.eclipse.build.id=M20090211-1700
-wtp.eclipse.build.dir=M20090211-1700
+wtp.eclipse.build.id=3.4.2
+wtp.eclipse.build.dir=R-3.4.2-200902111700
eclipse.name=Eclipse SDK v3.4.2
eclipse.description=Eclipse SDK v3.4.2
@@ -135,8 +137,8 @@ eclipsereleng.build.home=${eclipse.build.home}
# EMF XSD SDK will be used for building the distribution
# groupID : emf
-emf.id=2.4.2RC1
-emf.dir.id=S200902041010
+emf.id=2.4.2
+emf.dir.id=R200902171115
emf.mirror.prefixuri=/modeling/emf/emf/downloads/drops/2.4.2/${emf.dir.id}
emf.file=emf-runtime-${emf.id}.zip
@@ -188,10 +190,10 @@ emfxsdsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
# groupID : gef
gef.id=3.4.2
-gef.dir.id=M200901141331
+gef.dir.id=R200902171642
gef.mirror.prefixuri=/tools/gef/downloads/drops/${gef.id}/${gef.dir.id}
-gef.file=GEF-SDK-${gef.dir.id}.zip
+gef.file=GEF-SDK-${gef.id}.zip
gef.name=GEF SDK ${gef.id}
gef.url=http://download.eclipse.org${gef.mirror.prefixuri}
@@ -206,8 +208,8 @@ 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/drops/N_DTP_1.6.2
-dtp.file=dtp-sdk-1.6.2RC1-200901300500.zip
+dtp.mirror.prefixuri=/datatools/downloads/1.6
+dtp.file=dtp-sdk_1.6.2.zip
dtp.name=DTP sdk v1.6.2
dtp.url=http://download.eclipse.org${dtp.mirror.prefixuri}

Back to the top