Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e2bf1aa6f49258b45561aef27526dd3f1b1c3aed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>

   <extension
         point="org.eclipse.help.toc">
      <toc
            file="userguide/Introduction-toc.xml"
            primary="true">
      </toc>
      <index
            path="index">
      </index>
   </extension>

</plugin>

Back to the top