| <?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"/> |
| --> |
| </extension> |
| </plugin> |