mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 04:35:45 +02:00

All the about.html files are updated, so every bundle that hasn't already had a bump in 10.7 needs one now Change-Id: I6143d2fbe77a58a3a6d2f4a226d96087117f9ac1
25 lines
946 B
Text
25 lines
946 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers.ui;singleton:=true
|
|
Bundle-Version: 3.3.100.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.codan.internal.checkers.ui.CheckersUiActivator
|
|
Require-Bundle: org.eclipse.core.resources,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.cdt.codan.checkers,
|
|
org.eclipse.cdt.codan.core,
|
|
org.eclipse.cdt.codan.core.cxx,
|
|
org.eclipse.cdt.codan.ui.cxx,
|
|
org.eclipse.cdt.ui,
|
|
org.eclipse.jface.text,
|
|
org.eclipse.ltk.core.refactoring,
|
|
org.eclipse.ui,
|
|
org.eclipse.ui.ide
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
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-friends:="org.eclipse.cdt.codan.checkers.ui.tests"
|
|
Automatic-Module-Name: org.eclipse.cdt.codan.checkers.ui
|
|
|