2005-11-15 21:33:43 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui; singleton:=true
|
2006-10-11 12:28:54 +00:00
|
|
|
Bundle-Version: 4.0.0.qualifier
|
2007-03-19 13:19:51 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.properties.ManagedBuilderUIPlugin
|
2005-11-15 21:33:43 +00:00
|
|
|
Bundle-Vendor: %providerName
|
|
|
|
Bundle-Localization: plugin
|
2007-02-20 17:23:35 +00:00
|
|
|
Export-Package: org.eclipse.cdt.managedbuilder.ui.actions,
|
2007-03-19 13:19:51 +00:00
|
|
|
org.eclipse.cdt.managedbuilder.ui.properties,
|
2005-11-15 21:33:43 +00:00
|
|
|
org.eclipse.cdt.managedbuilder.ui.wizards
|
2006-10-11 12:28:54 +00:00
|
|
|
Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.cdt.core;bundle-version="[4.0.0,5.0.0)",
|
|
|
|
org.eclipse.cdt.ui;bundle-version="[4.0.0,5.0.0)",
|
|
|
|
org.eclipse.cdt.managedbuilder.core;bundle-version="[4.0.0,5.0.0)",
|
|
|
|
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
|
2007-03-06 14:19:36 +00:00
|
|
|
org.eclipse.ui.navigator;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
|
|
|
|
org.eclipse.cdt.make.core,
|
2007-04-03 13:33:08 +00:00
|
|
|
org.eclipse.cdt.make.ui,
|
|
|
|
org.eclipse.core.filesystem
|
2006-01-18 18:16:35 +00:00
|
|
|
Eclipse-LazyStart: true
|