mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
minor changes to plugin names
This commit is contained in:
parent
fa59480912
commit
1ebafa1b12
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: xlC Error Parser Plug-in
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.errorparsers.xlc; singleton:=true
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Activator: org.eclipse.cdt.errorparsers.xlc.Activator
|
||||
|
@ -11,4 +11,4 @@ Require-Bundle: org.eclipse.ui,
|
|||
org.eclipse.core.resources
|
||||
Eclipse-LazyStart: true
|
||||
Export-Package: org.eclipse.cdt.errorparsers.xlc
|
||||
Bundle-Vendor: Eclipse.org
|
||||
Bundle-Vendor: %providerName
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
# "%foo" in feature.xml corresponds to the key "foo" in this file
|
||||
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
||||
# This file should be translated.
|
||||
pluginName=Error parser for xlc compiler
|
||||
pluginName=xlC Error Parser Plugin
|
||||
providerName=Eclipse.org
|
||||
|
||||
CDTXLCErrorParser.name=CDT Xlc Error Parser
|
||||
CDTXLCErrorParser.name=CDT xlC Error Parser
|
Loading…
Add table
Reference in a new issue