Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-04-11 09:12:09 +0000
committerSravan Kumar Lakkimsetti2020-04-11 09:12:09 +0000
commit4507eea3141b7e7e044ea00c764432438afca6cc (patch)
treea6e75a7bee4ed94be28341628632b4560bd4a8d4
parent64f007fbecdfb4e53e7596fd27fdb64725489cbc (diff)
downloadeclipse.platform.releng.aggregator-4507eea3141b7e7e044ea00c764432438afca6cc.tar.gz
eclipse.platform.releng.aggregator-4507eea3141b7e7e044ea00c764432438afca6cc.tar.xz
eclipse.platform.releng.aggregator-4507eea3141b7e7e044ea00c764432438afca6cc.zip
Fixed a TypoI20200411-0510
Change-Id: I2da4d25dfa2cfac51a1410a9eb6d6200c9cc1366 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh2
-rwxr-xr-xcje-production/mbscripts/mb510_createApiToolsReports.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index d995621f7..312a24403 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -28,7 +28,7 @@ mkdir -p $CJE_ROOT/$UPDATES_DIR/$BUILD_ID
mkdir -p $CJE_ROOT/$EQUINOX_DROP_DIR/$BUILD_ID
mkdir -p $CJE_ROOT/$DROP_DIR/$BUILD_ID/testresults/consolelogs
-JavaCMD=${JAVA_HOME}bin/java
+JavaCMD=${JAVA_HOME}/bin/java
# gather maven properties
cp $CJE_ROOT/$AGG_DIR/eclipse-platform-parent/target/mavenproperties.properties $CJE_ROOT/$DROP_DIR/$BUILD_ID/mavenproperties.properties
diff --git a/cje-production/mbscripts/mb510_createApiToolsReports.sh b/cje-production/mbscripts/mb510_createApiToolsReports.sh
index 3bc08c41d..581675979 100755
--- a/cje-production/mbscripts/mb510_createApiToolsReports.sh
+++ b/cje-production/mbscripts/mb510_createApiToolsReports.sh
@@ -33,7 +33,7 @@ ANT_SCRIPT=$ECLIPSE_BUILDER_DIR/eclipse/buildScripts/api-tools-builder.xml
FREEZE_PARAMS=" "
pushd $CJE_ROOT/$DROP_DIR/$BUILD_ID
-${JAVA_HOME/bin/java -jar $LAUNCHER_JAR \
+${JAVA_HOME}/bin/java -jar $LAUNCHER_JAR \
-application org.eclipse.ant.core.antRunner \
-buildfile $ANT_SCRIPT \
-data $CJE_ROOT/$TMP_DIR/workspace-apitoolingsLogs \

Back to the top