|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.2"?> |
|
3 <plugin> |
|
4 <extension-point id="traceanalyserrule" name="Trace Analyser's Rule Type" schema="schema/traceanalyserrule.exsd"/> |
|
5 |
|
6 <extension |
|
7 point="org.eclipse.ui.actionSets"> |
|
8 <actionSet |
|
9 description="Trace Analyser" |
|
10 id="com.nokia.s60tools.traceanalyser.ui.actions.ToolbarShortcutAction" |
|
11 label="Trace Analyser" |
|
12 visible="true"> |
|
13 <menu |
|
14 id="com.nokia.carbide.cpp.ui.CarbideMenu" |
|
15 label="&Carbide"> |
|
16 <separator |
|
17 name="com.nokia.s60tools.ToolsMenuGroup"> |
|
18 </separator> |
|
19 </menu> |
|
20 <action |
|
21 class="com.nokia.s60tools.traceanalyser.ui.actions.ToolbarShortcutAction" |
|
22 icon="icons/TraceAnalyser.png" |
|
23 id="com.nokia.s60tools.traceanalyser.ui.actions.ToolbarShortcutAction" |
|
24 label="Trace Analyser" |
|
25 menubarPath="com.nokia.carbide.cpp.ui.CarbideMenu/CarbideExtensions" |
|
26 tooltip="Trace Analyser"> |
|
27 </action> |
|
28 |
|
29 </actionSet> |
|
30 </extension> |
|
31 |
|
32 <extension |
|
33 point="org.eclipse.ui.views"> |
|
34 <category |
|
35 name="Carbide Extensions" |
|
36 id="com.nokia.s60tools"> |
|
37 </category> |
|
38 <view |
|
39 name="Trace Analyser" |
|
40 icon="icons/TraceAnalyser.png" |
|
41 category="com.nokia.s60tools" |
|
42 class="com.nokia.s60tools.traceanalyser.ui.views.MainView" |
|
43 id="com.nokia.s60tools.traceanalyser.ui.views.MainView"> |
|
44 </view> |
|
45 </extension> |
|
46 |
|
47 <extension |
|
48 point="org.eclipse.ui.editors"> |
|
49 <editor |
|
50 class="com.nokia.s60tools.traceanalyser.ui.editors.HistoryEditor" |
|
51 default="false" |
|
52 icon="icons/TraceAnalyser.png" |
|
53 id="com.nokia.s60tools.traceanalyser.ui.editors.HistoryEditor" |
|
54 name="History View"/> |
|
55 </extension> |
|
56 |
|
57 |
|
58 |
|
59 |
|
60 <extension point="org.eclipse.ui.startup"> |
|
61 <startup class="com.nokia.s60tools.traceanalyser.model.StartupHandler"/> |
|
62 </extension> |
|
63 |
|
64 </plugin> |