Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-10-03 00:15:15 +0000
committerdavid_williams2010-10-03 00:15:15 +0000
commit142d10e76a199a767d5381ed0e238c51a7eb7edc (patch)
tree22eee272ef9fd4323292a8e8c2a87aee7d19761b
parentdf4668ca51e7b67e3c3395c737c11f691ed9e4d7 (diff)
downloadwebtools.maps-142d10e76a199a767d5381ed0e238c51a7eb7edc.tar.gz
webtools.maps-142d10e76a199a767d5381ed0e238c51a7eb7edc.tar.xz
webtools.maps-142d10e76a199a767d5381ed0e238c51a7eb7edc.zip
change to install zips during tests
-rw-r--r--releng/helios/dependencies.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/helios/dependencies.properties b/releng/helios/dependencies.properties
index e7ecc336c..3e0136488 100644
--- a/releng/helios/dependencies.properties
+++ b/releng/helios/dependencies.properties
@@ -359,12 +359,12 @@ jst.url=${wst.url}
# WTP
wtp.id=R-3.2.2-20100915173744
-wtp.dir.id=R-3.2.2-20100915173744
+wtp.dir.id=R3.2.2/R-3.2.2-20100915173744
wtp.file=wtp-sdk-${wtp.id}.zip
wtp.name=WTP
wtp.description=Release used for Patch Builds
wtp.build.home=http://download.eclipse.org/webtools/downloads/
-wtp.mirror.prefixuri=/webtools/downloads/drops/R3.2.2/${wtp.dir.id}
+wtp.mirror.prefixuri=/webtools/downloads/drops/${wtp.dir.id}
wtp.url=http://download.eclipse.org${wtp.mirror.prefixuri}
# WTP tests, for patch builds
@@ -374,7 +374,7 @@ wtptests.file = wtp-tests-${wtptests.id}.zip
wtptests.name = WTP Tests 3.2.2
wtptests.description = WTP Tests 3.2.2 for Patch Builds
wtptests.build.home=http://download.eclipse.org/webtools/downloads/
-wtptests.mirror.prefixuri=/webtools/downloads/drops/R3.2.2/${wtptests.dir.id}
+wtptests.mirror.prefixuri=/webtools/downloads/drops/${wtptests.dir.id}
wtptests.url=http://download.eclipse.org${wtptests.mirror.prefixuri}

Back to the top