2016-05-09 10:41:02 -04:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2020-08-28 21:03:44 +02:00
|
|
|
Bundle-Name: %pluginName
|
2016-05-09 10:41:02 -04:00
|
|
|
Bundle-SymbolicName: org.eclipse.launchbar.ui.controls;singleton:=true
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-Version: 1.2.0.qualifier
|
2016-05-09 10:41:02 -04:00
|
|
|
Bundle-Activator: org.eclipse.launchbar.ui.controls.internal.Activator
|
2020-08-28 21:03:44 +02:00
|
|
|
Bundle-Vendor: %providerName
|
2016-05-09 10:41:02 -04:00
|
|
|
Require-Bundle: org.eclipse.osgi.services;bundle-version="3.5.0",
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.e4.core.di.annotations;bundle-version="1.5.0",
|
|
|
|
org.eclipse.e4.core.contexts;bundle-version="1.5.0",
|
|
|
|
org.eclipse.e4.core.services;bundle-version="2.0.0",
|
|
|
|
org.eclipse.e4.ui.model.workbench;bundle-version="1.2.0",
|
|
|
|
org.eclipse.e4.ui.workbench;bundle-version="1.4.0",
|
|
|
|
org.eclipse.debug.ui;bundle-version="3.11.200",
|
|
|
|
org.eclipse.launchbar.core;bundle-version="2.0.0",
|
|
|
|
org.eclipse.launchbar.ui;bundle-version="2.0.0"
|
2019-07-04 09:36:36 -04:00
|
|
|
Import-Package: javax.annotation,
|
|
|
|
javax.inject
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
2016-05-09 10:41:02 -04:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-Localization: plugin
|
2017-10-14 15:40:27 -04:00
|
|
|
Export-Package: org.eclipse.launchbar.ui.controls.internal;x-friends:="org.eclipse.launchbar.ui.tests"
|
2018-11-07 15:40:47 +02:00
|
|
|
Automatic-Module-Name: org.eclipse.launchbar.ui.controls
|