Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/galileo/maps/dependencies.properties30
1 files changed, 20 insertions, 10 deletions
diff --git a/releng/galileo/maps/dependencies.properties b/releng/galileo/maps/dependencies.properties
index 795495304..9ee41f687 100644
--- a/releng/galileo/maps/dependencies.properties
+++ b/releng/galileo/maps/dependencies.properties
@@ -67,8 +67,8 @@ dita.name=SourceForge DITA-OT 1.2.1
dita.description=DITA-OT 1.2.1 Binary ASL Distribution
#######################################################################################
-wtp.eclipse.build.id=M20100211-1343
-wtp.eclipse.build.dir=M20100211-1343
+wtp.eclipse.build.id=SDK-3.5.2
+wtp.eclipse.build.dir=R-3.5.2-201002111343
eclipse.name=Eclipse SDK v3.5.2
eclipse.description=Eclipse SDK v3.5.2 Maintenance
@@ -189,8 +189,8 @@ emfxsdsourcedoc.build.home=http://www.eclipse.org/modeling/emf/downloads/
# GEF SDK will be used for building the distribution
# groupID : gef
-gef.id=3.5.2RC2
-gef.dir.id=S201002031259
+gef.id=SDK-3.5.2
+gef.dir.id=R201002241200
gef.mirror.prefixuri=/tools/gef/downloads/drops/3.5.2/${gef.dir.id}
gef.file=GEF-SDK-${gef.id}.zip
@@ -208,9 +208,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/drops/N_DTP_1.7.1/
-dtp.file=dtp-sdk-1.7.1RC3-200909040500.zip
-dtp.name=DTP sdk v1.7.1
+dtp.mirror.prefixuri=/datatools/downloads/1.7
+dtp.file=dtp-sdk_1.7.2.zip
+dtp.name=DTP sdk v1.7.2
dtp.url=http://download.eclipse.org${dtp.mirror.prefixuri}
dtp.description=Code and Source.
@@ -359,12 +359,22 @@ jst.url=http://download.eclipse.org${jst.mirror.prefixuri}
# WTP
-wtp.file=wtp-sdk-R-3.1-20090616035105.zip
+wtp.file=wtp-sdk-R-3.1.2-20100211202452.zip
wtp.name=WTP
-wtp.description=WTP for jax ws Builds
+wtp.description=WTP for patch builds
wtp.build.home=http://download.eclipse.org/webtools/downloads/
-wtp.mirror.prefixuri=/webtools/downloads/drops/R3.1/R-3.1-20090616035105
+wtp.mirror.prefixuri=/webtools/downloads/drops/R3.1.2/R-3.1.2-20100211202452
wtp.url=http://download.eclipse.org${wtp.mirror.prefixuri}
+
+#######################################################################################
+# WTP tests, for patch builds
+wtp-test.url = http://download.eclipse.org/webtools/downloads/drops/R3.1.2/R-3.1.2-20100211202452
+wtp-test.file = wtp-Automated-Tests-R-3.1.2-20100211202452.zip
+wtp-test.name = WTP Tests 3.1.2
+wtp-test.description = WTP Tests 3.1.2
+#######################################################################################
+
+
### DLTK
dltk.mirror.prefixuri=/technology/dltk/downloads/drops/R1.0/M-M200911111238-200911111238/
dltk.file=dltk-core-sdk-M-M200911111238-200911111238.zip

Back to the top