1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00
cdt/codan/org.eclipse.cdt.codan.checkers.ui/META-INF/MANIFEST.MF

24 lines
831 B
Text
Raw Normal View History

2009-04-18 02:11:07 +00:00
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
2010-05-31 01:42:48 +00:00
Bundle-Name: %Bundle-Name
2009-04-18 02:11:07 +00:00
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers.ui;singleton:=true
2012-06-28 11:08:11 -07:00
Bundle-Version: 3.2.0.qualifier
2010-03-08 19:51:33 +00:00
Bundle-Activator: org.eclipse.cdt.codan.internal.checkers.ui.CheckersUiActivator
2013-07-14 18:58:54 -07:00
Require-Bundle: org.eclipse.core.resources,
2009-04-18 02:11:07 +00:00
org.eclipse.core.runtime,
org.eclipse.cdt.core,
2013-07-14 18:58:54 -07:00
org.eclipse.cdt.codan.checkers,
org.eclipse.cdt.codan.core,
org.eclipse.cdt.codan.core.cxx,
2011-03-29 18:22:15 +00:00
org.eclipse.cdt.codan.ui.cxx,
2013-07-14 18:58:54 -07:00
org.eclipse.jface.text,
org.eclipse.ltk.core.refactoring,
org.eclipse.ui,
org.eclipse.ui.ide
2009-04-18 02:11:07 +00:00
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
2010-05-31 01:42:48 +00:00
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.eclipse.cdt.codan.internal.checkers.ui;x-internal:=true,
org.eclipse.cdt.codan.internal.checkers.ui.quickfix;x-internal:=true