equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <?eclipse version="3.2"?> |
|
3 <plugin> |
|
4 <extension |
|
5 point="org.eclipse.ui.startup"> |
|
6 <startup class="com.nokia.traceviewer.eventhandler.EventHandlerStartup"/> |
|
7 </extension> |
|
8 |
|
9 <extension point="org.eclipse.ui.menus"> |
|
10 <menuContribution |
|
11 locationURI="toolbar:org.eclipse.ui.trim.status?after=additions"> |
|
12 <toolbar |
|
13 id="com.nokia.traceviewer.eventhandler.contributions.contributedTrim"> |
|
14 <control |
|
15 class="com.nokia.traceviewer.eventhandler.TrimInformation" |
|
16 id="com.nokia.traceviewer.eventhandler.trimInformation"> |
|
17 </control> |
|
18 </toolbar> |
|
19 </menuContribution> |
|
20 </extension> |
|
21 |
|
22 <extension |
|
23 point="com.nokia.traceviewer.trimprovider"> |
|
24 <client |
|
25 class="com.nokia.traceviewer.eventhandler.TrimUpdater"> |
|
26 </client> |
|
27 </extension> |
|
28 |
|
29 </plugin> |