Build against S-4.5M4-201412102000
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
index ed69c47..c42de75 100644
--- a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
+++ b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
@@ -55,11 +55,11 @@
    </license>
 
    <url>
-      <update label="Object Teams Updates" url="http://download.eclipse.org/objectteams/updates/ot2.3"/>
+      <update label="Object Teams Updates" url="http://download.eclipse.org/objectteams/updates/ot2.4"/>
    </url>
 
    <requires>
-      <import feature="org.eclipse.jdt" version="3.11.0.v20141029-2000" patch="true"/>
+      <import feature="org.eclipse.jdt" version="3.11.0.v20141210-2000" patch="true"/>
    </requires>
 
    <plugin
diff --git a/releng/build-scripts/build/otdt_prerequisites.sh b/releng/build-scripts/build/otdt_prerequisites.sh
index a2e279d..4d8d23e 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=I20141029-2000
+SDK_QUALIFIER=I20141210-2000
 
 # Architecture (as used by OSGi):
 ARCH=`arch`
 
 # used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=4.5M3
-DROP=${BASEDIR}/drops4/S-4.5M3-201410292000
+EVERSION=4.5M4
+DROP=${BASEDIR}/drops4/S-4.5M4-201412102000
 
 # 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 6c6d368..1cfa1f6 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -22,12 +22,12 @@
 
 # ------------- insert current versions here ---------------
 # Details of the Eclipse SDK built upon:
-run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.9.100.v20140729-1921/scripts
-org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
+run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.9.100.v20140729-1921/scripts              
+org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar         
 
 # for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.11.0.v20141029-2000
-jdt.feature.version.next=3.11.0.v20141029-2001
+jdt.feature.version=3.11.0.v20141210-2000
+jdt.feature.version.next=3.11.0.v20141210-2001
 # -----------------------------------------------------------
 
 #Git Support for PDE BUILD: