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

24 lines
845 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
2011-09-22 15:02:16 -04:00
Bundle-Version: 1.1.0.qualifier
2010-03-08 19:51:33 +00:00
Bundle-Activator: org.eclipse.cdt.codan.internal.checkers.ui.CheckersUiActivator
2009-04-18 02:11:07 +00:00
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jface.text,
org.eclipse.core.resources,
org.eclipse.ui.ide,
org.eclipse.cdt.core,
org.eclipse.cdt.codan.core.cxx,
2011-03-29 18:22:15 +00:00
org.eclipse.cdt.codan.ui.cxx,
org.eclipse.cdt.codan.core,
org.eclipse.cdt.codan.checkers
2009-04-18 02:11:07 +00:00
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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
Import-Package: org.eclipse.ltk.core.refactoring