mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00

Change-Id: Ib2f0d85a0428a1f59cc7ccab6ebb8fd91ffa2a41 Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.launchbar.ui.controls;singleton:=true
|
|
Bundle-Version: 1.1.0.qualifier
|
|
Bundle-Activator: org.eclipse.launchbar.ui.controls.internal.Activator
|
|
Bundle-Vendor: %providerName
|
|
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"
|
|
Import-Package: javax.annotation,
|
|
javax.inject
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Localization: plugin
|
|
Export-Package: org.eclipse.launchbar.ui.controls.internal;x-friends:="org.eclipse.launchbar.ui.tests"
|
|
Automatic-Module-Name: org.eclipse.launchbar.ui.controls
|