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

Back to the top