1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-23 16:23:52 +02:00

Fix branding plugin bundle name vs. feature name (workaround platform bug [168188])

This commit is contained in:
Martin Oberhuber 2006-12-15 10:50:54 +00:00
parent 9f53307364
commit e114404ccb
4 changed files with 4 additions and 6 deletions

View file

@ -24,8 +24,7 @@ providerName=Eclipse.org
updateSiteName=Target Management Project Updates updateSiteName=Target Management Project Updates
# "description" property - description of the feature # "description" property - description of the feature
description=Remote System Explorer (RSE) DataStore is an extensible tooling\ description=RSE DStore is an extensible tooling communication layer.
communication layer.
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"
copyright=\ copyright=\

View file

@ -24,8 +24,7 @@ providerName=Eclipse.org
updateSiteName=Target Management Project Updates updateSiteName=Target Management Project Updates
# "description" property - description of the feature # "description" property - description of the feature
description=Remote System Explorer (RSE) DataStore is an extensible tooling\ description=RSE DStore is an extensible tooling communication layer.
communication layer.
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"
copyright=\ copyright=\

View file

@ -9,5 +9,5 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
pluginName = RSE Dstore Services pluginName = RSE DStore Services
providerName = Eclipse.org providerName = Eclipse.org

View file

@ -12,7 +12,7 @@
# Arguments: # Arguments:
# ARGV[0] is the port number for the daemon to listen on. Default is 4035. # 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 # installation supplied miner class files. The default is the working
# directory. # directory.
# #