File: plugin.xml

package info (click to toggle)
eclipse-tracecompass 6.2.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 77,440 kB
  • sloc: java: 316,465; xml: 99,829; perl: 400; sh: 353; makefile: 43; javascript: 29; python: 18
file content (13 lines) | stat: -rw-r--r-- 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<!-- This part should be in a documentation plugin -->
<!-- Configure the help contribution for this plugin -->
   <extension point="org.eclipse.help.toc">
      <toc
            file="doc/Developer-Guide-toc.xml"
            primary="true" />
      <index
            path="index/">
      </index>
   </extension>
</plugin>