Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlena Laskavaia2010-04-28 21:39:09 +0000
committerAlena Laskavaia2010-04-28 21:39:09 +0000
commitdb7ec65b7217fe08b0baeac14e1db079a5615d19 (patch)
tree9deed5a28437011d611cf26ff5cac069689d03fd /codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF
parent97285f3b569f3a509313430ea8fd7459c44cb435 (diff)
downloadorg.eclipse.cdt-db7ec65b7217fe08b0baeac14e1db079a5615d19.tar.gz
org.eclipse.cdt-db7ec65b7217fe08b0baeac14e1db079a5615d19.tar.xz
org.eclipse.cdt-db7ec65b7217fe08b0baeac14e1db079a5615d19.zip
- added extension point to provide problem details in Problem Details view and example of doing so for Flexlint
Diffstat (limited to 'codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF')
-rw-r--r--codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF b/codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF
index 40701f828ce..6517ee023d0 100644
--- a/codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF
+++ b/codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF
@@ -10,9 +10,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.jface.text;bundle-version="3.5.0",
org.eclipse.ui.editors;bundle-version="3.5.0",
org.eclipse.core.resources;bundle-version="3.5.0",
- org.eclipse.cdt.codan.checkers;bundle-version="1.0.0",
+ org.eclipse.cdt.codan.checkers,
org.eclipse.cdt.ui,
- org.eclipse.cdt.core
+ org.eclipse.cdt.core,
+ org.eclipse.cdt.codan.ui
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Eclipse CDT

Back to the top