mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
18 lines
662 B
Text
18 lines
662 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Code Analyzers Framework
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.ui; singleton:=true
|
|
Bundle-Version: 1.0.0
|
|
Bundle-Activator: org.eclipse.cdt.codan.ui.Activator
|
|
Bundle-Vendor: Eclipse
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.cdt.core;bundle-version="5.1.0",
|
|
org.eclipse.cdt.codan.core;bundle-version="1.0.0",
|
|
org.eclipse.cdt.ui;bundle-version="5.1.0",
|
|
org.eclipse.ui.workbench.texteditor;bundle-version="3.5.0",
|
|
org.eclipse.ui.editors;bundle-version="3.5.0"
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Bundle-ActivationPolicy: lazy
|
|
|