Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-15 06:56:01 +0000
committerDavid Williams2015-03-15 06:56:01 +0000
commit314794ba1667949c54b25a5a426900d151a7c2e1 (patch)
tree3ac1add690378d203b1c88e3ba19b7e087dd3be3 /production/build_eclipse_org.shsource
parent8f58c95f603b42a86c26df8e8bd3dbeda7b074fa (diff)
downloadeclipse.platform.releng.aggregator-314794ba1667949c54b25a5a426900d151a7c2e1.tar.gz
eclipse.platform.releng.aggregator-314794ba1667949c54b25a5a426900d151a7c2e1.tar.xz
eclipse.platform.releng.aggregator-314794ba1667949c54b25a5a426900d151a7c2e1.zip
[releng] Synch master with macapp branch, in prep of using Tycho
23-SNAPSHOT.
Diffstat (limited to 'production/build_eclipse_org.shsource')
-rw-r--r--production/build_eclipse_org.shsource4
1 files changed, 4 insertions, 0 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index a6adeae8d..89dd3f0df 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -88,3 +88,7 @@ fi
# in our production builds. This is anticipated to be temporary, until we find a better way
# to do it.
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_SWT=true \ No newline at end of file

Back to the top