Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2020-06-07 12:14:00 +0000
committerStephan Herrmann2020-06-07 12:14:00 +0000
commitb3f1f7a241bcfeef530b5df7a1809bb1cd3713df (patch)
tree9dae320813cf12493a7ca8f51b869e156e70f1cf /releng/build-scripts/build/otdt_prerequisites-hipp.sh
parenta5978721e25314c6121c4607ebd812aef346e397 (diff)
downloadorg.eclipse.objectteams-b3f1f7a241bcfeef530b5df7a1809bb1cd3713df.tar.gz
org.eclipse.objectteams-b3f1f7a241bcfeef530b5df7a1809bb1cd3713df.tar.xz
org.eclipse.objectteams-b3f1f7a241bcfeef530b5df7a1809bb1cd3713df.zip
Build against S-4.16RC2-202006040540
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 2cb240962..19c44211a 100644
--- a/releng/build-scripts/build/otdt_prerequisites-hipp.sh
+++ b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
@@ -58,11 +58,11 @@ ARCH=`arch`
# VERSIONS:
# Eclipse SDK build identifier (used for substitution in otdt.map.in etc.):
-SDK_QUALIFIER=${SDK_QUALIFIER:="I20200528-0200"}
+SDK_QUALIFIER=${SDK_QUALIFIER:="I20200604-0540"}
# used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=${EVERSION:="4.16RC1"}
-DROP=${DROPS4}/${DROP:="S-4.16RC1-202005280200"}
+EVERSION=${EVERSION:="4.16RC2"}
+DROP=${DROPS4}/${DROP:="S-4.16RC2-202006040540"}
# 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