| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| <plugin> |
| <!-- |
| ============================================================================= |
| 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_ACTF.xml"/> |
| <!-- The following toc is generated by the build. --> |
| <toc file="topics_ExtPoint_Reference.xml"/> |
| <!-- The following toc is generated by the build. --> |
| <toc file="javadoctoc.xml"/> |
| </extension> |
| </plugin> |