Commit | Line | Data |
---|---|---|
ff71e543 MK |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <?eclipse version="3.4"?> | |
3 | <plugin> | |
4 | <extension | |
5 | point="org.eclipse.linuxtools.tmf.ui.tracetypeui"> | |
6 | <type | |
7 | icon="icons/btf.png" | |
8 | tracetype="org.eclipse.linuxtools.btf.trace"> | |
ff71e543 MK |
9 | </type> |
10 | </extension> | |
df854ddb PT |
11 | <extension |
12 | point="org.eclipse.core.runtime.adapters"> | |
13 | <factory | |
14 | adaptableType="org.eclipse.tracecompass.btf.core.event.BtfEvent" | |
15 | class="org.eclipse.tracecompass.btf.ui.BtfEventAdapterFactory"> | |
16 | <adapter | |
17 | type="org.eclipse.ui.views.properties.IPropertySource"> | |
18 | </adapter> | |
19 | </factory> | |
20 | </extension> | |
ff71e543 | 21 | </plugin> |