File: plugin.xml

package info (click to toggle)
eclipse-eclox 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,112 kB
  • ctags: 1,039
  • sloc: java: 5,565; xml: 190; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension
         point="org.eclipse.help.toc">
      <toc
            extradir="html"
            file="toc.xml"
            primary="true"/>
   </extension>

</plugin>