1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-24 08:44:01 +02:00

Unify and externalize plugin providerName = Eclipse.org

This commit is contained in:
Martin Oberhuber 2006-09-20 21:19:21 +00:00
parent 8b8f45df02
commit 4d626b6b9e
8 changed files with 80 additions and 80 deletions

View file

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

View file

@ -1,22 +1,22 @@
############################################################################### ###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others. # Copyright (c) 2000, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # http://www.eclipse.org/legal/epl-v10.html
# #
# Contributors: # Contributors:
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
# 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=\
<p>This wizard creates standard plug-in directory structure and \ <p>This wizard creates standard plug-in directory structure and \
adds the following:</p>\ adds the following:</p>\
<li><b>Action set</b>. %template.helloWorld.desc%</li>\ <li><b>Action set</b>. %template.helloWorld.desc%</li>\
<p><b>Extensions Used</b></p>\ <p><b>Extensions Used</b></p>\
<li>org.eclipse.ui.actionSet</li> <li>org.eclipse.ui.actionSet</li>

View file

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

View file

@ -1,12 +1,12 @@
############################################################################### ###############################################################################
# Copyright (c) 2000, 2006 IBM Corporation and others. # Copyright (c) 2000, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # http://www.eclipse.org/legal/epl-v10.html
# #
# 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

View file

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

View file

@ -1,18 +1,18 @@
################################################################################ ################################################################################
# Copyright (c) 2006 IBM Corporation and others. All rights reserved. # Copyright (c) 2006 IBM Corporation and others. All rights reserved.
# This program and the accompanying materials are made available under the terms # This program and the accompanying materials are made available under the terms
# of the Eclipse Public License v1.0 which accompanies this distribution, and is # of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html # available at http://www.eclipse.org/legal/epl-v10.html
# #
# Initial Contributors: # Initial Contributors:
# The following IBM employees contributed to the Remote System Explorer # The following IBM employees contributed to the Remote System Explorer
# component that contains this file: David McKnight, Kushal Munir, # component that contains this file: David McKnight, Kushal Munir,
# Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, # Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson,
# Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. # Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
# #
# Contributors: # Contributors:
# {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

View file

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

View file

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