From f9bdf28321e73b23261b956bcffa003af7faf0d4 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Sun, 26 Jan 2014 10:33:08 -0500 Subject: [PATCH] Bug 426586 - [launch] Rename launch delegates to be more descriptive to the user Change-Id: Icd070b655a707474f60438bb9c2217fd87e210ce Signed-off-by: Marc Khouzam Reviewed-on: https://git.eclipse.org/r/21109 --- .../org.eclipse.cdt.launch.remote/plugin.properties | 4 ++-- .../plugin.properties | 4 ++-- launch/org.eclipse.cdt.launch/plugin.properties | 12 ++++++------ .../org.eclipse.cdt.testsrunner/plugin.properties | 4 ++-- 4 files changed, 12 insertions(+), 12 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 diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties index 3b989bd5be3..992882878fd 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 @@ providerName=Eclipse CDT 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 a663ffcf727..24461462581 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 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).