Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2008-03-01 17:10:16 +0000
committerdavid_williams2008-03-01 17:10:16 +0000
commita353b8dbbcefe3c6e0879ec5cd290c72c28d59e9 (patch)
tree379f2e2280f66b3fe9916c1870e73c61216d6be0
parent122ce8602d1caf6431cf817962e7ee721aa11f97 (diff)
downloadwebtools.maps-a353b8dbbcefe3c6e0879ec5cd290c72c28d59e9.tar.gz
webtools.maps-a353b8dbbcefe3c6e0879ec5cd290c72c28d59e9.tar.xz
webtools.maps-a353b8dbbcefe3c6e0879ec5cd290c72c28d59e9.zip
update to post 2.0.2 test builds
-rw-r--r--releng/maps/dependencies.properties25
1 files changed, 15 insertions, 10 deletions
diff --git a/releng/maps/dependencies.properties b/releng/maps/dependencies.properties
index ec2799361..11f11d1b8 100644
--- a/releng/maps/dependencies.properties
+++ b/releng/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=M20080221-1800
-wtp.eclipse.build.dir=M20080221-1800
+wtp.eclipse.build.id=3.3.2
+wtp.eclipse.build.dir=R-3.3.2-200802211800
eclipse.name = Eclipse SDK v3.3.2
eclipse.description = Eclipse SDK v3.3.2
@@ -118,8 +118,8 @@ eclipsereleng.description = ${eclipsereleng.name}
# EMF SDO XSD SDK will be used for building the distribution
# groupID : emf
-emf.mirror.prefixuri = /modeling/emf/emf/downloads/drops/2.3.2/M200802051830
-emf.file = emf-sdo-xsd-SDK-M200802051830.zip
+emf.mirror.prefixuri = /modeling/emf/emf/downloads/drops/2.3.2/R200802051830
+emf.file = emf-sdo-xsd-SDK-2.3.2.zip
emf.name = EMF SDO XSD sdk v2.3.2
emf.url = http://download.eclipse.org${emf.mirror.prefixuri}
@@ -144,9 +144,9 @@ emfxsd.build.home = ${emf.build.home}
# GEF SDK will be used for building the distribution
# groupID : gef
-gef.mirror.prefixuri= /tools/gef/downloads/drops/3.3.2/M200801291704
-gef.file = GEF-SDK-M200801291704.zip
-gef.name = GEF-SDK-3.3.1.zip
+gef.mirror.prefixuri= /tools/gef/downloads/drops/3.3.2/R200802211602
+gef.file = GEF-SDK-3.3.2.zip
+gef.name = GEF SDK 3.3.2
gef.url = http://download.eclipse.org${gef.mirror.prefixuri}
gef.description = ${gef.name}
@@ -161,8 +161,8 @@ gef.build.home = http://download.eclipse.org/tools/gef/downloads/
# groupID : dtp
dtp.mirror.prefixuri = /datatools/downloads/1.5
-dtp.file = dtp-sdk_1.5.1_101607.zip
-dtp.name = DTP sdk v1.5.1
+dtp.file = dtp-sdk_1.5.2_022008.zip
+dtp.name = DTP sdk v1.5.2
dtp.url = http://download.eclipse.org${dtp.mirror.prefixuri}
dtp.description = ${dtp.name}
@@ -260,7 +260,9 @@ internalRefToolFile=internal-200302241157.zip
-# WST is required for XSL build
+# WST is required for XSL build (not really used in 2.0 maintenance, but
+# we leave definitions here, since parts of the common scripts expect to
+# read something.
wst.file=wtp-wst-sdk-S-3.0M4-20080105091323.zip
wst.name=WST M4
@@ -269,5 +271,8 @@ wst.build.home=http://download.eclipse.org/webtools/downloads/
wst.mirror.prefixuri=webtools/downloads/drops/R3.0/S-3.0M4-20080105091323
wst.url=http://download.eclipse.org/${wst.mirror.prefixuri}
+# used when doing file-system checks of existence
+# when on Eclipse.org infrastructure
eclipse.fspath.prefix=/home/data/httpd/download.eclipse.org
+

Back to the top