Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2008-10-15 01:24:17 +0000
committertle2008-10-15 01:24:17 +0000
commit691c1cbd7279821f25f7e0ce5995c1d8267e472f (patch)
tree6295773db8c982353811ebe3f2325e93f7553949 /releng.dali/maps/dependencies.properties
parent90ebe6aae043cc87581e0025d4c7f32f0d62c1e4 (diff)
downloadwebtools.maps-691c1cbd7279821f25f7e0ce5995c1d8267e472f.tar.gz
webtools.maps-691c1cbd7279821f25f7e0ce5995c1d8267e472f.tar.xz
webtools.maps-691c1cbd7279821f25f7e0ce5995c1d8267e472f.zip
Fixed JST URI
Diffstat (limited to 'releng.dali/maps/dependencies.properties')
-rw-r--r--releng.dali/maps/dependencies.properties22
1 files changed, 2 insertions, 20 deletions
diff --git a/releng.dali/maps/dependencies.properties b/releng.dali/maps/dependencies.properties
index e61f932fe..f31d2b9d6 100644
--- a/releng.dali/maps/dependencies.properties
+++ b/releng.dali/maps/dependencies.properties
@@ -305,24 +305,6 @@ internalRefToolURL=http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/jdt-core-
internalRefToolFile=internal-200302241157.zip
-
-# WST or XML is required for XSL build
-
-wst.file=wtp-wst-R-3.0-20080616152118.zip
-wst.name=WST
-wst.description=WST
-wst.build.home=http://download.eclipse.org/webtools/downloads/
-wst.mirror.prefixuri=webtools/downloads/drops/R3.0/R-3.0-20080616152118
-wst.url=http://download.eclipse.org/${wst.mirror.prefixuri}
-
-xml.file=wtp-xml-R-3.0-20080616152118.zip
-xml.name=XML
-xml.description=XML
-xml.build.home=http://download.eclipse.org/webtools/downloads/
-xml.mirror.prefixuri=webtools/downloads/drops/R3.0/R-3.0-20080616152118
-xml.url=http://download.eclipse.org/${xml.mirror.prefixuri}
-
-
eclipse.fspath.prefix=/home/data/httpd/download.eclipse.org
@@ -341,5 +323,5 @@ jst.file=wtp-jst-sdk-M-3.0.3-20081002225749.zip
jst.name=JST
jst.description=JST for Dali Builds
jst.build.home=http://download.eclipse.org/webtools/downloads/
-jst.mirror.prefixuri=webtools/downloads/drops/R3.0/M-3.0.3-20081002225749/
-jst.url=http://download.eclipse.org/${jst.mirror.prefixuri}
+jst.mirror.prefixuri=/webtools/downloads/drops/R3.0/M-3.0.3-20081002225749
+jst.url=http://download.eclipse.org${jst.mirror.prefixuri}

Back to the top