Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.properties b/launch/org.eclipse.cdt.launch/plugin.properties
index 3aa3a94ddbf..44b86366c8c 100644
--- a/launch/org.eclipse.cdt.launch/plugin.properties
+++ b/launch/org.eclipse.cdt.launch/plugin.properties
@@ -14,8 +14,8 @@ providerName=Eclipse CDT
LocalCDTLaunch.name=Run Process
LocalCDTLaunch.description=Execute the specified process
-LaunchGroup.name=Launch Group
-LaunchGroup.description=Launch several other configurations sequentially
+LaunchGroup.name=Launch Group (Deprecated)
+LaunchGroup.description=This version of Launch Group is now deprecated, a newer and better one is now available as part of the Eclipse Platform.
MainLaunchTab.name=Main
ArgumentsLaunchTab.name=Arguments

Back to the top