File: plugin.xml

package info (click to toggle)
eclipse-linuxtools 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 75,416 kB
  • ctags: 41,034
  • sloc: java: 262,051; xml: 34,770; ansic: 15,458; cpp: 326; sh: 261; makefile: 60
file content (20 lines) | stat: -rw-r--r-- 690 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.linuxtools.tmf.core.tracetype">
      <category
            id="org.eclipse.linuxtools.tmf.ctf.core.category.ctf"
            name="%tracetype.category.ctf">
      </category>
      <type
            category="org.eclipse.linuxtools.tmf.ctf.core.category.ctf"
            event_type="org.eclipse.linuxtools.tmf.ctf.core.CtfTmfEvent"
            id="org.eclipse.linuxtools.tmf.ui.type.ctf"
            isDirectory="true"
            name="%tracetype.type.ctf"
            trace_type="org.eclipse.linuxtools.tmf.ctf.core.CtfTmfTrace">
      </type>
   </extension>

</plugin>