Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-18 06:24:14 +0000
committerSravan Kumar Lakkimsetti2019-03-20 06:06:02 +0000
commitea7a85962c6372f77d605de699582e3aca2b59bc (patch)
tree833ac5dfd9a4ae13c44725915f82b4908a6e2b7f /production/miscToolsAndNotes
parent31d5700007aecf9bcecd8052309c1ed4016050f9 (diff)
downloadeclipse.platform.releng.aggregator-ea7a85962c6372f77d605de699582e3aca2b59bc.tar.gz
eclipse.platform.releng.aggregator-ea7a85962c6372f77d605de699582e3aca2b59bc.tar.xz
eclipse.platform.releng.aggregator-ea7a85962c6372f77d605de699582e3aca2b59bc.zip
Bug 545101 - Move to release version of 4.11 in build scripts
Change-Id: Idb58f325e8d1ee09fe31a2a05beb1d35dbc715ed Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/miscToolsAndNotes')
-rwxr-xr-xproduction/miscToolsAndNotes/checkComposites/checkComposites.sh6
-rw-r--r--production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/production/miscToolsAndNotes/checkComposites/checkComposites.sh b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
index bc59b6007..e157ef288 100755
--- a/production/miscToolsAndNotes/checkComposites/checkComposites.sh
+++ b/production/miscToolsAndNotes/checkComposites/checkComposites.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#*******************************************************************************
-# Copyright (c) 2016 IBM Corporation and others.
+# Copyright (c) 2019 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -22,8 +22,8 @@
# and then executed in "bash script" build step.
baseEclipseAccessDir=/home/data/httpd/download.eclipse.org
-baseEclipseDirSegment=eclipse/downloads/drops4/S-4.11RC2-201903070500
-baseEclipse=eclipse-platform-4.11RC2-linux-gtk-x86_64.tar.gz
+baseEclipseDirSegment=eclipse/downloads/drops4/R-4.11-201903070500
+baseEclipse=eclipse-platform-4.11-linux-gtk-x86_64.tar.gz
repoFileAccess=file:///home/data/httpd/download.eclipse.org/
repoHttpAccess=http://download.eclipse.org
repoAccess=${repoFileAccess}
diff --git a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
index 5c088ea38..f5bd6f7aa 100644
--- a/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
+++ b/production/miscToolsAndNotes/proxyRelated/getBaseBuilderAndTools.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2018 IBM Corporation and others.
+ Copyright (c) 2019 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
@@ -97,10 +97,10 @@
<!-- for I or M build (which is the unusual case) the build directory and label are the same -->
<property
name="eclipseBaseDir"
- value="S-4.11RC2-201903070500" />
+ value="R-4.11-201903070500" />
<property
name="eclispeBaseLabel"
- value="4.11RC2" />
+ value="4.11" />
<property
name="platformURL"

Back to the top