mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
15 lines
548 B
Text
15 lines
548 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true
|
|
Bundle-Version: 3.1.0
|
|
Bundle-ClassPath: gnuui.jar
|
|
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,
|
|
org.eclipse.cdt.managedbuilder.core,
|
|
org.eclipse.cdt.core
|
|
Eclipse-AutoStart: true
|