Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/cross
diff options
context:
space:
mode:
authorVivian Kong2009-05-14 19:40:59 +0000
committerVivian Kong2009-05-14 19:40:59 +0000
commitb9a07ce680d604122dc8cdddcd2c88baa81e1ab0 (patch)
tree73bf796106e47be8a47d84448839dcecbb505dd4 /cross
parenta43ca2d347ffcd3fa4a93e30f18c00f645256099 (diff)
downloadorg.eclipse.cdt-b9a07ce680d604122dc8cdddcd2c88baa81e1ab0.tar.gz
org.eclipse.cdt-b9a07ce680d604122dc8cdddcd2c88baa81e1ab0.tar.xz
org.eclipse.cdt-b9a07ce680d604122dc8cdddcd2c88baa81e1ab0.zip
bug 276355 - Change the CDT remote, dsf-gdb and memory feature labels in order to better integrate with Galileo
Diffstat (limited to 'cross')
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/feature.properties4
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/sourceTemplateFeature/feature.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/cross/org.eclipse.cdt.launch.remote-feature/feature.properties b/cross/org.eclipse.cdt.launch.remote-feature/feature.properties
index 7f61e046a6c..e1485b7f269 100644
--- a/cross/org.eclipse.cdt.launch.remote-feature/feature.properties
+++ b/cross/org.eclipse.cdt.launch.remote-feature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=CDT RSE Remote Launch
+featureName=Eclipse C/C++ Remote Launch
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
@@ -24,7 +24,7 @@ providerName=Eclipse CDT
updateSiteName=Eclipse CDT Update Site
# "description" property - description of the feature
-description=Launch configuration for launching CDT projects using the Remote Systems Explorer subsystems.
+description=Launch configuration for running C/C++ executables on remote machines using the Remote System Explorer, and debugging through gdbserver.
# copyright
copyright=\
diff --git a/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplateFeature/feature.properties b/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplateFeature/feature.properties
index 7b79864dfef..04c4afe0bee 100644
--- a/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplateFeature/feature.properties
+++ b/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplateFeature/feature.properties
@@ -15,10 +15,10 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=CDT RSE Remote Launch Source
+featureName=Eclipse C/C++ Remote Launch Source
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse CDT
# "updateSiteName" property - label for the update site
updateSiteName=Eclipse CDT update site

Back to the top