tmf: Move the tmftracetype extension point to tmf.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ust.core / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension
5 point="org.eclipse.linuxtools.tmf.core.tracetype">
6 <type
7 category="org.eclipse.linuxtools.tmf.core.category.ctf"
8 event_type="org.eclipse.linuxtools.tmf.core.ctfadaptor.CtfTmfEvent"
9 id="org.eclipse.linuxtools.lttng2.ust.tracetype"
10 isDirectory="true"
11 name="%tracetype.type.ust"
12 trace_type="org.eclipse.linuxtools.lttng2.ust.core.trace.LttngUstTrace">
13 </type>
14 </extension>
15
16 </plugin>
This page took 0.032648 seconds and 6 git commands to generate.