Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-17 16:57:46 +0000
committerDavid Williams2015-03-17 16:57:46 +0000
commit2038bcdc39a667244d314a04f1bb30f994c2b1bb (patch)
treec0be0e37b8bdb58ab9f4a0d004e158bd679257ce /production/build_eclipse_org.shsource
parent520499b4b693d762f5133eab8f56fa56a62917d0 (diff)
downloadeclipse.platform.releng.aggregator-2038bcdc39a667244d314a04f1bb30f994c2b1bb.tar.gz
eclipse.platform.releng.aggregator-2038bcdc39a667244d314a04f1bb30f994c2b1bb.tar.xz
eclipse.platform.releng.aggregator-2038bcdc39a667244d314a04f1bb30f994c2b1bb.zip
Bug 462395 - Still signs that Tycho is "trying" to be patched, even in
I20150316-2000
Diffstat (limited to 'production/build_eclipse_org.shsource')
-rw-r--r--production/build_eclipse_org.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index ee35cca8a..0e98c46de 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -90,5 +90,5 @@ fi
export JAVA_DOC_TOOL="-Declipse.javadoc=/shared/common/jdk1.8.0_x64-latest/bin/javadoc"
export USING_TYCHO_SNAPSHOT=true
-export PATCH_TYCHO=true
+export PATCH_TYCHO=false
export PATCH_SWT=false

Back to the top