mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00

Change-Id: Ia990b24469751050dd9ec8f9b5550804816308b3 Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
23 lines
787 B
Text
23 lines
787 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.ui.cxx;singleton:=true
|
|
Bundle-Version: 3.4.1.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.codan.internal.ui.cxx.Activator
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.cdt.codan.core,
|
|
org.eclipse.cdt.codan.core.cxx,
|
|
org.eclipse.ui.editors,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.cdt.ui,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.cdt.codan.ui,
|
|
org.eclipse.jface.text,
|
|
org.eclipse.ui.ide
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.cdt.codan.internal.ui.cxx;x-internal:=true,
|
|
org.eclipse.cdt.codan.ui
|
|
Automatic-Module-Name: org.eclipse.cdt.codan.ui.cxx
|