Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2fba0cfd74f3e5cfbb20a46d08f38dc21898344c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.help.toc">
      <toc
            file="resources/viewpoints-toc.xml"
            primary="false">
      </toc>
   </extension>

</plugin>

Back to the top