Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikas Chandra2019-11-29 09:51:39 +0000
committerVikas Chandra2019-11-29 09:51:39 +0000
commit7669c5f0259cd42f626394623b6d6f5bda5ab319 (patch)
tree9354e75a9aad3cb323fc8f39949a0b22ae5b2471
parent6d8ff09ef0ca928de83c8b976f47147750a6e8f0 (diff)
downloadeclipse.platform.releng.aggregator-7669c5f0259cd42f626394623b6d6f5bda5ab319.tar.gz
eclipse.platform.releng.aggregator-7669c5f0259cd42f626394623b6d6f5bda5ab319.tar.xz
eclipse.platform.releng.aggregator-7669c5f0259cd42f626394623b6d6f5bda5ab319.zip
Bug 553566 - Enable freeze report for 4.14
Change-Id: I8edc32518cf5c28aa43b6c194f7aa33d62d36e53 Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
-rwxr-xr-xproduction/build-functions.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index deb5268fc..f51b72b35 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1189,7 +1189,7 @@ fn-summarize-apitooling ()
# place, and not have to make further, hard-coded changes to php files.
# Similar for freeze label.
# NOTE: the *reference* for API changes should be the "previous release", even if it is a "service release".
- #API_PREV_REF_LABEL=4.13
+ API_PREV_REF_LABEL=4.13
fn-write-property API_PREV_REF_LABEL
API_FREEZE_REF_LABEL=4.14RC1
#API_FREEZE_REF_LABEL=" "

Back to the top