equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.0"?> |
|
3 |
|
4 <plugin |
|
5 id="com.nokia.trace.help" |
|
6 name="Carbide.c++ - Tracing User Guide Help Plug-in" |
|
7 version="1.0.0" |
|
8 provider-name="Nokia"> |
|
9 |
|
10 <extension |
|
11 point="org.eclipse.help.toc"> |
|
12 <toc |
|
13 file="toc.xml" |
|
14 primary="true"> |
|
15 </toc> |
|
16 <toc |
|
17 file="tocconcepts.xml"> |
|
18 </toc> |
|
19 <toc |
|
20 file="tocgettingstarted.xml"> |
|
21 </toc> |
|
22 <toc |
|
23 file="toctasks.xml"> |
|
24 </toc> |
|
25 |
|
26 <toc |
|
27 file="tocreferences.xml"> |
|
28 </toc> |
|
29 |
|
30 </extension> |
|
31 |
|
32 </plugin> |