Build against I20150521-1100 (RC2 preview).
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
index 69cfef6..67b8a17 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.v20150430-1445" patch="true"/>
+      <import feature="org.eclipse.jdt" version="3.11.0.v20150521-1416" patch="true"/>
    </requires>
 
    <plugin
diff --git a/releng/build-scripts/build/otdt_prerequisites.sh b/releng/build-scripts/build/otdt_prerequisites.sh
index 4694478..314d084 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=I20150430-1445
+SDK_QUALIFIER=I20150521-1100
 
 # Architecture (as used by OSGi):
 ARCH=`arch`
 
 # used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=4.5M7
-DROP=${BASEDIR}/drops4/S-4.5M7-201504301445
+EVERSION=I20150521-1100
+DROP=${BASEDIR}/drops4/I20150521-1100
 
 # 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 02fb269..f8bda2b 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -23,11 +23,11 @@
 # ------------- insert current versions here ---------------
 # Details of the Eclipse SDK built upon:
 run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.9.100.v20150427-1041/scripts
-org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.100.v20150423-1351.jar
+org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
 
 # for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.11.0.v20150429-2000
-jdt.feature.version.next=3.11.0.v20150429-2001
+jdt.feature.version=3.11.0.v20150521-1416
+jdt.feature.version.next=3.11.0.v20150521-1417
 # -----------------------------------------------------------
 
 #Git Support for PDE BUILD:
diff --git a/releng/build-scripts/build/test.properties.in b/releng/build-scripts/build/test.properties.in
index ad2082e..9ca07af 100644
--- a/releng/build-scripts/build/test.properties.in
+++ b/releng/build-scripts/build/test.properties.in
@@ -1,7 +1,7 @@
 # versions of test plugins:
 
 # ---- versions of test bundles compiled from an existing GIT tag: ----
-#org.eclipse.jdt.core.tests.builder=3.8.2.@SDK_QUALIFIER@
+#org.eclipse.jdt.core.tests.builder=3.10.3.@SDK_QUALIFIER@
 org.eclipse.jdt.debug.tests=3.9.0.@SDK_QUALIFIER@
 org.eclipse.jdt.ui.tests=3.10.100.@SDK_QUALIFIER@
 org.eclipse.jdt.ui.tests.refactoring=3.10.100.@SDK_QUALIFIER@