From 9f533073642d0049e2d5b70c28b767c8cdf62cc4 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 15 Dec 2006 10:40:07 +0000 Subject: [PATCH] Fix branding plugin bundle name vs. feature name (workaround platform bug [168188]) --- releng/org.eclipse.rse.build/template/index.php | 2 +- .../org.eclipse.rse.doc.user/gettingstarted/g2firststeps.html | 2 +- rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html | 2 +- rse/examples/org.eclipse.rse.remotecdt/about.properties | 2 +- rse/examples/org.eclipse.rse.remotecdt/plugin.properties | 2 +- .../org.eclipse.rse.dstore-feature/feature.properties | 2 +- .../sourceTemplateFeature/feature.properties | 2 +- .../sourceTemplatePlugin/plugin.properties | 2 +- rse/features/org.eclipse.rse.ftp-feature/feature.properties | 2 +- .../sourceTemplateFeature/feature.properties | 2 +- .../sourceTemplatePlugin/plugin.properties | 2 +- rse/features/org.eclipse.rse.local-feature/feature.properties | 2 +- .../sourceTemplateFeature/feature.properties | 2 +- .../sourceTemplatePlugin/plugin.properties | 2 +- .../org.eclipse.rse.remotecdt-feature/feature.properties | 4 ++-- .../sourceTemplateFeature/feature.properties | 4 ++-- .../sourceTemplatePlugin/about.properties | 2 +- .../sourceTemplatePlugin/plugin.properties | 2 +- rse/features/org.eclipse.rse.ssh-feature/feature.properties | 2 +- .../sourceTemplateFeature/feature.properties | 2 +- .../sourceTemplatePlugin/plugin.properties | 2 +- rse/plugins/org.eclipse.dstore.core/plugin.properties | 2 +- .../src/org/eclipse/dstore/core/server/ServerReturnCodes.java | 2 +- rse/plugins/org.eclipse.dstore.extra/plugin.properties | 2 +- .../org.eclipse.rse.connectorservice.dstore/plugin.properties | 2 +- rse/plugins/org.eclipse.rse.dstore.security/plugin.properties | 2 +- .../org.eclipse.rse.services.files.ftp/plugin.properties | 2 +- .../org.eclipse.rse.subsystems.files.dstore/plugin.properties | 2 +- .../plugin.properties | 2 +- .../plugin.properties | 2 +- 30 files changed, 32 insertions(+), 32 deletions(-) diff --git a/releng/org.eclipse.rse.build/template/index.php b/releng/org.eclipse.rse.build/template/index.php index c053f048aa5..2f7d1d7c045 100755 --- a/releng/org.eclipse.rse.build/template/index.php +++ b/releng/org.eclipse.rse.build/template/index.php @@ -95,7 +95,7 @@ + DStore Server Runtime
- Dstore Server Runtime
diff --git a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g2firststeps.html b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g2firststeps.html index 031a14bcb6b..a84c56d59d8 100644 --- a/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g2firststeps.html +++ b/rse/doc/org.eclipse.rse.doc.user/gettingstarted/g2firststeps.html @@ -35,7 +35,7 @@ For operations on an actual remote system, you can either

RSE is a framework that supports plugging in many different communication protocols. By default, the dstore, FTP and ssh protocol plug-ins are provided, with dstore being the richest in features.
-Dstore requires a server to run on the remote system. There are several methods to +DStore requires a server to run on the remote system. There are several methods to get a server launched for a particular user, the most easy one to set up is the daemon method.

diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html index 26551230a0c..0de8fba2812 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html @@ -118,7 +118,7 @@ to the bottom of the /etc/rc.d/rc.local file:
cd /opt/rseserver
 perl ./daemon.pl &

SSL Encryption and Firewalls

-
By default the RSE Dstore connection is unencrypted. You +
By default the RSE DStore connection is unencrypted. You can, however, configure it to use SSL encryption.

