blob: ff0a70266b71bda8136b0773f98ad7a1058b1f78 [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"/>
30 <toc file="toc_WST.xml"/>
31 </extension>
lmandel3a4ece92005-07-11 20:05:31 +000032</plugin>