1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

minor changes to plugin names

This commit is contained in:
Chris Recoskie 2006-08-31 15:46:09 +00:00
parent fa59480912
commit 1ebafa1b12
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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