From 331ff203d663eab8594b9af95eb3dcb0ac8c1c1c Mon Sep 17 00:00:00 2001 From: Jesse Weinstein Date: Fri, 13 Sep 2013 13:01:51 -0400 Subject: [PATCH] Alphabetize the modes; to be in line with the restrictions added in bug 417138 Change-Id: I35d8943e04acd90f4fba474f79a863c5986e0e05 Signed-off-by: Jesse Weinstein Reviewed-on: https://git.eclipse.org/r/16419 Reviewed-by: Mikhail Khodjaiants Tested-by: Mikhail Khodjaiants Reviewed-by: Sergey Prigogin IP-Clean: Sergey Prigogin Tested-by: Sergey Prigogin --- debug/org.eclipse.cdt.debug.mi.core/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 debug/org.eclipse.cdt.debug.mi.core/plugin.xml diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml old mode 100644 new mode 100755 index 1a1c48a61f5..9dc2698c11e --- a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml +++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml @@ -9,7 +9,7 @@ class="org.eclipse.cdt.debug.mi.core.GDBCDIDebugger2" cpu="native" id="org.eclipse.cdt.debug.mi.core.CDebuggerNew" - modes="run,core,attach" + modes="attach,core,run" name="%GDBMIDebugger.name" platform="*">