| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?> | |
| <plugin> | |
| <extension | |
| point="org.eclipse.help.toc"> | |
| <toc | |
| file="help/main.xml" | |
| primary="true"> | |
| </toc> | |
| <toc | |
| file="help/concepts.xml"> | |
| </toc> | |
| <toc | |
| file="help/getting_started.xml"> | |
| </toc> | |
| <toc | |
| file="help/reference.xml"> | |
| </toc> | |
| <toc | |
| file="help/tips_and_tricks.xml"> | |
| </toc> | |
| <toc | |
| file="help/tasks.xml"> | |
| </toc> | |
| <toc | |
| file="help/api_docs.xml" | |
| primary="false"> | |
| </toc> | |
| </extension> | |
| </plugin> |