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/21106
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
diff --git a/cross/org.eclipse.cdt.launch.remote/plugin.properties b/cross/org.eclipse.cdt.launch.remote/plugin.properties
index a6eea12..7e5674e 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
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties
index 3b989bd..9928828 100644
--- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties
@@ -15,7 +15,7 @@
 
 JTagDevice.name=JTAG Device
 
-launchDelegate.jtag.name=Standard GDB Hardware Debugging
-launchDelegate.jtag.description=Jtag hardware debugging using the standard debugger Framework (CDI).
+launchDelegate.jtag.name=Legacy GDB Hardware Debugging
+launchDelegate.jtag.description=Jtag hardware debugging using the legacy debugger Framework (CDI).
 launchDelegate.jtagDsf.name=GDB (DSF) Hardware Debugging
 launchDelegate.jtagDsf.description=Jtag hardware debugging using the Debugger Services Framework (DSF).
diff --git a/launch/org.eclipse.cdt.launch/plugin.properties b/launch/org.eclipse.cdt.launch/plugin.properties
index a663ffc..2446146 100644
--- a/launch/org.eclipse.cdt.launch/plugin.properties
+++ b/launch/org.eclipse.cdt.launch/plugin.properties
@@ -12,12 +12,12 @@
 pluginName=C/C++ Development Tools Launching Support
 providerName=Eclipse CDT
 
-LocalCDTLaunch.name=Standard Create Process
-LocalCDTLaunch.description=Start new application optionally under control of the standard debugger.
-LocalAttachCDTLaunch.name=Standard Attach to Process
-LocalAttachCDTLaunch.description=Attach standard debugger to a running program using.
-CoreFileCDTLaunch.name=Standard Postmortem Debugger
-CoreFileCDTLaunch.description=Load an application dump into the standard debugger.
+LocalCDTLaunch.name=Legacy Create Process
+LocalCDTLaunch.description=Start new application optionally under control of the legacy debugger.
+LocalAttachCDTLaunch.name=Legacy Attach to Process
+LocalAttachCDTLaunch.description=Attach legacy debugger to a running program.
+CoreFileCDTLaunch.name=Legacy Postmortem Debugger
+CoreFileCDTLaunch.description=Load an application dump into the legacy debugger.
 LaunchGroup.name=Launch Group
 LaunchGroup.description=Launch several other configurations sequentially
 
diff --git a/testsrunner/org.eclipse.cdt.testsrunner/plugin.properties b/testsrunner/org.eclipse.cdt.testsrunner/plugin.properties
index d968486..d35b8a7 100644
--- a/testsrunner/org.eclipse.cdt.testsrunner/plugin.properties
+++ b/testsrunner/org.eclipse.cdt.testsrunner/plugin.properties
@@ -24,7 +24,7 @@
 
 CPPUnitLaunchConfigurationType.name=C/C++ Unit
 
-CPPUnitLaunch.name=Standard C/C++ Tests Launcher
-CPPUnitLaunch.description=Run C/C++ tests optionally under control of the standard debugger.
+CPPUnitLaunch.name=Legacy C/C++ Tests Launcher
+CPPUnitLaunch.description=Run C/C++ tests optionally under control of the legacy debugger.
 CPPUnitLaunchDSF.name=GDB (DSF) C/C++ Tests Launcher
 CPPUnitLaunchDSF.description=Run C/C++ Tests under control of GDB debugger integrated using the Debugger Services Framework (DSF).