BGBM BDI Projects
/
taxeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial help content
[taxeditor.git]
/
eu.etaxonomy.taxeditor.help
/
plugin.xml
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
=
"tocconcepts.xml"
>
13
</toc>
14
<toc
15
file
=
"tocgettingstarted.xml"
>
16
</toc>
17
<toc
18
file
=
"tocreference.xml"
>
19
</toc>
20
<toc
21
file
=
"tocsamples.xml"
>
22
</toc>
23
<toc
24
file
=
"toctasks.xml"
>
25
</toc>
26
</extension>
27
28
</plugin>