Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/maps/build.cfg')
-rw-r--r--releng/maps/build.cfg11
1 files changed, 6 insertions, 5 deletions
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index 9d74c1ffd..7eccba5a7 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -7,9 +7,10 @@ eclipse.builder.version=R36_RC4
# (if not already defined from elsewhere)
eclipse.builder.fetch=true
-# WTP specific builder
-wtpBuildTools.url=http://download.eclipse.org/webtools/downloads/drops/T3.3.0/I-3.3.0-20100921173859/buildrepository/wtp-buildTools/plugins/
-wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.1.3.v201009210414.jar
+# WTP specific builder. Remember this is not (and could not be) the one that is built during the run.
+# If updates needed, a seperate run (possibly of "wtpbuilder job").
+wtpBuildTools.url=http://download.eclipse.org/webtools/downloads/drops/T3.3.0/I-3.3.0-20100922145151/buildrepository/wtp-buildTools/plugins/
+wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.1.3.v201009221438.jar
@@ -46,8 +47,8 @@ doCreateFprojZips=yes
# omit qualifierArgValue to not flag a unit test error for "warnings"
#qualifierArgValue=-countQualifierIncreaseOnlyAsError
qualifierArgValue=
-referenceIDArgValue=R-3.2.2-20100915173744
-referenceURLArgValue=http://download.eclipse.org/webtools/downloads/drops/R3.2.2/R-3.2.2-20100915173744/versioningReference_R-3.2.2-20100915173744.xml
+referenceIDArgValue=P-3.2.2-20101021230135
+referenceURLArgValue=http://download.eclipse.org/webtools/patches/drops/R3.2.2/P-3.2.2-20101021230135/versioningReference_P-3.2.2-20101021230135.xml
# omit to not test
testToReferenceArgValue=-testToReference
# omit to not list

Back to the top