diff options
author | Sravan Kumar Lakkimsetti | 2018-09-05 01:56:54 -0400 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2018-09-05 03:49:48 -0400 |
commit | 7cc7c550b89b0091ff943b7d8d3c1a8370617854 (patch) | |
tree | 4824f280f6700d0f8d7ba52af6e011f883a24969 /production/build-functions.shsource | |
parent | c26572aa0241799297878fb933eb72e31b85721d (diff) | |
download | eclipse.platform.releng.aggregator-7cc7c550b89b0091ff943b7d8d3c1a8370617854.tar.gz eclipse.platform.releng.aggregator-7cc7c550b89b0091ff943b7d8d3c1a8370617854.tar.xz eclipse.platform.releng.aggregator-7cc7c550b89b0091ff943b7d8d3c1a8370617854.zip |
Bug 538535 - Update product version number to 4.10 across build scripts
Change-Id: I89b76fdc1d644368ff8308c356971938dc65e96a
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/build-functions.shsource')
-rwxr-xr-x | production/build-functions.shsource | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource index fed40be1..2efa7db5 100755 --- a/production/build-functions.shsource +++ b/production/build-functions.shsource @@ -1147,9 +1147,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.8M6-201803080630/eclipse-SDK-4.8M6-win32.zip \ - # -DfreezeName=Eclipse-SDK-4.8M6 \ - # -DfreezeFilename=eclipse-SDK-4.8M6-win32.zip " + #FREEZE_PARAMS="-DfreezeBaseURL=http://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.10M3-201803080630/eclipse-SDK-4.10M3-win32.zip \ + # -DfreezeName=Eclipse-SDK-4.10M3 \ + # -DfreezeFilename=eclipse-SDK-4.10M3-win32.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,7 +1157,7 @@ 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.8 fn-write-property API_PREV_REF_LABEL - #API_FREEZE_REF_LABEL=4.8M6 + #API_FREEZE_REF_LABEL=4.10M3 API_FREEZE_REF_LABEL=" " fn-write-property API_FREEZE_REF_LABEL java -Djava.io.tmpdir=$TMP_DIR -jar "$BASEBUILDER_LAUNCHER" \ |