|
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/tocTasks.xml" |
|
11 primary="false" /> |
|
12 <toc |
|
13 file="html/tocGettingStarted.xml" |
|
14 primary="false" /> |
|
15 </extension> |
|
16 |
|
17 <!-- Carbide.c++ cheatsheets extension --> |
|
18 <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent"> |
|
19 <category |
|
20 id="com.nokia.carbide.cpp.tools.cheatsheets" |
|
21 name="Carbide.c++ Tools" /> |
|
22 <cheatsheet |
|
23 category="com.nokia.carbide.cpp.tools.cheatsheets" |
|
24 composite="false" |
|
25 contentFile="html/cheatsheet/getStarted_ta_cs.xml" |
|
26 id="com.nokia.s60tools.traceanalyser.quickstart" |
|
27 name="Trace Analyser Quick Start Guide" /> |
|
28 </extension> |
|
29 |
|
30 <!-- CONTEXT IDs for CONTEXTUAL HELP in windows, dialogs, and views --> |
|
31 <extension point="org.eclipse.help.contexts"> |
|
32 <contexts |
|
33 file="html/contexts.xml" |
|
34 plugin="com.nokia.s60tools.traceanalyser.help" /> |
|
35 </extension> |
|
36 |
|
37 <!-- CONTEXT IDs for INDEX in windows, dialogs, and views --> |
|
38 <extension point="org.eclipse.help.index"> |
|
39 <index file="html/index.xml" /> |
|
40 </extension> |
|
41 |
|
42 <!-- Universal Intro support for welcome pages --> |
|
43 <extension point="org.eclipse.ui.intro.configExtension"> |
|
44 <configExtension |
|
45 configId="org.eclipse.ui.intro.universalConfig" |
|
46 content="html/intro/overviewTraceAnalyserExtContent.xml" /> |
|
47 <configExtension |
|
48 configId="org.eclipse.ui.intro.universalConfig" |
|
49 content="html/intro/whatsnewTraceAnalyserExtContent.xml" /> |
|
50 <configExtension |
|
51 configId="org.eclipse.ui.intro.universalConfig" |
|
52 content="html/intro/tutorialsTraceAnalyserExtContent.xml" /> |
|
53 </extension> |
|
54 |
|
55 </plugin> |