2
|
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="tocReference.xml"
|
|
9 |
primary="true"/>
|
|
10 |
<!--<toc
|
|
11 |
file="tocTasks.xml"
|
|
12 |
primary="false"/>-->
|
|
13 |
|
|
14 |
<index path="index" />
|
|
15 |
|
|
16 |
</extension>
|
|
17 |
|
|
18 |
<!-- =================================================================================== -->
|
|
19 |
<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views -->
|
|
20 |
<!-- =================================================================================== -->
|
|
21 |
|
|
22 |
<extension point="org.eclipse.help.contexts" >
|
|
23 |
|
|
24 |
<contexts file="html/uiq_context_help.xml"
|
|
25 |
plugin="com.nokia.carbide.cpp.uiq.components" />
|
|
26 |
|
|
27 |
<contexts file="html/uiq_context_help.xml"
|
|
28 |
plugin="com.nokia.carbide.cpp.uiq.ui" />
|
|
29 |
|
|
30 |
<contexts file="html/uiq_context_help.xml"
|
|
31 |
plugin="org.eclipse.ui.ide" />
|
|
32 |
|
|
33 |
</extension>
|
|
34 |
|
|
35 |
</plugin>
|