mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 03:15:33 +02:00
18 lines
745 B
Text
18 lines
745 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.cdt.build.crossgcc;singleton:=true
|
|
Bundle-Version: 1.1.0.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.internal.build.crossgcc.Activator
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.cdt.core;bundle-version="5.1.0",
|
|
org.eclipse.cdt.managedbuilder.core;bundle-version="5.0.100",
|
|
org.eclipse.cdt.managedbuilder.gnu.ui;bundle-version="5.0.100",
|
|
org.eclipse.core.resources;bundle-version="3.5.0",
|
|
org.eclipse.cdt.managedbuilder.ui;bundle-version="8.1.0",
|
|
org.eclipse.jface,
|
|
org.eclipse.ui.ide
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Bundle-Localization: plugin
|