blob: aceeb4f6c49a62b2d27722b5ba1310a714de56d7 [file] [log] [blame]
lmandel3a4ece92005-07-11 20:05:31 +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>
22
23<!--
24 =============================================================================
25 Define Subsection Table of Contents
26 =============================================================================
27-->
lmandelc93523f2005-11-22 07:45:00 +000028 <extension point="org.eclipse.help.toc">
29 <toc file="topics_Reference.xml"/>
lmandelf9c93712005-11-22 08:35:06 +000030 <!--
31 <toc file="toc_JST.xml"/>
32 -->
lmandel020e85e2005-12-07 06:39:18 +000033 <!-- The following toc is generated by the build. -->
34 <toc file="topics_ExtPoint_Reference.xml"/>
35 <!-- The following toc is generated by the build. -->
36 <toc file="javadoctoc.xml"/>
lmandelc93523f2005-11-22 07:45:00 +000037 </extension>
lmandel3a4ece92005-07-11 20:05:31 +000038</plugin>