Remove BREEs.
diff --git a/org.eclipse.photran.managedbuilder.gnu.ui/.classpath b/org.eclipse.photran.managedbuilder.gnu.ui/.classpath
index fd545ef..7cec603 100644
--- a/org.eclipse.photran.managedbuilder.gnu.ui/.classpath
+++ b/org.eclipse.photran.managedbuilder.gnu.ui/.classpath
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/org.eclipse.photran.managedbuilder.gnu.ui/META-INF/MANIFEST.MF b/org.eclipse.photran.managedbuilder.gnu.ui/META-INF/MANIFEST.MF
index 9908777..5cf698b 100644
--- a/org.eclipse.photran.managedbuilder.gnu.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.photran.managedbuilder.gnu.ui/META-INF/MANIFEST.MF
@@ -1,10 +1,7 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.photran.managedbuilder.gnu.ui; singleton:=true
+Bundle-SymbolicName: org.eclipse.photran.managedbuilder.gnu.ui;singleton:=true
 Bundle-Version: 7.0.0.qualifier
 Bundle-Localization: plugin
 Bundle-Vendor: %providerName
-Require-Bundle: org.eclipse.photran.managedbuilder.core,
- org.eclipse.cdt.managedbuilder.core
-Bundle-RequiredExecutionEnvironment: J2SE-1.4