Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-11-27 10:13:18 +0000
committerAlexander Kurtakov2020-11-27 10:13:18 +0000
commitc58bc69e0d96f6477bac939a50ac2e51bd0440c4 (patch)
tree79259ca0b754cc877450cdcae991a8ee276fa562
parente01a90c56345ab67b2eda23329b29b1932fb8bc4 (diff)
downloadeclipse.platform.releng.aggregator-c58bc69e0d96f6477bac939a50ac2e51bd0440c4.tar.gz
eclipse.platform.releng.aggregator-c58bc69e0d96f6477bac939a50ac2e51bd0440c4.tar.xz
eclipse.platform.releng.aggregator-c58bc69e0d96f6477bac939a50ac2e51bd0440c4.zip
Bug 569239 - Enable api freeze report
Change-Id: I6b79e24ae75f34a6fba77ad337a4560da866f1b0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 d32a2a3f9..8e67fd170 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -40,12 +40,12 @@ LOCAL_REPO="localMavenRepo"
# Base builder parameters
BASEBUILDER_TAG="4.17"
API_PREV_REF_LABEL="4.17"
-#API_FREEZE_REF_LABEL="4.17RC1"
-API_FREEZE_REF_LABEL=""
+API_FREEZE_REF_LABEL="4.18RC1"
+#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}-202008261800/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}-202011251800/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.17"
PREVIOUS_RELEASE_REPO_ID="4.17"

Back to the top