Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 21481e1702b94dae47b7383b15a97c89f3dca885 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
   <extension
         point="org.eclipse.help.toc">
      <toc
            file="toc.xml"
            primary="true"/>
      <index path="index"/>
   </extension>

</plugin>

Back to the top