Releng: build against I20181206-0815 (candidate 4.10 RC2)

Change-Id: I0abdef8fb73a2e0637ef7ca0b46e7a2064139bc8
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
index 5024289..29967cd 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 @@
    </url>
 
    <requires>
-      <import feature="org.eclipse.jdt" version="3.16.0.v20181121-1800" patch="true"/>
+      <import feature="org.eclipse.jdt" version="3.16.0.v20181206-1038" 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 426e0ff..d94a12e 100644
--- a/releng/build-scripts/build/otdt_prerequisites-hipp.sh
+++ b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
@@ -53,14 +53,14 @@
 
 # VERSIONS:
 # Eclipse SDK build identifier (used for substitution in otdt.map.in etc.):
-SDK_QUALIFIER=${SDK_QUALIFIER:="I20181121-1800"}
+SDK_QUALIFIER=${SDK_QUALIFIER:="I20181206-0815"}
 
 # Architecture (as used by OSGi):
 ARCH=`arch`
 
 # used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=${EVERSION:="4.10M3"}
-DROP=${DROPS4}/${DROP:="S-4.10M3-201811211800"}
+EVERSION=${EVERSION:="I20181206-0815"}
+DROP=${DROPS4}/${DROP:="I20181206-0815"}
 
 # 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 79aebe4..51c587b 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -23,11 +23,11 @@
 org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar
 
 # for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.16.0.v20181121-1800
-jdt.feature.version.next=3.16.0.v20181121-1801
+jdt.feature.version=3.16.0.v20181206-1038
+jdt.feature.version.next=3.16.0.v20181206-1039
 
 # jdt.core fragments for extracting pre-built classes and properties:
-jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.400.v20181101-0839.jar
+jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.400.v20181205-0900.jar
 jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.2.400.v20181113-0926.jar
 # -----------------------------------------------------------