Bug 575795 - Disable the freeze report for 4.22

Change-Id: I9adfdc64eb27389929660a8885abff45f14f9792
Signed-off-by: Kit Lo <kitlo@us.ibm.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/184950
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index 5189454..b719adf 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -40,12 +40,12 @@
 # Base builder parameters
 BASEBUILDER_TAG="4.21"
 API_PREV_REF_LABEL="4.21"
-API_FREEZE_REF_LABEL="4.22RC1"
-#API_FREEZE_REF_LABEL=""
+#API_FREEZE_REF_LABEL="4.22RC1"
+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}-202108251800/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}-202108251800/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.21"
 PREVIOUS_RELEASE_REPO_ID="4.21"