equal
deleted
inserted
replaced
|
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 </extension> |
|
10 |
|
11 <extension point="org.eclipse.help.contexts"> |
|
12 <contexts file="html/contexts.xml" plugin="com.nokia.s60tools.analyzetool.help"/> |
|
13 </extension> |
|
14 <!-- Carbide.c++ cheatsheets extension / ADDED 02022009 --> |
|
15 |
|
16 <extension point="org.eclipse.ui.cheatsheets.cheatSheetContent"> |
|
17 <!-- <category |
|
18 id="com.nokia.carbide.cpp.tools.cheatsheets" |
|
19 name="Carbide.c++ Tools" /> --> |
|
20 <cheatsheet |
|
21 category="com.nokia.carbide.cpp.tools.cheatsheets" |
|
22 contentFile="html/cheatsheets/getStarted_at_cs.xml" |
|
23 composite="false" |
|
24 id="com.nokia.s60tools.analyzetool.quickstart" |
|
25 name="Analyze Tool Quick Start Guide"/> |
|
26 </extension> |
|
27 |
|
28 <!-- Carbide.c++ INDEX extension / ADDED 02022009 |
|
29 <extension point="org.eclipse.help.index" > |
|
30 <index file="html/index.xml"/> |
|
31 </extension> --> |
|
32 |
|
33 <!-- =================================================================================== --> |
|
34 <!-- Universal Intro support for welcome pages --> |
|
35 <!-- =================================================================================== --> |
|
36 <extension |
|
37 point="org.eclipse.ui.intro.configExtension"> |
|
38 |
|
39 <configExtension |
|
40 configId="org.eclipse.ui.intro.universalConfig" |
|
41 content="html/intro/overviewAtoolExtContent.xml" /> |
|
42 |
|
43 <configExtension |
|
44 configId="org.eclipse.ui.intro.universalConfig" |
|
45 content="html/intro/tutorialsAtoolExtContent.xml" /> |
|
46 |
|
47 </extension> |
|
48 |
|
49 </plugin> |