home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <?eclipse version="3.0"?>
- <plugin>
-
- <!-- ============================================================================= -->
- <!-- Small library containing a live help action used in doc -->
- <!-- ============================================================================= -->
-
- <!-- ============================================================================= -->
- <!-- Define primary TOC -->
- <!-- ============================================================================= -->
- <extension
- point="org.eclipse.help.toc">
- <toc
- file="toc.xml"
- primary="true">
- </toc>
- <index path="index"/>
- </extension>
- <!-- ============================================================================= -->
- <!-- Define TOCs -->
- <!-- ============================================================================= -->
- <extension
- point="org.eclipse.help.toc">
- <toc
- file="topics_Guide.xml">
- </toc>
- <toc
- file="topics_Reference.xml">
- </toc>
- <toc
- file="topics_Porting.xml">
- </toc>
- <toc
- file="topics_Questions.xml">
- </toc>
- <toc
- file="topics_Samples.xml">
- </toc>
- </extension>
-
- </plugin>
-