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: 74cb222d2c472b62b90d3e45f35f713d0a8f54a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>

   <extension point="org.eclipse.help.toc">
      <toc file="topics_Reference.xml" />
	  <toc file="javadoctoc.xml"/>
	  <toc file="topics_ExtPoint_Reference.xml"/>      
   </extension>

</plugin>

Back to the top