diff --git a/org.eclipse.tm.terminal.local-feature/build.properties b/org.eclipse.tm.terminal.local-feature/build.properties
index 15b11eccda6..5336e1f0eda 100644
--- a/org.eclipse.tm.terminal.local-feature/build.properties
+++ b/org.eclipse.tm.terminal.local-feature/build.properties
@@ -15,4 +15,3 @@ bin.includes = feature.xml,\
epl-v10.html,\
license.html,\
eclipse_update_120.jpg
-generate.plugin@org.eclipse.tm.terminal.local.source=org.eclipse.tm.terminal.local
diff --git a/org.eclipse.tm.terminal.local-feature/feature.properties b/org.eclipse.tm.terminal.local-feature/feature.properties
index 5f1425a6fe6..6dcc6dd75fa 100644
--- a/org.eclipse.tm.terminal.local-feature/feature.properties
+++ b/org.eclipse.tm.terminal.local-feature/feature.properties
@@ -26,7 +26,7 @@ tmUpdateSiteName=Target Management 3.2 Updates
# "description" property - description of the feature
description=A terminal emulation for local shells and external tools.\n\
-Requires CDT Core 7.0 or later. Works on Linux, Solaris and Mac. Includes Source.
+Requires CDT Core 7.0 or later. Works on Linux, Solaris and Mac.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/org.eclipse.tm.terminal.local-feature/feature.xml b/org.eclipse.tm.terminal.local-feature/feature.xml
index 520aec75c08..ef0813f32fa 100644
--- a/org.eclipse.tm.terminal.local-feature/feature.xml
+++ b/org.eclipse.tm.terminal.local-feature/feature.xml
@@ -34,16 +34,14 @@
-
-
+
+
@@ -55,11 +53,4 @@
version="0.0.0"
unpack="false"/>
-
-
diff --git a/org.eclipse.tm.terminal.local.sdk-feature/.project b/org.eclipse.tm.terminal.local.sdk-feature/.project
new file mode 100644
index 00000000000..150da9a0fdd
--- /dev/null
+++ b/org.eclipse.tm.terminal.local.sdk-feature/.project
@@ -0,0 +1,17 @@
+
+
+ org.eclipse.tm.terminal.local.sdk-feature
+
+
+
+
+
+ org.eclipse.pde.FeatureBuilder
+
+
+
+
+
+ org.eclipse.pde.FeatureNature
+
+
diff --git a/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF b/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF
index 058ba465e64..b192be99f47 100644
--- a/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF
+++ b/org.eclipse.tm.terminal.local/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Version: 0.1.0.qualifier
Bundle-Activator: org.eclipse.tm.internal.terminal.local.LocalTerminalActivator
Bundle-Localization: plugin
Bundle-Vendor: %providerName
-Require-Bundle: org.eclipse.tm.terminal;bundle-version="2.0.0",
+Require-Bundle: org.eclipse.tm.terminal;bundle-version="[3.0.0,3.1.0)",
org.eclipse.cdt.core;bundle-version="5.2.0",
org.eclipse.core.runtime,
org.eclipse.debug.core,