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>
18 lines
745 B
Text
18 lines
745 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.launchbar.core;singleton:=true
|
|
Bundle-Version: 2.4.0.qualifier
|
|
Bundle-Activator: org.eclipse.launchbar.core.internal.Activator
|
|
Bundle-Vendor: %providerName
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.debug.core,
|
|
org.eclipse.core.expressions
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.launchbar.core,
|
|
org.eclipse.launchbar.core.internal;x-friends:="org.eclipse.launchbar.core.tests,org.eclipse.launchbar.ui",
|
|
org.eclipse.launchbar.core.target,
|
|
org.eclipse.launchbar.core.target.launch
|
|
Automatic-Module-Name: org.eclipse.launchbar.core
|
|
Bundle-Localization: plugin
|