Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c3d81ff54f4dff55537f8dfad2cb39068ee34254 (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
            category="org.eclipse.papyrus"
            file="toc.xml"
            primary="true">
      </toc>
   </extension>
</plugin>

Back to the top