Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2018-02-13 05:02:36 +0000
committerJay Arthanareeswaran2018-02-13 05:02:53 +0000
commit5297203c7750c011f59d0d7d0c1d75bc915619ce (patch)
treead86cf474200b45a04c9af0cbaf97c237dab983c
parentabd85f06ccc7dafc7d6bd45fc11fcdc1e07db1fc (diff)
downloadeclipse.platform.releng.aggregator-5297203c7750c011f59d0d7d0c1d75bc915619ce.tar.gz
eclipse.platform.releng.aggregator-5297203c7750c011f59d0d7d0c1d75bc915619ce.tar.xz
eclipse.platform.releng.aggregator-5297203c7750c011f59d0d7d0c1d75bc915619ce.zip
Bug 530110 - [10] Create patch build for Java 10P20180213-0045
Update patch build id in aggregator scripts Change-Id: Ib21856bd82e4d03f1683175aefa24a632d24edc9 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
-rwxr-xr-xproduction/build-functions.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index d1d4bb27e..2fb447e1f 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -653,7 +653,7 @@ fn-gather-repo ()
BUILD_DIR="$1"; shift
if [[ -n "${PATCH_BUILD}" ]]
then
- PATCH_BUILD_GENERIC=java9patch
+ PATCH_BUILD_GENERIC=java10patch
ORIG_PATH=eclipse.platform.releng.tychoeclipsebuilder/${PATCH_BUILD}/eclipse.releng.repository.${PATCH_BUILD_GENERIC}/target/site
TARGET_PATH=eclipse.platform.releng.tychoeclipsebuilder/${PATCH_BUILD}/eclipse.releng.repository.${PATCH_BUILD_GENERIC}/target/repository
ORIG_DIR_REPOSITORY=$REPO_DIR/${ORIG_PATH}

Back to the top