Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a24f4a9eb257c74c041a634f7af706962a536da3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?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="toc.xml"
            primary="true" />
   </extension>
</plugin>

Back to the top