Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-12-03 06:51:26 +0000
committerSravan Kumar Lakkimsetti2020-12-03 06:51:26 +0000
commite939a12f4209a4105dbd50b0ed3c706aff07e4bc (patch)
tree694d492c5f244a46b0c95a17a763ec0772ced67a /cje-production/buildproperties.txt
parentb923c466348e14b09d99bb8975e12a8bb5825607 (diff)
downloadeclipse.platform.releng.aggregator-e939a12f4209a4105dbd50b0ed3c706aff07e4bc.tar.gz
eclipse.platform.releng.aggregator-e939a12f4209a4105dbd50b0ed3c706aff07e4bc.tar.xz
eclipse.platform.releng.aggregator-e939a12f4209a4105dbd50b0ed3c706aff07e4bc.zip
Bug 569325 - Disable the freeze report for 4.19
Change-Id: I3162426444ebc34069298a2c2ced5063f46da048 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production/buildproperties.txt')
-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 97069cb01..b93793474 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -40,12 +40,12 @@ LOCAL_REPO="localMavenRepo"
# Base builder parameters
BASEBUILDER_TAG="4.18RC2"
API_PREV_REF_LABEL="4.18RC2"
-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}-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"
# Otherwise set to a blank space
-#FREEZE_PARAMS=" "
+FREEZE_PARAMS=" "
PREVIOUS_RELEASE_VER="4.18RC2"
PREVIOUS_RELEASE_REPO_ID="4.18milestones"

Back to the top