Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorStephan Herrmann2020-09-05 20:11:35 +0000
committerStephan Herrmann2020-09-05 20:11:35 +0000
commit9d3b11585a4337c749e6d7f3456b611d4c9bc8a5 (patch)
tree79b2a7b250dd056c4859a5c4e824492a07e8ac49 /releng
parent7b2c050d64ffc3f1c65a75463c637c0e82dd419a (diff)
downloadorg.eclipse.objectteams-9d3b11585a4337c749e6d7f3456b611d4c9bc8a5.tar.gz
org.eclipse.objectteams-9d3b11585a4337c749e6d7f3456b611d4c9bc8a5.tar.xz
org.eclipse.objectteams-9d3b11585a4337c749e6d7f3456b611d4c9bc8a5.zip
Diffstat (limited to 'releng')
-rw-r--r--releng/build-scripts/build/otdt_prerequisites-hipp.sh6
-rw-r--r--releng/build-scripts/build/run.properties8
2 files changed, 7 insertions, 7 deletions
diff --git a/releng/build-scripts/build/otdt_prerequisites-hipp.sh b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
index 5357703f7..c69d968ec 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:="I20200826-1800"}
+SDK_QUALIFIER=${SDK_QUALIFIER:="I20200902-1800"}
# used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=${EVERSION:="4.17RC1"}
-DROP=${DROPS4}/${DROP:="S-4.17RC1-202008261800"}
+EVERSION=${EVERSION:="4.17RC2"}
+DROP=${DROPS4}/${DROP:="S-4.17RC2-202009021800"}
# 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 d5bf49490..3e3fedac2 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -25,12 +25,12 @@ run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.10.800.v20200410-1419/scrip
org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar
# for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.18.500.v20200826-1800
-jdt.feature.version.next=3.18.500.v20200826-1801
+jdt.feature.version=3.18.500.v20200902-1800
+jdt.feature.version.next=3.18.500.v20200902-1801
# jdt.core fragments for extracting pre-built classes and properties:
-jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.1100.v20200612-0854.jar
-jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.2.1000.v20200809-1302.jar
+jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.1100.v20200828-0941.jar
+jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.2.1000.v20200828-0941.jar
# -----------------------------------------------------------
#Git Support for PDE BUILD:

Back to the top