Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 0763848927016e2a9ed8340182c4f0ad42d6081c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
	
<!--
 =============================================================================  
 Define Subsection Table of Contents
 ============================================================================= 
--> 
	
	<extension point="org.eclipse.help.toc">
		<toc file="topicsEnv_Reference.xml"/>
		<toc file="envjavadoctoc.xml"/>
		<toc file="topics_ExtPoint_Reference.xml"/>
	</extension>
</plugin>

Back to the top