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

</plugin>

Back to the top