Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5029faacbf142bfed7deb19634e08a7704ebaac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
	<extension
	         id="org.eclipse.osee.framework.dev.help.ui.docs"
	         name="OSEE Developers' Help"
	         point="org.eclipse.help.toc">
	      <toc
	            file="toc.xml"
	            primary="true">
	      </toc>
	</extension>
</plugin>

Back to the top