From 399b99b3549180c2cc245678ba0fb4f056c85b5a Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Thu, 6 Mar 2014 17:54:58 -0500 Subject: [PATCH] gdbtrace: Use original trace type id This also fixes the selectexecutable command not being visible. Change-Id: Ic8997e996ff90d12b2298073fe6503d278519611 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/23017 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann IP-Clean: Bernd Hufmann Tested-by: Bernd Hufmann --- org.eclipse.linuxtools.gdbtrace.core/plugin.xml | 2 +- org.eclipse.linuxtools.gdbtrace.ui/plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.linuxtools.gdbtrace.core/plugin.xml b/org.eclipse.linuxtools.gdbtrace.core/plugin.xml index 06b4921349..59eb10d6e2 100644 --- a/org.eclipse.linuxtools.gdbtrace.core/plugin.xml +++ b/org.eclipse.linuxtools.gdbtrace.core/plugin.xml @@ -10,7 +10,7 @@ diff --git a/org.eclipse.linuxtools.gdbtrace.ui/plugin.xml b/org.eclipse.linuxtools.gdbtrace.ui/plugin.xml index b6613ea625..a81a262307 100644 --- a/org.eclipse.linuxtools.gdbtrace.ui/plugin.xml +++ b/org.eclipse.linuxtools.gdbtrace.ui/plugin.xml @@ -88,7 +88,7 @@ point="org.eclipse.linuxtools.tmf.ui.tracetypeui"> + tracetype="org.eclipse.linuxtools.gdbtrace.ui.type.gdb"> -- 2.34.1