blob: ff0a70266b71bda8136b0773f98ad7a1058b1f78 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<!--
=============================================================================
Small library containing a live help action used in doc
=============================================================================
-->
<!-- Left from org.eclipse.platform.isv.doc
-->
<!--
=============================================================================
Define Primary Table of Contents
=============================================================================
-->
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true">
</toc>
</extension>
<!--
=============================================================================
Define Subsection Table of Contents
=============================================================================
-->
<extension point="org.eclipse.help.toc">
<toc file="topics_Reference.xml"/>
<toc file="toc_WST.xml"/>
</extension>
</plugin>