Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-03-18 06:23:30 +0000
committerdavid_williams2011-03-18 06:23:30 +0000
commit3ee1251bb151d7c66217be3cff3bb91411c27b20 (patch)
tree11d8408bc21ee4ee79b439b80acb4e79e6ec88d6
parent96a6eb76475b17c46a2d6c429fcf4e6a7ba3353d (diff)
downloadwebtools.maps-3ee1251bb151d7c66217be3cff3bb91411c27b20.tar.gz
webtools.maps-3ee1251bb151d7c66217be3cff3bb91411c27b20.tar.xz
webtools.maps-3ee1251bb151d7c66217be3cff3bb91411c27b20.zip
clean up and prep for bug 339818
-rw-r--r--releng/maps/build.cfg10
1 files changed, 2 insertions, 8 deletions
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index 46930d273..c4ecf9ff6 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -1,14 +1,6 @@
builderVersion=v201103180230
-# 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-20110308040211/buildrepository/wtp-buildTools/plugins/
-# wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.2.1.v201103080400.jar
-# wtpBuildTools.repository=http://download.eclipse.org/webtools/downloads/drops/T3.3.0/I-3.3.0-20110308040211/repository
-# wtpBuildTools.feature=org.eclipse.wtp.releng.tools.feature.feature.group
-# wtpBuildTools.version=
-
# This parameter is specific to the compiler
# being used (JDT Compiler, in our case).
# 'showversion' causes the version of JDT Compiler to be
@@ -65,5 +57,7 @@ jsdtFeatureIUs=org.eclipse.wst.jsdt.feature.feature.group,org.eclipse.wst.jsdt.f
baseComparatorRepoDir=${env.BUILD_HOME}/integration
+#createNoopZips=true
+
# uncomment to restore batch build customization of access rules (for fewer "discouraged access" warnings)
#customizeAccessRules=true \ No newline at end of file

Back to the top