From e114404ccbbdea773a0923d52f0a0688b4a30740 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Fri, 15 Dec 2006 10:50:54 +0000 Subject: [PATCH] Fix branding plugin bundle name vs. feature name (workaround platform bug [168188]) --- rse/features/org.eclipse.rse.dstore-feature/feature.properties | 3 +-- .../sourceTemplateFeature/feature.properties | 3 +-- rse/plugins/org.eclipse.rse.services.dstore/plugin.properties | 2 +- .../serverruntime/scripts/macosx/daemon.pl | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/rse/features/org.eclipse.rse.dstore-feature/feature.properties b/rse/features/org.eclipse.rse.dstore-feature/feature.properties index 5668a9fb16c..b9eba2ad79b 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/feature.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/feature.properties @@ -24,8 +24,7 @@ providerName=Eclipse.org updateSiteName=Target Management Project Updates # "description" property - description of the feature -description=Remote System Explorer (RSE) DataStore is an extensible tooling\ - communication layer. +description=RSE DStore is an extensible tooling communication layer. # "copyright" property - text of the "Feature Update Copyright" copyright=\ 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 6477046e39e..3f25b1b1069 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplateFeature/feature.properties @@ -24,8 +24,7 @@ providerName=Eclipse.org updateSiteName=Target Management Project Updates # "description" property - description of the feature -description=Remote System Explorer (RSE) DataStore is an extensible tooling\ - communication layer. +description=RSE DStore is an extensible tooling communication layer. # "copyright" property - text of the "Feature Update Copyright" copyright=\ diff --git a/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties b/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties index 9bd918a375d..4aa10441aa6 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties +++ b/rse/plugins/org.eclipse.rse.services.dstore/plugin.properties @@ -9,5 +9,5 @@ # IBM Corporation - initial API and implementation ############################################################################### -pluginName = RSE Dstore Services +pluginName = RSE DStore Services providerName = Eclipse.org diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/daemon.pl b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/daemon.pl index 568e665b0de..9bec4dfcb63 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/daemon.pl +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/macosx/daemon.pl @@ -12,7 +12,7 @@ # Arguments: # ARGV[0] is the port number for the daemon to listen on. Default is 4035. -# ARGV[1] is the directory that contains RSE Dstore server jar files and +# ARGV[1] is the directory that contains RSE DStore server jar files and # installation supplied miner class files. The default is the working # directory. #