0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.0"?>
|
|
3 |
|
|
4 |
<plugin>
|
|
5 |
<extension point="org.eclipse.help.toc">
|
|
6 |
<toc
|
|
7 |
file="html/toolTOC.xml"
|
|
8 |
primary="true"/>
|
|
9 |
<toc
|
|
10 |
file="html/tocConcepts.xml"
|
|
11 |
primary="false"/>
|
|
12 |
<toc
|
|
13 |
file="html/tocReference.xml"
|
|
14 |
primary="false"/>
|
|
15 |
<toc
|
|
16 |
file="html/tocTasks.xml"
|
|
17 |
primary="false"/>
|
|
18 |
<toc
|
|
19 |
file="html/tocGettingStarted.xml"
|
|
20 |
primary="false"/>
|
|
21 |
|
|
22 |
</extension>
|
|
23 |
|
|
24 |
|
|
25 |
<!-- Carbide.c++ cheatsheets extension -->
|
|
26 |
<!--
|
|
27 |
<extension point="org.eclipse.ui.cheatsheets.cheatSheetContent">
|
|
28 |
<category
|
|
29 |
id="com.nokia.carbide.ide.cheatsheets"
|
|
30 |
name="Carbide.c++" />
|
|
31 |
<cheatsheet
|
|
32 |
category="com.nokia.carbide.ide.cheatsheets"
|
|
33 |
contentFile="html/cheatsheets/getStarted_cs.xml"
|
|
34 |
id="com.nokia.cdt.debug.help.getStarted"
|
|
35 |
name="HelloCarbide Project Example"/>
|
|
36 |
</extension>
|
|
37 |
-->
|
|
38 |
|
|
39 |
<!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views -->
|
|
40 |
|
|
41 |
<extension point="org.eclipse.help.contexts" >
|
|
42 |
|
|
43 |
<contexts file="html/contexts.xml"
|
|
44 |
plugin="com.nokia.s60tools.creator.help" />
|
|
45 |
|
|
46 |
</extension>
|
|
47 |
|
|
48 |
|
|
49 |
<extension point="org.eclipse.help.index" >
|
|
50 |
<index file="html/index.xml"/>
|
|
51 |
</extension>
|
|
52 |
|
|
53 |
|
|
54 |
</plugin>
|