Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-04-17 21:29:35 +0000
committerDavid Williams2015-04-17 21:29:35 +0000
commit3430d3577d0c60cd3db92497c9fa621751423224 (patch)
treebd6e693edda1614a22834ac843cc84836152c9df /production/master-build.sh
parent0c5bf31ccba0c42f4e4351dce758b00253740c64 (diff)
downloadeclipse.platform.releng.aggregator-3430d3577d0c60cd3db92497c9fa621751423224.tar.gz
eclipse.platform.releng.aggregator-3430d3577d0c60cd3db92497c9fa621751423224.tar.xz
eclipse.platform.releng.aggregator-3430d3577d0c60cd3db92497c9fa621751423224.zip
Bug 463510 - We should use Java 8 in the infrastructure signing service.
(Is currently Java 6).
Diffstat (limited to 'production/master-build.sh')
-rw-r--r--production/master-build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/production/master-build.sh b/production/master-build.sh
index acdf5b0cf..85820fb1c 100644
--- a/production/master-build.sh
+++ b/production/master-build.sh
@@ -199,6 +199,7 @@ fn-write-property CBI_JDT_VERSION_ARG
fn-write-property PATCH_BUILD
fn-write-property ALT_POM_FILE
fn-write-property JAVA_DOC_TOOL
+
# any value of interest/usefulness can be added to BUILD_ENV_FILE
if [[ "${testbuildonly}" == "true" ]]
then
@@ -209,6 +210,7 @@ fi
fn-write-property USING_TYCHO_SNAPSHOT
fn-write-property PATCH_TYCHO
fn-write-property PATCH_SWT
+fn-write-property JAR_PROCESSOR_JAVA
fn-write-property buildDirectory
fn-write-property BUILD_ENV_FILE

Back to the top