Fixing dependencies. Cleanup.
diff --git a/com.google.eclipse.cdt.core/META-INF/MANIFEST.MF b/com.google.eclipse.cdt.core/META-INF/MANIFEST.MF
index 7040d30..a1688a2 100644
--- a/com.google.eclipse.cdt.core/META-INF/MANIFEST.MF
+++ b/com.google.eclipse.cdt.core/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@
  org.eclipse.cdt.utils,
  org.eclipse.cdt.utils.pty,
  org.eclipse.cdt.utils.spawner
-Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
+Require-Bundle: org.eclipse.core.resources,
  org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
  com.ibm.icu;bundle-version="4.4.2"
 Bundle-ActivationPolicy: lazy
diff --git a/com.google.eclipse.terminal.local.feature/feature.xml b/com.google.eclipse.terminal.local.feature/feature.xml
index ae5e31c..e1f24a0 100644
--- a/com.google.eclipse.terminal.local.feature/feature.xml
+++ b/com.google.eclipse.terminal.local.feature/feature.xml
@@ -22,11 +22,11 @@
    </url>
 
    <requires>
-      <import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
+      <import plugin="org.eclipse.core.resources"/>
       <import plugin="org.eclipse.core.runtime" version="3.7.0" match="compatible"/>
       <import plugin="com.ibm.icu" version="4.4.2" match="greaterOrEqual"/>
       <import plugin="org.eclipse.ui"/>
-      <import plugin="org.eclipse.debug.core" version="3.7.1" match="greaterOrEqual"/>
+      <import plugin="org.eclipse.debug.core"/>
       <import plugin="org.eclipse.jface.text"/>
    </requires>
 
diff --git a/com.google.eclipse.terminal.local/META-INF/MANIFEST.MF b/com.google.eclipse.terminal.local/META-INF/MANIFEST.MF
index 7e7e3ef..0535633 100644
--- a/com.google.eclipse.terminal.local/META-INF/MANIFEST.MF
+++ b/com.google.eclipse.terminal.local/META-INF/MANIFEST.MF
@@ -9,7 +9,7 @@
  org.eclipse.core.runtime,
  com.google.eclipse.tm.terminal,
  com.google.eclipse.cdt.core,
- org.eclipse.debug.core;bundle-version="3.7.1",
+ org.eclipse.debug.core,
  org.eclipse.jface.text
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-ActivationPolicy: lazy
diff --git a/com.google.eclipse.tm.terminal/build.properties b/com.google.eclipse.tm.terminal/build.properties
index 9537f53..ab54f31 100644
--- a/com.google.eclipse.tm.terminal/build.properties
+++ b/com.google.eclipse.tm.terminal/build.properties
@@ -23,4 +23,3 @@
 output.. = bin/
 javacSource=1.6
 javacTarget=1.6
-