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

* Bundle-Vendor should be Eclipse CDT * Added missing Bundle-Name attribute for some bundles * Synced MANIFEST.MF and properties file for keys Change-Id: I14e3b1cc35e7ae88a1585d8ab19cede682bd4fce Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
17 lines
737 B
Text
17 lines
737 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.launchbar.remote.core;singleton:=true
|
|
Bundle-Version: 1.1.0.qualifier
|
|
Bundle-Activator: org.eclipse.launchbar.remote.core.internal.Activator
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.launchbar.core;bundle-version="2.0.0",
|
|
org.eclipse.remote.core;bundle-version="2.0.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.launchbar.remote.core,
|
|
org.eclipse.launchbar.remote.core.internal;x-friends:="org.eclipse.launchbar.remote.ui"
|
|
Automatic-Module-Name: org.eclipse.launchbar.remote.core
|
|
Bundle-Localization: plugin
|
|
Bundle-Vendor: %providerName
|