Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2018-11-30 11:33:31 +0000
committerKalyan Prasad Tatavarthi2018-11-30 11:33:31 +0000
commitb0f1369d5cfe47dd944be07bbe776be909d522b0 (patch)
treef7ac4d359d2d175702919409258acb46ebdd5768 /production
parent0852c5569a125f4263df870aac32465ae87f75ff (diff)
downloadeclipse.platform.releng.aggregator-b0f1369d5cfe47dd944be07bbe776be909d522b0.tar.gz
eclipse.platform.releng.aggregator-b0f1369d5cfe47dd944be07bbe776be909d522b0.tar.xz
eclipse.platform.releng.aggregator-b0f1369d5cfe47dd944be07bbe776be909d522b0.zip
Bug 541684 - Enable API freeze Report for 4.10
Change-Id: I836e2a8d703e9fea238d1cf8dd2199a3fd8385f3 Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
Diffstat (limited to 'production')
-rwxr-xr-xproduction/build-functions.shsource10
1 files changed, 5 insertions, 5 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 14978d140..ca71327ef 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1148,9 +1148,9 @@ fn-summarize-apitooling ()
# Make sure FREEZE_PARAMS is defined, but empty space, if not using freeze reports.
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.10M3-201803080630/eclipse-SDK-4.10M3-win32-x86_64.zip \
- # -DfreezeName=Eclipse-SDK-4.10M3 \
- # -DfreezeFilename=eclipse-SDK-4.10M3-win32-x86_64.zip "
+ FREEZE_PARAMS="-DfreezeBaseURL=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.10RC1-201811290330/eclipse-SDK-4.10RC1-win32-x86_64.zip \
+ -DfreezeName=Eclipse-SDK-4.10RC1 \
+ -DfreezeFilename=eclipse-SDK-4.10RC1-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.
@@ -1158,8 +1158,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.9
fn-write-property API_PREV_REF_LABEL
- #API_FREEZE_REF_LABEL=4.10M3
- API_FREEZE_REF_LABEL=" "
+ API_FREEZE_REF_LABEL=4.10RC1
+ #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