Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4e48f3416ee64cef04237008677c8e39cd344b4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
	<extension point="org.eclipse.help.toc">
		<toc file="toc.xml" primary="true" />
	</extension>
	<extension point="org.eclipse.help.toc">
		<toc file="reference_toc.xml"/>
	</extension>
</plugin>

Back to the top