diff options
| author | Noopur Gupta | 2020-01-22 09:24:09 +0000 |
|---|---|---|
| committer | Noopur Gupta | 2020-01-22 09:26:18 +0000 |
| commit | 4eeb934bd825e52f0f5679265f9bc6647bf6e77e (patch) | |
| tree | a864b8a009d854687d8cf597285054b882d960a9 | |
| parent | 95f2ad94b69a15dc6700d9cb21b80e36177c1f4c (diff) | |
| download | eclipse.platform.releng.aggregator-4eeb934bd825e52f0f5679265f9bc6647bf6e77e.tar.gz eclipse.platform.releng.aggregator-4eeb934bd825e52f0f5679265f9bc6647bf6e77e.tar.xz eclipse.platform.releng.aggregator-4eeb934bd825e52f0f5679265f9bc6647bf6e77e.zip | |
Change-Id: I2f3ae031d2f9a8cec4a9a5812543cf7eb7f04511
| -rwxr-xr-x | cje-production/mbscripts/mb300_gatherEclipseParts.sh | 4 | ||||
| -rwxr-xr-x | production/build-functions.shsource | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/production/build-functions.shsource b/production/build-functions.shsource index 454994588..5dda5562b 100755 --- a/production/build-functions.shsource +++ b/production/build-functions.shsource @@ -1,6 +1,6 @@ #!/usr/bin/env 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 @@ -660,7 +660,7 @@ fn-gather-repo () BUILD_DIR="$1"; shift if [[ -n "${PATCH_BUILD}" ]] then - PATCH_BUILD_GENERIC=java13patch + PATCH_BUILD_GENERIC=java14patch TARGET_PATH=eclipse.platform.releng.tychoeclipsebuilder/${PATCH_BUILD}/eclipse.releng.repository.${PATCH_BUILD_GENERIC}/target/repository REPO_DIR_REPOSITORY=$REPO_DIR/${TARGET_PATH} else |
