mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Minor updates to bundles to have proper translations
* 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>
This commit is contained in:
parent
0631233154
commit
222a963f44
17 changed files with 18 additions and 3 deletions
|
@ -8,3 +8,4 @@ Fragment-Host: org.eclipse.cdt.cmake.is.arm
|
|||
Import-Package: org.junit
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Automatic-Module-Name: org.eclipse.cdt.cmake.is.arm.tests
|
||||
Bundle-Name: %Bundle-Name
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#Properties file for org.eclipse.cdt.cmake.is.arm.tests
|
||||
Bundle-Name = org.eclipse.cdt.cmake.is.arm.tests
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Copyright = 2020 Martin Weber\n\
|
||||
\n\
|
||||
|
|
|
@ -8,3 +8,4 @@ Fragment-Host: org.eclipse.cdt.cmake.is.core
|
|||
Import-Package: org.junit
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Automatic-Module-Name: org.eclipse.cdt.cmake.is.core.tests
|
||||
Bundle-Name: %Bundle-Name
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#Properties file for org.eclipse.cdt.cmake.is.core.tests
|
||||
Bundle-Name = org.eclipse.cdt.cmake.is.core.tests
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Copyright = 2020 Martin Weber\n\
|
||||
\n\
|
||||
|
|
|
@ -8,3 +8,4 @@ Fragment-Host: org.eclipse.cdt.cmake.is.hpenonstop
|
|||
Import-Package: org.junit
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Automatic-Module-Name: org.eclipse.cdt.cmake.is.hpenonstop.tests
|
||||
Bundle-Name: %Bundle-Name
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#Properties file for org.eclipse.cdt.cmake.is.hpenonstop.tests
|
||||
Bundle-Name = org.eclipse.cdt.cmake.is.hpenonstop.tests
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Copyright = 2020 Martin Weber\n\
|
||||
\n\
|
||||
|
|
|
@ -8,3 +8,4 @@ Fragment-Host: org.eclipse.cdt.cmake.is.microsoft
|
|||
Import-Package: org.junit
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Automatic-Module-Name: org.eclipse.cdt.cmake.is.microsoft.tests
|
||||
Bundle-Name: %Bundle-Name
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#Properties file for org.eclipse.cdt.cmake.is.microsoft.tests
|
||||
Bundle-Name = org.eclipse.cdt.cmake.is.microsoft.tests
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Copyright = 2020 Martin Weber\n\
|
||||
\n\
|
||||
|
|
|
@ -9,3 +9,4 @@ Import-Package: org.eclipse.cdt.core.settings.model,
|
|||
org.junit
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Automatic-Module-Name: org.eclipse.cdt.cmake.is.nvidia.tests
|
||||
Bundle-Name: %Bundle-Name
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#Properties file for org.eclipse.cdt.cmake.is.nvidia.tests
|
||||
Bundle-Name = org.eclipse.cdt.cmake.is.nvidia.tests
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Copyright = 2020 Martin Weber\n\
|
||||
\n\
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
##################################################################################
|
||||
|
||||
pluginName = GDB/MI reference application tests
|
||||
providerName = Ericsson
|
||||
providerName = Eclipse CDT
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-Vendor: %pluginProvider
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.tests.dsf;singleton:=true
|
||||
Bundle-Version: 2.1.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.tests.dsf.DsfTestPlugin
|
||||
|
|
|
@ -9,3 +9,4 @@ 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
|
||||
|
|
|
@ -11,3 +11,4 @@
|
|||
##################################################################################
|
||||
|
||||
pluginName = Launch Bar Core Tests
|
||||
providerName = Eclipse CDT
|
||||
|
|
|
@ -14,3 +14,4 @@ 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
|
||||
|
|
|
@ -11,3 +11,4 @@
|
|||
##################################################################################
|
||||
|
||||
pluginName = LaunchBar Remote Core
|
||||
providerName = Eclipse CDT
|
||||
|
|
|
@ -20,5 +20,6 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.search
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Bundle-Vendor: %vendorName
|
||||
Bundle-Vendor: %providerName
|
||||
Automatic-Module-Name: org.eclipse.cdt.qt.ui.tests
|
||||
Bundle-Localization: plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue