2009-04-17 19:15:56 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2009-06-10 19:18:06 +00:00
|
|
|
Bundle-Name: %Bundle-Name
|
2009-04-17 19:15:56 +00:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.build.crossgcc;singleton:=true
|
2011-09-22 15:02:16 -04:00
|
|
|
Bundle-Version: 1.1.0.qualifier
|
2009-04-17 19:15:56 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.internal.build.crossgcc.Activator
|
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
2009-05-06 14:18:17 +00:00
|
|
|
org.eclipse.cdt.core;bundle-version="5.1.0",
|
2009-04-17 19:15:56 +00:00
|
|
|
org.eclipse.cdt.managedbuilder.core;bundle-version="5.0.100",
|
|
|
|
org.eclipse.cdt.managedbuilder.gnu.ui;bundle-version="5.0.100",
|
2012-04-28 14:53:29 -04:00
|
|
|
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
|
2009-04-17 19:15:56 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2011-11-16 18:23:33 -05:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
2009-06-10 19:18:06 +00:00
|
|
|
Bundle-Vendor: %Bundle-Vendor
|
2009-06-15 14:27:42 +00:00
|
|
|
Bundle-Localization: plugin
|