Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2009-11-21 03:34:19 +0000
committerdavid_williams2009-11-21 03:34:19 +0000
commitd68296656cd5490e90f4a1c70d62b7da9cd70eb4 (patch)
tree51bf475ebb111dc9b47da910cd6d0eefb9f09295
parent818606cb95ea27723686b80dd1bb84cf1189e7ec (diff)
downloadwebtools.maps-d68296656cd5490e90f4a1c70d62b7da9cd70eb4.tar.gz
webtools.maps-d68296656cd5490e90f4a1c70d62b7da9cd70eb4.tar.xz
webtools.maps-d68296656cd5490e90f4a1c70d62b7da9cd70eb4.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 e170db9f6..a3c515820 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -9,7 +9,7 @@ eclipse.builder.fetch=true
# WTP specific builder
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
+wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.1.0.v200911210251.jar
# This parameter is specific to the compiler
# being used (JDT Compiler, in our case).

Back to the top