mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-18 13:45:45 +02:00
Unify and externalize plugin providerName = Eclipse.org
This commit is contained in:
parent
8b8f45df02
commit
4d626b6b9e
8 changed files with 80 additions and 80 deletions
|
@ -1,8 +1,8 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %plugin.name
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.dstore.doc.isv; singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Localization: plugin
|
||||
Eclipse-LazyStart: false
|
||||
Bundle-Vendor: %provider.name
|
||||
Bundle-Vendor: %providerName
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
###############################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
plugin.name=RSE DStore ISV Documentation
|
||||
provider.name=Eclipse.org
|
||||
pluginName=RSE DStore ISV Documentation
|
||||
providerName=Eclipse.org
|
||||
|
||||
projectGenerators.helloWorld.name = Hello, World
|
||||
projectGenerators.helloWorld.description=\
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %plugin.name
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.rse.doc.isv; singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Localization: plugin
|
||||
Eclipse-LazyStart: false
|
||||
Bundle-Vendor: %provider.name
|
||||
Bundle-Vendor: %providerName
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
plugin.name=RSE Developer Guide
|
||||
provider.name=Eclipse.org
|
||||
pluginName=RSE Developer Guide
|
||||
providerName=Eclipse.org
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %plugin.name
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.rse.doc.user; singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Vendor: %provider.name
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
Eclipse-LazyStart: false
|
||||
|
|
|
@ -14,5 +14,5 @@
|
|||
# {Name} (company) - description of contribution.
|
||||
################################################################################
|
||||
|
||||
plugin.name = RSE User Guide
|
||||
provider.name = Eclipse.org
|
||||
pluginName = RSE User Guide
|
||||
providerName = Eclipse.org
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %plugin.name
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.rse.sdk
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Vendor: %provider.name
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
plugin.name = RSE SDK
|
||||
provider.name = Eclipse.org
|
||||
pluginName = RSE SDK
|
||||
providerName = Eclipse.org
|
Loading…
Add table
Reference in a new issue