mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 13:42:30 +02:00
16 lines
706 B
Text
16 lines
706 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true
|
|
Bundle-Version: 5.0.100.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|
|
Export-Package: org.eclipse.cdt.managedbuilder.gnu.cygwin,
|
|
org.eclipse.cdt.managedbuilder.gnu.ui
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
|
|
org.eclipse.cdt.managedbuilder.core;bundle-version="[5.1.0,6.0.0)",
|
|
org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)",
|
|
org.eclipse.core.resources
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|