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