Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2014-01-26 15:33:08 +0000
committerMarc Khouzam2014-01-27 20:42:30 +0000
commit8d09935cafd0ff550a72aa525b20eb7a6406bad3 (patch)
treea57bbfe2312ad68fa59e2c519ad81c0894cc3677 /testsrunner
parent57b53b0e85fdc780c29010777a57da697f70db96 (diff)
downloadorg.eclipse.cdt-8d09935cafd0ff550a72aa525b20eb7a6406bad3.tar.gz
org.eclipse.cdt-8d09935cafd0ff550a72aa525b20eb7a6406bad3.tar.xz
org.eclipse.cdt-8d09935cafd0ff550a72aa525b20eb7a6406bad3.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/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>
Diffstat (limited to 'testsrunner')
-rw-r--r--testsrunner/org.eclipse.cdt.testsrunner/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsrunner/org.eclipse.cdt.testsrunner/plugin.properties b/testsrunner/org.eclipse.cdt.testsrunner/plugin.properties
index d968486593f..d35b8a72e0c 100644
--- a/testsrunner/org.eclipse.cdt.testsrunner/plugin.properties
+++ b/testsrunner/org.eclipse.cdt.testsrunner/plugin.properties
@@ -24,7 +24,7 @@ ResultsView.name=C/C++ Unit
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).

Back to the top