2013-01-12 00:54:08 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2013-12-12 07:40:51 -05:00
|
|
|
Bundle-Name: %pluginName
|
2013-02-05 09:56:18 -05:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.qt.ui;singleton:=true
|
2015-08-26 16:58:18 -04:00
|
|
|
Bundle-Version: 2.0.0.qualifier
|
|
|
|
Bundle-Activator: org.eclipse.cdt.internal.qt.ui.QtUIPlugin
|
2013-12-12 07:40:51 -05:00
|
|
|
Bundle-Vendor: %providerName
|
2013-02-05 09:56:18 -05:00
|
|
|
Bundle-Localization: plugin
|
2015-08-26 16:58:18 -04:00
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
2013-12-12 08:07:59 -05:00
|
|
|
org.eclipse.core.resources,
|
2015-08-26 16:58:18 -04:00
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.ui.ide,
|
|
|
|
org.eclipse.ui.console;bundle-version="3.6.0",
|
|
|
|
org.eclipse.ui.editors,
|
2013-12-12 08:07:59 -05:00
|
|
|
org.eclipse.ui.workbench.texteditor,
|
2015-08-26 16:58:18 -04:00
|
|
|
org.eclipse.jface.text,
|
|
|
|
org.eclipse.cdt.ui,
|
|
|
|
org.eclipse.cdt.core,
|
|
|
|
org.eclipse.cdt.qt.core
|
2014-01-23 17:52:37 -08:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
2013-01-12 00:54:08 -05:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2015-09-28 16:33:36 -04:00
|
|
|
Export-Package: org.eclipse.cdt.internal.qt.ui.assist;x-friends:="org.eclipse.cdt.qt.ui.tests"
|