Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-02-25 06:24:06 +0000
committerSravan Kumar Lakkimsetti2021-02-26 06:40:44 +0000
commite553f67b7574d694e583fd2f33dea9483a6eeff1 (patch)
tree3491df6b88ee709d534a21fd44b323f643866829
parentf7dcd1c9b1b4bf25181d79d00f52a88e8765e37c (diff)
downloadeclipse.platform.releng.aggregator-e553f67b7574d694e583fd2f33dea9483a6eeff1.tar.gz
eclipse.platform.releng.aggregator-e553f67b7574d694e583fd2f33dea9483a6eeff1.tar.xz
eclipse.platform.releng.aggregator-e553f67b7574d694e583fd2f33dea9483a6eeff1.zip
Bug 571319 - Enable api freeze report for 4.19
Change-Id: Ife4e6687311ee9fbc6b75ac9ff330c53a4ddafec Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--cje-production/buildproperties.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index f87bd806d..0046f0228 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -40,12 +40,12 @@ LOCAL_REPO="localMavenRepo"
# Base builder parameters
BASEBUILDER_TAG="4.18"
API_PREV_REF_LABEL="4.18"
-#API_FREEZE_REF_LABEL="4.19RC1"
-API_FREEZE_REF_LABEL=""
+API_FREEZE_REF_LABEL="4.19RC1"
+#API_FREEZE_REF_LABEL=""
# Change to appropriate versions and uncomment when entering API freeze
-#FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202103031800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip"
+FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202102241800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip"
# Otherwise set to a blank space
-FREEZE_PARAMS=" "
+#FREEZE_PARAMS=" "
PREVIOUS_RELEASE_VER="4.18"
PREVIOUS_RELEASE_REPO_ID="4.18"

Back to the top