Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2012-03-14 01:42:16 +0000
committerSergey Prigogin2012-03-14 01:42:16 +0000
commitada23a9a2f553630410d3765c9086b8b163ee815 (patch)
tree87137ada1645f93c582dbbb658c9ed3e5a4972bc /codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF
parentc510e7ad5b2edf4fa6d1a80eee209caa4a10f275 (diff)
downloadorg.eclipse.cdt-ada23a9a2f553630410d3765c9086b8b163ee815.tar.gz
org.eclipse.cdt-ada23a9a2f553630410d3765c9086b8b163ee815.tar.xz
org.eclipse.cdt-ada23a9a2f553630410d3765c9086b8b163ee815.zip
Bug 372551. Removed the external tool checker support until all design
issues are resolved.
Diffstat (limited to 'codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF')
-rw-r--r--codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF b/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF
index 0a60ee43bb9..9517be08f76 100644
--- a/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF
+++ b/codan/org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF
@@ -20,7 +20,6 @@ Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.cdt.codan.internal.ui;x-friends:="org.eclipse.cdt.codan.ui.cxx",
org.eclipse.cdt.codan.internal.ui.actions;x-friends:="org.eclipse.cdt.codan.ui.cxx",
org.eclipse.cdt.codan.internal.ui.dialogs;x-friends:="org.eclipse.cdt.codan.ui.cxx",
- org.eclipse.cdt.codan.internal.ui.externaltool;x-friends:="org.eclipse.cdt.codan.ui.cxx",
org.eclipse.cdt.codan.internal.ui.preferences;x-friends:="org.eclipse.cdt.codan.ui.cxx",
org.eclipse.cdt.codan.internal.ui.views;x-internal:=true,
org.eclipse.cdt.codan.internal.ui.widgets;x-internal:=true,

Back to the top