gdbtrace: Use original trace type id
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 6 Mar 2014 22:54:58 +0000 (17:54 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 7 Mar 2014 14:54:19 +0000 (09:54 -0500)
This also fixes the selectexecutable command not being visible.

Change-Id: Ic8997e996ff90d12b2298073fe6503d278519611
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/23017
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.gdbtrace.core/plugin.xml
org.eclipse.linuxtools.gdbtrace.ui/plugin.xml

index 06b4921349e5826238fcaf1eb2c5c9474020fe08..59eb10d6e2e09e3514d25702339065bb22c2fd6e 100644 (file)
@@ -10,7 +10,7 @@
       <type
             category="org.eclipse.linuxtools.gdbtrace.core.category"
             event_type="org.eclipse.linuxtools.internal.gdbtrace.core.event.GdbTraceEvent"
-            id="org.eclipse.linuxtools.gdbtrace.core.type.gdb"
+            id="org.eclipse.linuxtools.gdbtrace.ui.type.gdb"
             name="GDB Trace"
             trace_type="org.eclipse.linuxtools.internal.gdbtrace.core.trace.GdbTrace">
       </type>
index b6613ea6250611af4eceddd30ac9a5ff5011055c..a81a2623074296ca9f01d8beece1131dd23d6c9d 100644 (file)
@@ -88,7 +88,7 @@
          point="org.eclipse.linuxtools.tmf.ui.tracetypeui">
       <type
             icon="icons/obj16/gdb_icon16.png"
-            tracetype="org.eclipse.linuxtools.gdbtrace.core.type.gdb">
+            tracetype="org.eclipse.linuxtools.gdbtrace.ui.type.gdb">
          <eventsTableType
                class="org.eclipse.linuxtools.internal.gdbtrace.ui.views.events.GdbEventsTable">
          </eventsTableType>
This page took 0.031748 seconds and 5 git commands to generate.