blob: ccc4b967aa1796ebc9eada0524f6e1c5ece3f0df [file] [log] [blame]
lmandelfe13d292005-07-11 19:53:21 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.0"?>
3<plugin>
4<!--
5 =============================================================================
6 Small library containing a live help action used in doc
7 =============================================================================
8-->
9<!-- Left from org.eclipse.platform.isv.doc
10 -->
11
12
13<!--
14 =============================================================================
15 Define Primary Table of Contents
16 =============================================================================
17-->
18 <extension point="org.eclipse.help.toc">
19 <toc file="toc.xml" primary="true">
20 </toc>
21 </extension>
lmandela6806d42005-11-22 06:50:29 +000022
23<!--
24 =============================================================================
25 Define Subsection Table of Contents
26 =============================================================================
27-->
28 <extension point="org.eclipse.help.toc">
29 <toc file="topics_Reference.xml"/>
30 <toc file="toc_WST.xml"/>
lmandel020e85e2005-12-07 06:39:18 +000031 <!-- The following toc is generated by the build. -->
32 <toc file="topics_ExtPoint_Reference.xml"/>
33 <!-- The following toc is generated by the build. -->
34 <toc file="javadoctoc.xml"/>
lmandela6806d42005-11-22 06:50:29 +000035 </extension>
lmandelfe13d292005-07-11 19:53:21 +000036</plugin>