Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-02-03 05:15:11 +0000
committerSravan Kumar Lakkimsetti2021-02-03 05:15:11 +0000
commit247786f0e5135d95b3d4a8264afc103a5b1d6378 (patch)
tree0019e12469c5a5ae4f0b3355b8c39609b6c238c8 /cje-production
parent360091c739c3220a60b36ef2ae508a266212ffcd (diff)
downloadeclipse.platform.releng.aggregator-247786f0e5135d95b3d4a8264afc103a5b1d6378.tar.gz
eclipse.platform.releng.aggregator-247786f0e5135d95b3d4a8264afc103a5b1d6378.tar.xz
eclipse.platform.releng.aggregator-247786f0e5135d95b3d4a8264afc103a5b1d6378.zip
Bug 570862 - Create patch build for Java 16 support
Change-Id: I068328224607e55692122dadcf473304cc32b415 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rw-r--r--cje-production/P-build/buildproperties.txt2
-rwxr-xr-xcje-production/P-build/mb300_gatherEclipseParts.sh2
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh2
-rw-r--r--cje-production/streams/repositories_java15patch.txt6
-rw-r--r--cje-production/streams/repositories_java16patch.txt3
5 files changed, 6 insertions, 9 deletions
diff --git a/cje-production/P-build/buildproperties.txt b/cje-production/P-build/buildproperties.txt
index e12a34ccb..f31552cbd 100644
--- a/cje-production/P-build/buildproperties.txt
+++ b/cje-production/P-build/buildproperties.txt
@@ -1,5 +1,5 @@
#*******************************************************************************
-# Copyright (c) 2020 IBM Corporation and others.
+# Copyright (c) 2021 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
diff --git a/cje-production/P-build/mb300_gatherEclipseParts.sh b/cje-production/P-build/mb300_gatherEclipseParts.sh
index 6bf94fa75..7822eceef 100755
--- a/cje-production/P-build/mb300_gatherEclipseParts.sh
+++ b/cje-production/P-build/mb300_gatherEclipseParts.sh
@@ -32,7 +32,7 @@ cp $CJE_ROOT/$AGG_DIR/eclipse-platform-parent/target/mavenproperties.properties
# gather repo
echo $PATCH_BUILD
-PATCH_BUILD_GENERIC=java15patch
+PATCH_BUILD_GENERIC=java16patch
REPO_DIR=$ECLIPSE_BUILDER_DIR/$PATCH_BUILD/eclipse.releng.repository.$PATCH_BUILD_GENERIC/target/repository
if [ -d $REPO_DIR ]; then
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index a98e0c6ac..d5f570441 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -38,7 +38,7 @@ echo $PATCH_BUILD
if [ -z $PATCH_BUILD ]; then
REPO_DIR=$PLATFORM_REPO_DIR
else
- PATCH_BUILD_GENERIC=java15patch
+ PATCH_BUILD_GENERIC=java16patch
REPO_DIR=$ECLIPSE_BUILDER_DIR/$PATCH_BUILD/eclipse.releng.repository.$PATCH_BUILD_GENERIC/target/repository
fi
diff --git a/cje-production/streams/repositories_java15patch.txt b/cje-production/streams/repositories_java15patch.txt
deleted file mode 100644
index 3dabce8b1..000000000
--- a/cje-production/streams/repositories_java15patch.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-eclipse.jdt.core: BETA_JAVA15
-eclipse.jdt.debug: BETA_JAVA15
-eclipse.jdt: BETA_JAVA15
-eclipse.jdt.ui: BETA_JAVA15
-eclipse.pde.build: BETA_JAVA15
-eclipse.pde.ui: BETA_JAVA15
diff --git a/cje-production/streams/repositories_java16patch.txt b/cje-production/streams/repositories_java16patch.txt
new file mode 100644
index 000000000..e9dd0543c
--- /dev/null
+++ b/cje-production/streams/repositories_java16patch.txt
@@ -0,0 +1,3 @@
+eclipse.jdt.core: BETA_JAVA16
+eclipse.jdt.ui: BETA_JAVA16
+eclipse.pde.build: BETA_JAVA16

Back to the top