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>
12 lines
492 B
Text
12 lines
492 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.launchbar.core.tests;singleton:=true
|
|
Bundle-Version: 1.0.100.qualifier
|
|
Fragment-Host: org.eclipse.launchbar.core;bundle-version="1.0.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Require-Bundle: org.junit;bundle-version="4.12.0",
|
|
org.mockito;bundle-version="2.23.0"
|
|
Automatic-Module-Name: org.eclipse.launchbar.core.tests
|
|
Bundle-Localization: fragment
|
|
Bundle-Vendor: %providerName
|