Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2018-09-08 20:14:33 +0000
committerStephan Herrmann2018-09-08 20:14:33 +0000
commitcdd043fd836f62f38538d7c7b8e301293742eb3a (patch)
tree6046a3a12a2d086b4abf281b0e2417cb21367a89
parentaa0c80cd2822a0646efa4273f379795707262d3a (diff)
downloadorg.eclipse.objectteams-cdd043fd836f62f38538d7c7b8e301293742eb3a.tar.gz
org.eclipse.objectteams-cdd043fd836f62f38538d7c7b8e301293742eb3a.tar.xz
org.eclipse.objectteams-cdd043fd836f62f38538d7c7b8e301293742eb3a.zip
Releng: build against S-4.9RC2-201809060745
-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.properties8
3 files changed, 8 insertions, 8 deletions
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
index 0149f3f1c..691bfb794 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.15.0.v20180830-1030" patch="true"/>
+ <import feature="org.eclipse.jdt" version="3.15.0.v20180906-0745" 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 e36957cf9..03ccfcabc 100644
--- a/releng/build-scripts/build/otdt_prerequisites-hipp.sh
+++ b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
@@ -53,14 +53,14 @@ NICE="10"
# VERSIONS:
# Eclipse SDK build identifier (used for substitution in otdt.map.in etc.):
-SDK_QUALIFIER=${SDK_QUALIFIER:="I20180830-1030"}
+SDK_QUALIFIER=${SDK_QUALIFIER:="I20180906-0745"}
# Architecture (as used by OSGi):
ARCH=`arch`
# used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=${EVERSION:="4.9RC1"}
-DROP=${DROPS4}/${DROP:="S-4.9RC1-201808301030"}
+EVERSION=${EVERSION:="4.9RC2"}
+DROP=${DROPS4}/${DROP:="S-4.9RC2-201809060745"}
# 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 0524141f5..83a104147 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -23,12 +23,12 @@ run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.10.100.v20180828-1915/scrip
org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.5.100.v20180827-1352.jar
# for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.15.0.v20180830-1030
-jdt.feature.version.next=3.15.0.v20180830-1031
+jdt.feature.version=3.15.0.v20180906-0745
+jdt.feature.version.next=3.15.0.v20180906-0746
# jdt.core fragments for extracting pre-built classes and properties:
-jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.300.v20180810-0804.jar
-jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.2.300.v20180706-1359.jar
+jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.300.v20180905-0315.jar
+jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.2.300.v20180905-0319.jar
# -----------------------------------------------------------
#Git Support for PDE BUILD:

Back to the top