Because all dstore data transfer is done through a single TCP/IP connection, the connection can also be tunneled through an ssh channel. diff --git a/rse/examples/org.eclipse.rse.remotecdt/about.properties b/rse/examples/org.eclipse.rse.remotecdt/about.properties index 52290caf9a0..203b2fb10bf 100644 --- a/rse/examples/org.eclipse.rse.remotecdt/about.properties +++ b/rse/examples/org.eclipse.rse.remotecdt/about.properties @@ -16,7 +16,7 @@ # # Do not translate any values surrounded by {} -blurb=Remote System Explorer CDT Remote Launch Integration\n\ +blurb=Remote System Explorer CDT Remote Launcher\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ diff --git a/rse/examples/org.eclipse.rse.remotecdt/plugin.properties b/rse/examples/org.eclipse.rse.remotecdt/plugin.properties index 869fca42015..6b358b8aea9 100644 --- a/rse/examples/org.eclipse.rse.remotecdt/plugin.properties +++ b/rse/examples/org.eclipse.rse.remotecdt/plugin.properties @@ -9,5 +9,5 @@ # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName = RSE CDT Remote Launch Integration +pluginName = RSE CDT Remote Launcher providerName = Eclipse.org diff --git a/rse/features/org.eclipse.rse.dstore-feature/feature.properties b/rse/features/org.eclipse.rse.dstore-feature/feature.properties index 0812a6b76a0..5668a9fb16c 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/feature.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Remote System Explorer DataStore Services +featureName=RSE DStore Services # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplateFeature/feature.properties index 1a5d48f78fb..6477046e39e 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplateFeature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Remote System Explorer DStore Source +featureName=RSE DStore Services Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties index fd058c7f70e..51ab5d7a0f5 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE Dstore Support Source +pluginName=RSE DStore Services Source providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.ftp-feature/feature.properties b/rse/features/org.eclipse.rse.ftp-feature/feature.properties index f3494769bb3..32757fed622 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/feature.properties +++ b/rse/features/org.eclipse.rse.ftp-feature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Remote System Explorer FTP Services +featureName=RSE FTP Services # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.properties index f5173e45c94..bdf51122b71 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplateFeature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Remote System Explorer FTP Services Source +featureName=RSE FTP Services Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties index 1fdc5a91f4c..f94d068fcca 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE FTP Support Source +pluginName=RSE FTP Services Source providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.local-feature/feature.properties b/rse/features/org.eclipse.rse.local-feature/feature.properties index 9cdb402878a..e38c494ab6e 100644 --- a/rse/features/org.eclipse.rse.local-feature/feature.properties +++ b/rse/features/org.eclipse.rse.local-feature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Remote System Explorer Local Services +featureName=RSE Local Services # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.local-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.local-feature/sourceTemplateFeature/feature.properties index d51b4adda1e..e31df7cb044 100644 --- a/rse/features/org.eclipse.rse.local-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.local-feature/sourceTemplateFeature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Remote System Explorer Local Services Source +featureName=RSE Local Services Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties index a385a55a028..e8775977730 100644 --- a/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE Local Support Source +pluginName=RSE Local Services Source providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties b/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties index 3eb7437b2eb..3782a6ff99f 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=RSE CDT Remote Launch Integration +featureName=RSE CDT Remote Launcher # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -25,7 +25,7 @@ updateSiteName=Target Management Project Updates testUpdateSiteName=Target Management Project Pre-release Test Updates # "description" property - description of the feature -description=The RSE CDT Remote Launch Integration provides a Launch Configuration \ +description=A Launch Configuration \ for debugging C/C++ programs on a remote host through RSE-provided shell and file \ services, and gdbserver. diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties index 2a80a3b0592..e2db97ba996 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=RSE CDT Remote Launch Integration Source +featureName=RSE CDT Remote Launcher Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org @@ -24,7 +24,7 @@ providerName=Eclipse.org updateSiteName=Target Management Project Updates # "description" property - description of the feature -description=The RSE CDT Remote Launch Integration provides a Launch Configuration \ +description=A Launch Configuration \ for debugging C/C++ programs on a remote host through RSE-provided shell and file \ services, and gdbserver. diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties index d1fd4c1239d..4ec88065c5e 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties @@ -16,7 +16,7 @@ # # Do not translate any values surrounded by {} -blurb=Remote System Explorer CDT Remote Launch Integration Source\n\ +blurb=Remote System Explorer CDT Remote Launcher Source\n\ \n\ Version: {featureVersion}\n\ Build id: {0}\n\ diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/plugin.properties index aa82794a042..7a55ddddc50 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # Martin Oberhuber - initial API and implementation ################################################################################ -pluginName=RSE CDT Remote Launch Integration Source +pluginName=RSE CDT Remote Launcher Source providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.ssh-feature/feature.properties b/rse/features/org.eclipse.rse.ssh-feature/feature.properties index fc755dcb166..7174d09821f 100644 --- a/rse/features/org.eclipse.rse.ssh-feature/feature.properties +++ b/rse/features/org.eclipse.rse.ssh-feature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Remote System Explorer SSH Services +featureName=RSE SSH Services # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.ssh-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.ssh-feature/sourceTemplateFeature/feature.properties index 2b9dd09e82c..638d573ac36 100644 --- a/rse/features/org.eclipse.rse.ssh-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.ssh-feature/sourceTemplateFeature/feature.properties @@ -15,7 +15,7 @@ # This file should be translated. # "featureName" property - name of the feature -featureName=Remote System Explorer SSH Services Source +featureName=RSE SSH Services Source # "providerName" property - name of the company that provides the feature providerName=Eclipse.org diff --git a/rse/features/org.eclipse.rse.ssh-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.ssh-feature/sourceTemplatePlugin/plugin.properties index 57f125aecaf..df29b11e247 100644 --- a/rse/features/org.eclipse.rse.ssh-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.ssh-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE SSH Support Source +pluginName=RSE SSH Services Source providerName=Eclipse.org diff --git a/rse/plugins/org.eclipse.dstore.core/plugin.properties b/rse/plugins/org.eclipse.dstore.core/plugin.properties index 67dd95a23a0..049d2e16cc2 100644 --- a/rse/plugins/org.eclipse.dstore.core/plugin.properties +++ b/rse/plugins/org.eclipse.dstore.core/plugin.properties @@ -9,5 +9,5 @@ # IBM Corporation - initial API and implementation ############################################################################### -pluginName = RSE Dstore Core +pluginName = RSE DStore Core providerName = Eclipse.org \ No newline at end of file diff --git a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ServerReturnCodes.java b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ServerReturnCodes.java index 854928732cb..7469358360f 100644 --- a/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ServerReturnCodes.java +++ b/rse/plugins/org.eclipse.dstore.core/src/org/eclipse/dstore/core/server/ServerReturnCodes.java @@ -22,7 +22,7 @@ package org.eclipse.dstore.core.server; */ public class ServerReturnCodes { - public static final String RC_DSTORE_SERVER_MAGIC = "Dstore Server Starting..."; //$NON-NLS-1$ + public static final String RC_DSTORE_SERVER_MAGIC = "DStore Server Starting..."; //$NON-NLS-1$ public static final String RC_SUCCESS = "Server Started Successfully"; //$NON-NLS-1$ diff --git a/rse/plugins/org.eclipse.dstore.extra/plugin.properties b/rse/plugins/org.eclipse.dstore.extra/plugin.properties index f6e5eb5fb4f..b2c5f185a27 100644 --- a/rse/plugins/org.eclipse.dstore.extra/plugin.properties +++ b/rse/plugins/org.eclipse.dstore.extra/plugin.properties @@ -9,5 +9,5 @@ # IBM Corporation - initial API and implementation ############################################################################### -pluginName = RSE Dstore Platform Support +pluginName = RSE DStore Platform Support providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.connectorservice.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.connectorservice.dstore/plugin.properties index 55eaf7f23f3..1f5a832d929 100644 --- a/rse/plugins/org.eclipse.rse.connectorservice.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.connectorservice.dstore/plugin.properties @@ -9,5 +9,5 @@ # IBM Corporation - initial API and implementation ############################################################################### -pluginName = RSE Dstore Connector Service +pluginName = RSE DStore Connector Service providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.dstore.security/plugin.properties b/rse/plugins/org.eclipse.rse.dstore.security/plugin.properties index 77f42a50969..887a5427b83 100644 --- a/rse/plugins/org.eclipse.rse.dstore.security/plugin.properties +++ b/rse/plugins/org.eclipse.rse.dstore.security/plugin.properties @@ -16,7 +16,7 @@ # NLS_MESSAGEFORMAT_VAR -pluginName = RSE Dstore SSL Support +pluginName = RSE DStore SSL Support providerName = Eclipse.org KeystoreProviderName = Universal Keystore Provider diff --git a/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties b/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties index 3697ec741cd..891595027c7 100644 --- a/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services.files.ftp/plugin.properties @@ -9,5 +9,5 @@ # IBM Corporation - initial API and implementation ############################################################################### -pluginName = RSE FTP services +pluginName = RSE FTP Services providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.properties index bd8758576f3..2be25086022 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.files.dstore/plugin.properties @@ -14,7 +14,7 @@ # {Name} (company) - description of contribution. ################################################################################ -pluginName = RSE Dstore Files +pluginName = RSE DStore Files providerName = Eclipse.org Files=Files diff --git a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.properties index 395447df1fc..421ef98777d 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.processes.dstore/plugin.properties @@ -14,7 +14,7 @@ # {Name} (company) - description of contribution. ################################################################################ -pluginName = RSE Dstore Processes +pluginName = RSE DStore Processes providerName = Eclipse.org Processes=Processes diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.properties index 80dcb160f38..525af9d8a95 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.dstore/plugin.properties @@ -14,7 +14,7 @@ # {Name} (company) - description of contribution. ################################################################################ -pluginName = RSE Dstore Shells +pluginName = RSE DStore Shells providerName = Eclipse.org Shells=Shells