1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 559474: Correct feature and bundle provider names

It is now Eclipse CDT providing these, so update to match

Change-Id: I1bc83b77d491d1475db51cbb6396571893d8ee42
This commit is contained in:
Jonah Graham 2020-01-31 13:21:35 -05:00
parent 5cd81e1c63
commit 165fd275fb
18 changed files with 18 additions and 18 deletions

View file

@ -20,7 +20,7 @@
featureName=TM Terminal Serial Connector Extensions featureName=TM Terminal Serial Connector Extensions
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org - Target Management providerName=Eclipse CDT
# "updateSiteName" property - label for the update site # "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.3 Updates updateSiteName=TM Terminal 4.3 Updates

View file

@ -20,7 +20,7 @@
featureName=TM Terminal Local Connector Extensions featureName=TM Terminal Local Connector Extensions
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org - Target Management providerName=Eclipse CDT
# "updateSiteName" property - label for the update site # "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.3 Updates updateSiteName=TM Terminal 4.3 Updates

View file

@ -17,7 +17,7 @@
featureName=TM Terminal via Remote API Connector Extensions featureName=TM Terminal via Remote API Connector Extensions
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org - Target Management providerName=Eclipse CDT
# "updateSiteName" property - label for the update site # "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.3 Updates updateSiteName=TM Terminal 4.3 Updates

View file

@ -20,7 +20,7 @@
featureName=TM Terminal SSH Connector Extensions featureName=TM Terminal SSH Connector Extensions
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org - Target Management providerName=Eclipse CDT
# "updateSiteName" property - label for the update site # "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.3 Updates updateSiteName=TM Terminal 4.3 Updates

View file

@ -20,7 +20,7 @@
featureName=TM Terminal Telnet Connector Extensions featureName=TM Terminal Telnet Connector Extensions
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org - Target Management providerName=Eclipse CDT
# "updateSiteName" property - label for the update site # "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.3 Updates updateSiteName=TM Terminal 4.3 Updates

View file

@ -20,7 +20,7 @@
featureName=TM Terminal Control featureName=TM Terminal Control
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org - Target Management providerName=Eclipse CDT
# "updateSiteName" property - label for the update site # "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.4 Updates updateSiteName=TM Terminal 4.4 Updates

View file

@ -19,7 +19,7 @@
featureName=TM Terminal featureName=TM Terminal
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org - Target Management providerName=Eclipse CDT
# "updateSiteName" property - label for the update site # "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.4 Updates updateSiteName=TM Terminal 4.4 Updates

View file

@ -19,7 +19,7 @@
featureName=Terminal (Console) View featureName=Terminal (Console) View
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org - Target Management providerName=Eclipse CDT
# "updateSiteName" property - label for the update site # "updateSiteName" property - label for the update site
updateSiteName=TM Terminal 4.3 Updates updateSiteName=TM Terminal 4.3 Updates

View file

@ -11,7 +11,7 @@
################################################################################## ##################################################################################
pluginName = Terminal Serial Connector pluginName = Terminal Serial Connector
providerName = Eclipse.org - Target Management providerName = Eclipse CDT
# ----- Terminal Launcher Delegates ----- # ----- Terminal Launcher Delegates -----

View file

@ -11,7 +11,7 @@
################################################################################## ##################################################################################
pluginName = Terminal Local Connector pluginName = Terminal Local Connector
providerName = Eclipse.org - Target Management providerName = Eclipse CDT
# ----- Commands and Menu contributions ----- # ----- Commands and Menu contributions -----
LocalLauncherDelegate.label=Local Terminal LocalLauncherDelegate.label=Local Terminal

View file

@ -11,7 +11,7 @@
################################################################################## ##################################################################################
pluginName = Terminal Process Connector pluginName = Terminal Process Connector
providerName = Eclipse.org - Target Management providerName = Eclipse CDT
# ----- Terminal Connectors ----- # ----- Terminal Connectors -----

View file

@ -8,6 +8,6 @@
# SPDX-License-Identifier: EPL-2.0 # SPDX-License-Identifier: EPL-2.0
############################################################################### ###############################################################################
pluginName = Terminal via Remote API Connector pluginName = Terminal via Remote API Connector
providerName = Eclipse.org - Target Management providerName = Eclipse CDT
connectionName = Remote Services connectionName = Remote Services
RemoteTerminalPage.name = Remote Terminal RemoteTerminalPage.name = Remote Terminal

View file

@ -11,7 +11,7 @@
################################################################################## ##################################################################################
pluginName = Terminal SSH Connector pluginName = Terminal SSH Connector
providerName = Eclipse.org - Target Management providerName = Eclipse CDT
# ----- Terminal Connector ----- # ----- Terminal Connector -----

View file

@ -11,7 +11,7 @@
################################################################################## ##################################################################################
pluginName = Terminal Telnet Connector pluginName = Terminal Telnet Connector
providerName = Eclipse.org - Target Management providerName = Eclipse CDT
# ----- Terminal Connector ----- # ----- Terminal Connector -----

View file

@ -21,7 +21,7 @@
# NLS_MESSAGEFORMAT_NONE # NLS_MESSAGEFORMAT_NONE
pluginName = Terminal Control (Embeddable Widget) pluginName = Terminal Control (Embeddable Widget)
providerName = Eclipse.org - Target Management providerName = Eclipse CDT
terminal.context.name.edit=Terminal Control in Focus terminal.context.name.edit=Terminal Control in Focus
terminal.context.description.edit=Show modified keyboard shortcuts in context menu terminal.context.description.edit=Show modified keyboard shortcuts in context menu

View file

@ -16,4 +16,4 @@
# Michael Scharf (Wind River) - initial API and implementation # Michael Scharf (Wind River) - initial API and implementation
############################################################################### ###############################################################################
pluginName = Target Management Terminal Tests pluginName = Target Management Terminal Tests
providerName = Eclipse.org - Target Management providerName = Eclipse CDT

View file

@ -11,6 +11,6 @@
################################################################################## ##################################################################################
pluginName = Terminal View Core pluginName = Terminal View Core
providerName = Eclipse.org - Target Management providerName = Eclipse CDT
ExtensionPoint.contextPropertiesProviders = Terminal Context Properties Providers ExtensionPoint.contextPropertiesProviders = Terminal Context Properties Providers

View file

@ -11,7 +11,7 @@
################################################################################## ##################################################################################
pluginName = Terminal View pluginName = Terminal View
providerName = Eclipse.org - Target Management providerName = Eclipse CDT
# ----- Terminal View ----- # ----- Terminal View -----