taxeditor/eu.etaxonomy.taxeditor.help/plugin.xml @ b7b91be9
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
---|---|
2 |
<?eclipse version="3.4"?>
|
3 |
<plugin>
|
4 |
|
5 |
<extension
|
6 |
point="org.eclipse.help.toc"> |
7 |
<toc
|
8 |
file="toc.xml" |
9 |
primary="true"> |
10 |
</toc>
|
11 |
<toc
|
12 |
file="tocgettingstarted.xml" |
13 |
primary="false"> |
14 |
</toc>
|
15 |
<toc
|
16 |
file="tocnameparser.xml" |
17 |
primary="false"> |
18 |
</toc>
|
19 |
</extension>
|
20 |
|
21 |
</plugin>
|