Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2009-11-21 03:08:03 +0000
committerdavid_williams2009-11-21 03:08:03 +0000
commit818606cb95ea27723686b80dd1bb84cf1189e7ec (patch)
tree62fcdf321e25b193cd6568049c7ed8fcf41be2d9
parentdba4c8935a0f47ac2012f4af68fe6c02a5ee7da4 (diff)
downloadwebtools.maps-818606cb95ea27723686b80dd1bb84cf1189e7ec.tar.gz
webtools.maps-818606cb95ea27723686b80dd1bb84cf1189e7ec.tar.xz
webtools.maps-818606cb95ea27723686b80dd1bb84cf1189e7ec.zip
295668 allow xulrunner location to be specified for unit tests
-rw-r--r--releng/maps/build.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index 6ee443a13..e170db9f6 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -8,7 +8,7 @@ eclipse.builder.version=r322_v20070104
eclipse.builder.fetch=true
# WTP specific builder
-wtpBuildTools.url=http://download.eclipse.org/webtools/wtpBuildTools/drops/R3.0/T-T20090531062807-20090531062807/updateSite/plugins
+wtpBuildTools.url=http://download.eclipse.org/webtools/wtpBuildTools/drops/R3.2.0/T-3.2.0-20091121025429/updateSite/plugins
wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.1.0.v200905310626.jar
# This parameter is specific to the compiler

Back to the top