Build against I20150429-2000 (M7 candidate).
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
index 199615b..d6dc72b 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.11.0.v20150428-0943" patch="true"/>
+ <import feature="org.eclipse.jdt" version="3.11.0.v20150429-2000" patch="true"/>
</requires>
<plugin
diff --git a/releng/build-scripts/build/otdt_prerequisites.sh b/releng/build-scripts/build/otdt_prerequisites.sh
index dd08009..408718e 100644
--- a/releng/build-scripts/build/otdt_prerequisites.sh
+++ b/releng/build-scripts/build/otdt_prerequisites.sh
@@ -52,14 +52,14 @@
# VERSIONS:
# Eclipse SDK build identifier (used for substitution in otdt.map.in etc.):
-SDK_QUALIFIER=I20150429-1330
+SDK_QUALIFIER=I20150429-2000
# Architecture (as used by OSGi):
ARCH=`arch`
# used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=I20150429-1330
-DROP=${BASEDIR}/drops4/I20150429-1330
+EVERSION=I20150429-2000
+DROP=${BASEDIR}/drops4/I20150429-2000
# 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 6a3a18b..02fb269 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -26,8 +26,8 @@
org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.100.v20150423-1351.jar
# for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.11.0.v20150428-0943
-jdt.feature.version.next=3.11.0.v20150428-944
+jdt.feature.version=3.11.0.v20150429-2000
+jdt.feature.version.next=3.11.0.v20150429-2001
# -----------------------------------------------------------
#Git Support for PDE BUILD: