rcp: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ctf.core / plugin.xml
CommitLineData
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 <category
7 id="org.eclipse.linuxtools.tmf.ctf.core.category.ctf"
8 name="%tracetype.category.ctf">
9 </category>
10 <type
11 category="org.eclipse.linuxtools.tmf.ctf.core.category.ctf"
9722e5d7 12 event_type="org.eclipse.tracecompass.tmf.ctf.core.event.CtfTmfEvent"
91e7f946 13 id="org.eclipse.linuxtools.tmf.ui.type.ctf"
47676486 14 isDirectory="true"
91e7f946 15 name="%tracetype.type.ctf"
9722e5d7 16 trace_type="org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace">
91e7f946
AM
17 </type>
18 </extension>
19
20</plugin>
This page took 0.070285 seconds and 5 git commands to generate.