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
|
2013-12-12 07:40:51 -05:00
|
|
|
Bundle-Version: 1.1.0.qualifier
|
2013-02-20 13:23:40 -05:00
|
|
|
Bundle-Activator: org.eclipse.cdt.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
|
2013-01-12 00:54:08 -05:00
|
|
|
Require-Bundle: org.eclipse.ui,
|
2013-02-05 09:56:18 -05:00
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.eclipse.cdt.ui,
|
|
|
|
org.eclipse.cdt.core,
|
2013-12-12 07:40:51 -05:00
|
|
|
org.eclipse.cdt.qt.core;bundle-version="[1.1.0,2.0.0)",
|
2013-02-20 13:23:40 -05:00
|
|
|
org.eclipse.jface.text,
|
2013-12-12 08:07:59 -05:00
|
|
|
org.eclipse.core.resources,
|
|
|
|
org.eclipse.ui.workbench.texteditor,
|
|
|
|
org.eclipse.ui.editors
|
2014-01-23 17:52:37 -08:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
2013-01-12 00:54:08 -05:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2013-12-12 08:07:59 -05:00
|
|
|
Export-Package: org.eclipse.cdt.internal.qt.ui.assist;x-friends:="org.eclipse.cdt.qt.tests",
|
|
|
|
org.eclipse.cdt.qt.ui
|