mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-18 21:55: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
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %plugin.name
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.dstore.doc.isv; singleton:=true
|
Bundle-SymbolicName: org.eclipse.dstore.doc.isv; singleton:=true
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Eclipse-LazyStart: false
|
Eclipse-LazyStart: false
|
||||||
Bundle-Vendor: %provider.name
|
Bundle-Vendor: %providerName
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# NLS_MESSAGEFORMAT_VAR
|
# NLS_MESSAGEFORMAT_VAR
|
||||||
plugin.name=RSE DStore ISV Documentation
|
pluginName=RSE DStore ISV Documentation
|
||||||
provider.name=Eclipse.org
|
providerName=Eclipse.org
|
||||||
|
|
||||||
projectGenerators.helloWorld.name = Hello, World
|
projectGenerators.helloWorld.name = Hello, World
|
||||||
projectGenerators.helloWorld.description=\
|
projectGenerators.helloWorld.description=\
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %plugin.name
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.rse.doc.isv; singleton:=true
|
Bundle-SymbolicName: org.eclipse.rse.doc.isv; singleton:=true
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Eclipse-LazyStart: false
|
Eclipse-LazyStart: false
|
||||||
Bundle-Vendor: %provider.name
|
Bundle-Vendor: %providerName
|
||||||
|
|
|
@ -8,5 +8,5 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
plugin.name=RSE Developer Guide
|
pluginName=RSE Developer Guide
|
||||||
provider.name=Eclipse.org
|
providerName=Eclipse.org
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %plugin.name
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.rse.doc.user; singleton:=true
|
Bundle-SymbolicName: org.eclipse.rse.doc.user; singleton:=true
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Vendor: %provider.name
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Eclipse-LazyStart: false
|
Eclipse-LazyStart: false
|
||||||
|
|
|
@ -14,5 +14,5 @@
|
||||||
# {Name} (company) - description of contribution.
|
# {Name} (company) - description of contribution.
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
plugin.name = RSE User Guide
|
pluginName = RSE User Guide
|
||||||
provider.name = Eclipse.org
|
providerName = Eclipse.org
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %plugin.name
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.rse.sdk
|
Bundle-SymbolicName: org.eclipse.rse.sdk
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Bundle-Vendor: %provider.name
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
plugin.name = RSE SDK
|
pluginName = RSE SDK
|
||||||
provider.name = Eclipse.org
|
providerName = Eclipse.org
|
Loading…
Add table
Reference in a new issue