Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2019-09-08 17:22:53 +0000
committerStephan Herrmann2019-09-08 17:22:53 +0000
commit2111b8f107adf2724a1966e767cf67f8a5fc72b3 (patch)
tree2ec7c8018918b3cbc0d88bdaf0a9ba3bad7cbe13 /releng/build-scripts/build/otdt_prerequisites-hipp.sh
parent4e2d910d57e3df7dfe0d04a11be2613318b09fd7 (diff)
downloadorg.eclipse.objectteams-releases/OTDT_2.7.5.tar.gz
org.eclipse.objectteams-releases/OTDT_2.7.5.tar.xz
org.eclipse.objectteams-releases/OTDT_2.7.5.zip
Releng: build against S-4.13RC2-201909071130 and Orbit R20190827152740releases/OTDT_2.7.5builds/201909081329
Diffstat (limited to 'releng/build-scripts/build/otdt_prerequisites-hipp.sh')
-rw-r--r--releng/build-scripts/build/otdt_prerequisites-hipp.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/build-scripts/build/otdt_prerequisites-hipp.sh b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
index ed20690c6..85550603b 100644
--- a/releng/build-scripts/build/otdt_prerequisites-hipp.sh
+++ b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
@@ -56,11 +56,11 @@ ARCH=`arch`
# VERSIONS:
# Eclipse SDK build identifier (used for substitution in otdt.map.in etc.):
-SDK_QUALIFIER=${SDK_QUALIFIER:="I20190828-1800"}
+SDK_QUALIFIER=${SDK_QUALIFIER:="I20190907-1130"}
# used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=${EVERSION:="4.13RC1"}
-DROP=${DROPS4}/${DROP:="S-4.13RC1-201908281800"}
+EVERSION=${EVERSION:="4.13RC2"}
+DROP=${DROPS4}/${DROP:="S-4.13RC2-201909071130"}
# EXPORT: archive file of the base eclipse SDK build:
ECLIPSE_SDK_TGZ=${DROP}/eclipse-SDK-${EVERSION}-linux-gtk-${ARCH}.tar.gz

Back to the top