lmandel | 3a4ece9 | 2005-07-11 20:05:31 +0000 | [diff] [blame] | 1 | <?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 | --> |
lmandel | c93523f | 2005-11-22 07:45:00 +0000 | [diff] [blame] | 28 | <extension point="org.eclipse.help.toc"> |
| 29 | <toc file="topics_Reference.xml"/> |
| 30 | <toc file="toc_WST.xml"/> |
| 31 | </extension> |
lmandel | 3a4ece9 | 2005-07-11 20:05:31 +0000 | [diff] [blame] | 32 | </plugin> |