Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2014-01-26 15:33:08 +0000
committerMarc Khouzam2014-01-27 20:43:32 +0000
commitf9bdf28321e73b23261b956bcffa003af7faf0d4 (patch)
treec2b7e517ae3aa983a7fd144ac1acbb91eb47eaad /cross/org.eclipse.cdt.launch.remote/plugin.properties
parent6de9f5288e678d920bb16386ecd81f2835734ac0 (diff)
downloadorg.eclipse.cdt-f9bdf28321e73b23261b956bcffa003af7faf0d4.tar.gz
org.eclipse.cdt-f9bdf28321e73b23261b956bcffa003af7faf0d4.tar.xz
org.eclipse.cdt-f9bdf28321e73b23261b956bcffa003af7faf0d4.zip
Bug 426586 - [launch] Rename launch delegates to be more descriptive to
the user Change-Id: Icd070b655a707474f60438bb9c2217fd87e210ce Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/21109
Diffstat (limited to 'cross/org.eclipse.cdt.launch.remote/plugin.properties')
-rw-r--r--cross/org.eclipse.cdt.launch.remote/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/org.eclipse.cdt.launch.remote/plugin.properties b/cross/org.eclipse.cdt.launch.remote/plugin.properties
index a6eea126600..7e5674e4bdc 100644
--- a/cross/org.eclipse.cdt.launch.remote/plugin.properties
+++ b/cross/org.eclipse.cdt.launch.remote/plugin.properties
@@ -13,7 +13,7 @@
pluginName=C/C++ Remote Debug Launcher
providerName=Eclipse CDT
-cdiLaunchDelegate.name = Standard Remote Create Process
-cdiLaunchDelegate.description = Automatically start and optionally debug a new application on a remote system under control of the standard debugger.
+cdiLaunchDelegate.name = Legacy Remote Create Process
+cdiLaunchDelegate.description = Automatically start and optionally debug a new application on a remote system under control of the legacy debugger.
dsfLaunchDelegate.name = GDB (DSF) Automatic Remote Debugging
dsfLaunchDelegate.description = Automatically start and debug a new application on a remote system under control of GDB debugger integrated using the Debugger Services Framework (DSF). \ No newline at end of file

Back to the top