Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-03-05 10:37:13 +0000
committerNiraj Modi2019-03-05 10:43:03 +0000
commit4c20c6eed20294294b449a02343eeb04af301a81 (patch)
tree8298a2e0bd8e0a05888d681afd60a02e1250d56f /production
parentbf97022710b89a57d36a5e0687ab0437786dc9e2 (diff)
downloadeclipse.platform.releng.aggregator-4c20c6eed20294294b449a02343eeb04af301a81.tar.gz
eclipse.platform.releng.aggregator-4c20c6eed20294294b449a02343eeb04af301a81.tar.xz
eclipse.platform.releng.aggregator-4c20c6eed20294294b449a02343eeb04af301a81.zip
Bug 545053 - Enable API Freeze Report for 4.11
Change-Id: I3194bc731caff4255d9846b07509ff8907657947 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'production')
-rwxr-xr-xproduction/build-functions.shsource12
1 files changed, 6 insertions, 6 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 667aba0b4..b4c5ee61e 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1145,11 +1145,11 @@ fn-summarize-apitooling ()
EBuilderDir=$BUILD_DIR/eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder
pushd "$BUILD_DIR"
# Make sure FREEZE_PARAMS is defined, but empty space, if not using freeze reports.
- FREEZE_PARAMS=" "
+ #FREEZE_PARAMS=" "
# When no "freeze" in effect for a release comment these out. Uncomment after M6, changing to appropriate versions.
- #FREEZE_PARAMS="-DfreezeBaseURL=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.11RC1-201811290330/eclipse-SDK-4.11RC1-win32-x86_64.zip \
- # -DfreezeName=Eclipse-SDK-4.11RC1 \
- # -DfreezeFilename=eclipse-SDK-4.11RC1-win32-x86_64.zip "
+ FREEZE_PARAMS="-DfreezeBaseURL=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.11RC1-201903010040/eclipse-SDK-4.11RC1-win32-x86_64.zip \
+ -DfreezeName=Eclipse-SDK-4.11RC1 \
+ -DfreezeFilename=eclipse-SDK-4.11RC1-win32-x86_64.zip "
# this API_PREV_REF_LABEL variable should be changed any time the version used
# by previousBaseURL changes. Its purpose is just to localize changes to this one
# place, and not have to make further, hard-coded changes to php files.
@@ -1157,8 +1157,8 @@ fn-summarize-apitooling ()
# NOTE: the *reference* for API changes should be the "previous release", even if it is a "service release".
API_PREV_REF_LABEL=4.10
fn-write-property API_PREV_REF_LABEL
- #API_FREEZE_REF_LABEL=4.11RC1
- API_FREEZE_REF_LABEL=" "
+ API_FREEZE_REF_LABEL=4.11RC1
+ #API_FREEZE_REF_LABEL=" "
fn-write-property API_FREEZE_REF_LABEL
java -Djava.io.tmpdir=$TMP_DIR -jar "$BASEBUILDER_LAUNCHER" \
-data ${BUILD_DIR}/workspace-apitoolingsLogs \

Back to the top