| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| <plugin |
| id="org.eclipse.platform.doc.isv" |
| name="%pluginName" |
| version="3.0.0" |
| provider-name="%providerName"> |
| |
| <!-- ============================================================================= --> |
| <!-- Small library containing a live help action used in doc --> |
| <!-- ============================================================================= --> |
| <runtime> |
| <library name="activeHelpSample.jar"> |
| <export name="*"/> |
| </library> |
| </runtime> |
| <requires> |
| <import plugin="org.eclipse.help"/> |
| <import plugin="org.eclipse.ui"/> |
| </requires> |
| |
| |
| <!-- ============================================================================= --> |
| <!-- Define primary TOC --> |
| <!-- ============================================================================= --> |
| <extension |
| point="org.eclipse.help.toc"> |
| <toc |
| file="toc.xml" |
| primary="true"> |
| </toc> |
| </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> |