Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2020-01-22 09:24:09 +0000
committerNoopur Gupta2020-01-22 09:26:18 +0000
commit4eeb934bd825e52f0f5679265f9bc6647bf6e77e (patch)
treea864b8a009d854687d8cf597285054b882d960a9 /cje-production
parent95f2ad94b69a15dc6700d9cb21b80e36177c1f4c (diff)
downloadeclipse.platform.releng.aggregator-4eeb934bd825e52f0f5679265f9bc6647bf6e77e.tar.gz
eclipse.platform.releng.aggregator-4eeb934bd825e52f0f5679265f9bc6647bf6e77e.tar.xz
eclipse.platform.releng.aggregator-4eeb934bd825e52f0f5679265f9bc6647bf6e77e.zip
Bug 551486: [14] Create P-build
Diffstat (limited to 'cje-production')
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index 5ce877531..ef377c4a7 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#*******************************************************************************
-# Copyright (c) 2019 IBM Corporation and others.
+# Copyright (c) 2019, 2020 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -35,7 +35,7 @@ echo $PATCH_BUILD
if [ -z $PATCH_BUILD ]; then
REPO_DIR=$PLATFORM_REPO_DIR
else
- PATCH_BUILD_GENERIC=java13patch
+ PATCH_BUILD_GENERIC=java14patch
REPO_DIR=$ECLIPSE_BUILDER_DIR/$PATCH_BUILD/eclipse.releng.repository.$PATCH_BUILD_GENERIC/target/repository
fi

Back to the top