0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.2"?>
|
|
3 |
<plugin>
|
|
4 |
|
|
5 |
<extension
|
|
6 |
point="org.eclipse.help.toc">
|
|
7 |
<toc
|
|
8 |
file="html/toolTOC.xml"
|
|
9 |
primary="true">
|
|
10 |
</toc>
|
|
11 |
<toc
|
|
12 |
file="html/tocConcepts.xml"
|
|
13 |
primary="false"/>
|
|
14 |
<toc
|
|
15 |
file="html/tocTasks.xml"
|
|
16 |
primary="false"/>
|
|
17 |
</extension>
|
|
18 |
|
|
19 |
<extension
|
|
20 |
point="org.eclipse.help.contexts">
|
|
21 |
<contexts
|
|
22 |
file="html/contexts.xml"
|
|
23 |
plugin="com.nokia.s60tools.metadataeditor.help"/>
|
|
24 |
</extension>
|
|
25 |
|
|
26 |
|
|
27 |
</plugin>
|