Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2019-06-19 05:27:08 +0000
committerSarika Sinha2019-06-19 09:40:37 +0000
commit195bd4e8a25987e385ea1de7a9cb89096dcfcc56 (patch)
treef4ac10ff5f1ea35dec06fa818098fa199ee4a42d /production/build-functions.shsource
parent5243e3a1704373f7ad6afa2f3664c15b7d5f0a12 (diff)
downloadeclipse.platform.releng.aggregator-195bd4e8a25987e385ea1de7a9cb89096dcfcc56.tar.gz
eclipse.platform.releng.aggregator-195bd4e8a25987e385ea1de7a9cb89096dcfcc56.tar.xz
eclipse.platform.releng.aggregator-195bd4e8a25987e385ea1de7a9cb89096dcfcc56.zip
Bug 547925 - Move to release version of 4.12 in build scripts
Diffstat (limited to 'production/build-functions.shsource')
-rwxr-xr-xproduction/build-functions.shsource6
1 files changed, 3 insertions, 3 deletions
diff --git a/production/build-functions.shsource b/production/build-functions.shsource
index 1bcc92eb7..b74bdf0fe 100755
--- a/production/build-functions.shsource
+++ b/production/build-functions.shsource
@@ -1169,9 +1169,9 @@ fn-summarize-apitooling ()
-DbuildId="$BUILD_ID" \
-DbuildLabel="$BUILD_ID" \
-DbuildWorkingArea="${BUILD_HOME}/4${BUILD_TYPE}/gitCache/eclipse.platform.releng.aggregator" \
- -DpreviousBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.12RC2-201906051800/eclipse-SDK-4.12RC2-win32-x86_64.zip \
- -DpreviousBaselineName=Eclipse-SDK-4.12RC2 \
- -DpreviousBaselineFilename=eclipse-SDK-4.12RC2-win32-x86_64.zip \
+ -DpreviousBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/R-4.12-201906051800/eclipse-SDK-4.12-win32-x86_64.zip \
+ -DpreviousBaselineName=Eclipse-SDK-4.12 \
+ -DpreviousBaselineFilename=eclipse-SDK-4.12-win32-x86_64.zip \
-Djava.io.tmpdir=$TMP_DIR \
${FREEZE_PARAMS} \
apiToolsReports

Back to the top