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
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
-rw-r--r--features/org.eclipse.objectteams.otdt.core.patch/feature.xml2
-rw-r--r--releng/build-scripts/build/otdt_prerequisites-hipp.sh6
-rw-r--r--releng/build-scripts/build/run.properties4
3 files changed, 6 insertions, 6 deletions
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
index ce50b8c15..42c977eea 100644
--- a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
+++ b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
@@ -59,7 +59,7 @@ Project Leader:
</url>
<requires>
- <import feature="org.eclipse.jdt" version="3.18.400.v20200528-0200" patch="true"/>
+ <import feature="org.eclipse.jdt" version="3.18.400.v20200604-0540" patch="true"/>
</requires>
<plugin
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
diff --git a/releng/build-scripts/build/run.properties b/releng/build-scripts/build/run.properties
index 0d95b2d0d..02de6abbd 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -25,8 +25,8 @@ run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.10.800.v20200410-1419/scrip
org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar
# for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.18.400.v20200528-0200
-jdt.feature.version.next=3.18.400.v20200528-0201
+jdt.feature.version=3.18.400.v20200604-0540
+jdt.feature.version.next=3.18.400.v20200604-541
# jdt.core fragments for extracting pre-built classes and properties:
jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625.jar

Back to the top