Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-06-12 05:50:39 +0000
committerSravan Kumar Lakkimsetti2019-06-12 06:00:56 +0000
commit87886758d7cac074b1f1f957731367ff1316f963 (patch)
tree3533132ef28fdfd2efbf5ef478fc43cef05cb948 /cje-production/mbscripts/mb110_tagBuildInputs.sh
parent96f24d6d90d0c8d1a7a7d55215b497919744ef77 (diff)
downloadeclipse.platform.releng.aggregator-87886758d7cac074b1f1f957731367ff1316f963.tar.gz
eclipse.platform.releng.aggregator-87886758d7cac074b1f1f957731367ff1316f963.tar.xz
eclipse.platform.releng.aggregator-87886758d7cac074b1f1f957731367ff1316f963.zip
Bug 548172 - Integrate new build scripts developed in bug 541301
-migrated to 4.13 -removed debugging statements -updated maven build script to use different options on jenkins and local Change-Id: I80ef4ab3df22091c751b4bea9920e86e68d09a4f Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production/mbscripts/mb110_tagBuildInputs.sh')
-rwxr-xr-xcje-production/mbscripts/mb110_tagBuildInputs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/mbscripts/mb110_tagBuildInputs.sh b/cje-production/mbscripts/mb110_tagBuildInputs.sh
index 6ea011d8f..f09e4f604 100755
--- a/cje-production/mbscripts/mb110_tagBuildInputs.sh
+++ b/cje-production/mbscripts/mb110_tagBuildInputs.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/bash
#*******************************************************************************
# Copyright (c) 2019 IBM Corporation and others.

Back to the top