btf: Move the plugins to their own sub-directory
[deliverable/tracecompass.git] / btf / org.eclipse.tracecompass.btf.ui / 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.ui.tracetypeui">
6 <type
7 icon="icons/btf.png"
8 tracetype="org.eclipse.linuxtools.btf.trace">
9 </type>
10 </extension>
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>
21 </plugin>
This page took 0.043282 seconds and 5 git commands to generate.