mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Fixed "Key X is not found in localization properties file" warning
Change-Id: I467386ce652c67507c9373a669a60dbb8a8f8e2d Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
This commit is contained in:
parent
1f069898cf
commit
5779b04e6b
4 changed files with 4 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
fragmentName.linux=C/C++ Development Tools Core for Mac OS X
|
||||
fragmentName.macosx=C/C++ Development Tools Core for Mac OS X
|
||||
providerName=Eclipse CDT
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
fragmentName.linux=C/C++ Development Tools Core for Windows
|
||||
fragmentName.win32=C/C++ Development Tools Core for Windows
|
||||
providerName=Eclipse CDT
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
-->
|
||||
|
||||
<plugin>
|
||||
<extension-point id="contextPropertiesProviders" name="%contextPropertiesProviders" schema="schema/contextPropertiesProviders.exsd"/>
|
||||
<extension-point id="contextPropertiesProviders" name="%ExtensionPoint.contextPropertiesProviders" schema="schema/contextPropertiesProviders.exsd"/>
|
||||
|
||||
<!-- Property tester contributions -->
|
||||
<extension point="org.eclipse.core.expressions.propertyTesters">
|
||||
|
|
|
@ -17,3 +17,4 @@ Export-Package: org.eclipse.cdt.visualizer.examples,
|
|||
org.eclipse.cdt.visualizer.examples.problemvisualizer,
|
||||
org.eclipse.cdt.visualizer.examples.sourcegraph
|
||||
Automatic-Module-Name: org.eclipse.cdt.visualizer.examples
|
||||
Bundle-Localization: plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue