Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2010-04-14 17:45:05 +0000
committerJohn Cortell2010-04-14 17:45:05 +0000
commit6cb03e08de1f96f40b3e5466f97ba3ec40590915 (patch)
tree76c408b891657f0d8953404fafe0973919a4ad52
parenta9a0949364d48741d56103f8ed2199fe25833cdd (diff)
downloadorg.eclipse.cdt-6cb03e08de1f96f40b3e5466f97ba3ec40590915.tar.gz
org.eclipse.cdt-6cb03e08de1f96f40b3e5466f97ba3ec40590915.tar.xz
org.eclipse.cdt-6cb03e08de1f96f40b3e5466f97ba3ec40590915.zip
Remove unintentional and unused plugin dependency
-rw-r--r--debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF
index e4f695b619f..24a2b4ec630 100644
--- a/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF
+++ b/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF
@@ -4,8 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.gdb;singleton:=true
Bundle-Version: 7.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.gdb.internal.Activator
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0",
- org.eclipse.cdt.debug.ui;bundle-version="7.0.0"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName

Back to the top