Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-10-02 07:19:10 +0000
committerdavid_williams2010-10-02 07:19:10 +0000
commitaba7ca3e6eec92526727d4f0bd80c4fe03c66659 (patch)
tree15ccdba8c1b99feac3b685f2883b70780ab5260a
parent7eb5081bc46a662c5648cfd283cb48b6c40096d9 (diff)
downloadwebtools.maps-aba7ca3e6eec92526727d4f0bd80c4fe03c66659.tar.gz
webtools.maps-aba7ca3e6eec92526727d4f0bd80c4fe03c66659.tar.xz
webtools.maps-aba7ca3e6eec92526727d4f0bd80c4fe03c66659.zip
test install of repositories
-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 1421a092f..f4806d67e 100644
--- a/releng/helios/dependencies.properties
+++ b/releng/helios/dependencies.properties
@@ -364,17 +364,17 @@ 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}
+wtp.mirror.prefixuri=/webtools/downloads/drops/R3.2.2/${wtp.dir.id}
wtp.url=http://download.eclipse.org${wtp.mirror.prefixuri}
# WTP tests, for patch builds
wtptests.id=${wtp.id}
-wtptests.dir.id=${wtp.dir}
+wtptests.dir.id=${wtp.dir.id}
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/${wtptests.dir}
+wtptests.mirror.prefixuri=/webtools/downloads/drops/${wtptests.dir.id}
wtptests.url=http://download.eclipse.org${wtptests.mirror.prefixuri}

Back to the top