blob: aceeb4f6c49a62b2d27722b5ba1310a714de56d7 [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_JST.xml"/>
-->
<!-- The following toc is generated by the build. -->
<toc file="topics_ExtPoint_Reference.xml"/>
<!-- The following toc is generated by the build. -->
<toc file="javadoctoc.xml"/>
</extension>
</plugin>