Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-01-17 09:02:47 +0000
committerSravan Kumar Lakkimsetti2020-01-17 09:02:47 +0000
commitf0107204663c4daee0ec1bf728160f2672518657 (patch)
tree2a300351e7f074490097acc079ed095fb9cd0b69 /cje-production
parentc0cfbc17bc1a63746b61f8ae92bb6571ae7702f7 (diff)
downloadeclipse.platform.releng.aggregator-f0107204663c4daee0ec1bf728160f2672518657.tar.gz
eclipse.platform.releng.aggregator-f0107204663c4daee0ec1bf728160f2672518657.tar.xz
eclipse.platform.releng.aggregator-f0107204663c4daee0ec1bf728160f2672518657.zip
Migration of I-build to new infra
Change-Id: I1f43102fa990791b00b33d830a1fc5c3d52f6dd6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rwxr-xr-xcje-production/master-build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/cje-production/master-build.sh b/cje-production/master-build.sh
index ee7ab812d..71bc4d208 100755
--- a/cje-production/master-build.sh
+++ b/cje-production/master-build.sh
@@ -16,6 +16,9 @@
export CJE_ROOT=${CJE_ROOT:-`pwd`}
source $CJE_ROOT/scripts/common-functions.shsource
+unset JAVA_TOOL_OPTIONS
+unset _JAVA_OPTIONS
+
chmod +x mbscripts/*
logDir=$CJE_ROOT/buildlogs

Back to the top