Commit | Line | Data |
---|---|---|
91e7f946 AM |
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.tests.category" | |
9722e5d7 | 8 | event_type="org.eclipse.tracecompass.tmf.ctf.core.event.CtfTmfEvent" |
91e7f946 AM |
9 | id="org.eclipse.linuxtools.tmf.ctf.core.tests.ctf.tracetype" |
10 | isDirectory="true" | |
11 | name="CTF Test Trace" | |
2bdf0193 | 12 | trace_type="org.eclipse.tracecompass.tmf.ctf.core.tests.stubs.CtfTmfTraceStub"> |
91e7f946 AM |
13 | </type> |
14 | </extension> | |
15 | ||
16 | </plugin> |