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

   <extension point="org.eclipse.help.toc">
   	  <toc file="toc.xml" primary="true" category="DSDP.TM"/>
   	  <index path="index/"/>
   </extension>

</plugin>

Back to the top