Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-04-21 01:19:16 +0000
committerDavid Williams2015-04-21 01:19:16 +0000
commitac93d1ef6b53266d5ef9d0290a3bbf3e873d14da (patch)
tree1dde5ea57043fc6c48e96ece1f00bb850db4e672 /production/build_eclipse_org.shsource
parent7d8d3a614d3424570e5ca494b49522053268be67 (diff)
downloadeclipse.platform.releng.aggregator-ac93d1ef6b53266d5ef9d0290a3bbf3e873d14da.tar.gz
eclipse.platform.releng.aggregator-ac93d1ef6b53266d5ef9d0290a3bbf3e873d14da.tar.xz
eclipse.platform.releng.aggregator-ac93d1ef6b53266d5ef9d0290a3bbf3e873d14da.zip
Bug 463510 - We should use Java 8 in the infrastructure signing service.
(Is currently Java 6). reverting, since we should not need.
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 c6ea175e4..265351c8a 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -21,7 +21,7 @@ export PATCH_BUILD=${PATCH_BUILD:-""}
# environment variable to control if jars use Java 8 with pack200 or not
# Should be temporary. See bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=463510
# Not sure if this effect Maven/Tycho builds, or not.
-export JAR_PROCESSOR_JAVA=java8
+#export JAR_PROCESSOR_JAVA=java8
# special POM for patch builds, but by default use POM at root of $REPO_DIR
# which is default behavior

Back to the top