Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cje-production/P-build/mb300_gatherEclipseParts.sh')
-rwxr-xr-xcje-production/P-build/mb300_gatherEclipseParts.sh2
1 files changed, 1 insertions, 1 deletions
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

Back to the top