|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 All rights reserved. |
|
5 This component and the accompanying materials are made available |
|
6 under the terms of the License "Symbian Foundation License v1.0" |
|
7 which accompanies this distribution, and is available |
|
8 at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
9 |
|
10 Initial Contributors: |
|
11 Nokia Corporation - Initial contribution |
|
12 |
|
13 Contributors: |
|
14 |
|
15 Description: This file is part of com.nokia.tools.variant.views component. |
|
16 --> |
|
17 <?eclipse version="3.2"?> |
|
18 <plugin> |
|
19 <extension |
|
20 point="org.eclipse.ui.views"> |
|
21 <view |
|
22 category="com.nokia.tools.variant.carbidev" |
|
23 class="com.nokia.tools.variant.views.errorview.ErrorsView" |
|
24 icon="icons/tab_errors_16.gif" |
|
25 id="com.nokia.tools.variant.views.errorsview" |
|
26 name="Errors" |
|
27 restorable="true"> |
|
28 </view> |
|
29 <view |
|
30 category="com.nokia.tools.variant.carbidev" |
|
31 class="com.nokia.tools.variant.views.notesview.NotesView" |
|
32 icon="icons/tab_notes_16.gif" |
|
33 id="com.nokia.tools.variant.views.notesview" |
|
34 name="Notes" |
|
35 restorable="true"> |
|
36 </view> |
|
37 <view |
|
38 category="com.nokia.tools.variant.carbidev" |
|
39 class="com.nokia.tools.variant.views.changesview.ChangesView" |
|
40 icon="icons/tab_changes_16.gif" |
|
41 id="com.nokia.tools.variant.views.changesview" |
|
42 name="Changes" |
|
43 restorable="true"> |
|
44 </view> |
|
45 <view |
|
46 category="com.nokia.tools.variant.carbidev" |
|
47 class="com.nokia.tools.variant.views.searchresultsview.SearchResultsView" |
|
48 icon="icons/tab_searchresults_16.gif" |
|
49 id="com.nokia.tools.variant.views.searchresultsview" |
|
50 name="Search Results" |
|
51 restorable="true"> |
|
52 </view> |
|
53 </extension> |
|
54 <extension |
|
55 point="org.eclipse.ui.actionSets"> |
|
56 <actionSet |
|
57 id="com.nokia.tools.variant.views.previewsActions" |
|
58 label="Previews Actions" |
|
59 visible="true"> |
|
60 <action |
|
61 class="com.nokia.tools.variant.views.actions.ResourcesViewAction" |
|
62 icon="icons/teb_resources_16.png" |
|
63 id="com.nokia.tools.variant.views.resourcesViewAction" |
|
64 label="Resources" |
|
65 menubarPath="rcpView/views" |
|
66 state="true" |
|
67 style="toggle" |
|
68 tooltip="Displays / hides Resources view"> |
|
69 </action> |
|
70 <action |
|
71 class="com.nokia.tools.variant.views.actions.PreviewViewAction" |
|
72 icon="icons/tab_preview_16.gif" |
|
73 id="com.nokia.tools.variant.views.previewViewAction" |
|
74 label="Preview" |
|
75 menubarPath="rcpView/views" |
|
76 state="true" |
|
77 style="toggle" |
|
78 tooltip="Displays / hides Preview view"> |
|
79 </action> |
|
80 <action |
|
81 class="com.nokia.tools.variant.views.actions.PropertiesViewAction" |
|
82 icon="icons/tab_properties_16.gif" |
|
83 id="com.nokia.tools.variant.views.propertiesViewAction" |
|
84 label="Properties" |
|
85 menubarPath="rcpView/views" |
|
86 state="true" |
|
87 style="toggle" |
|
88 tooltip="Displays / hides Properties view"> |
|
89 </action> |
|
90 </actionSet> |
|
91 <actionSet |
|
92 id="com.nokia.tools.variant.views.viewsActions" |
|
93 label="Views Actions" |
|
94 visible="true"> |
|
95 <action |
|
96 class="com.nokia.tools.variant.views.actions.ErrorsViewAction" |
|
97 icon="icons/tab_errors_16.gif" |
|
98 id="com.nokia.tools.variant.views.errorsViewAction" |
|
99 label="Errors" |
|
100 menubarPath="rcpView/errorview" |
|
101 state="true" |
|
102 style="toggle" |
|
103 tooltip="Displays / hides Errors view"> |
|
104 </action> |
|
105 <action |
|
106 class="com.nokia.tools.variant.views.actions.NotesViewAction" |
|
107 icon="icons/tab_notes_16.gif" |
|
108 id="com.nokia.tools.variant.views.notesViewAction" |
|
109 label="Notes" |
|
110 menubarPath="rcpView/notesview" |
|
111 state="true" |
|
112 style="toggle" |
|
113 tooltip="Displays / hides Notes view"> |
|
114 </action> |
|
115 <action |
|
116 class="com.nokia.tools.variant.views.actions.ChangesViewAction" |
|
117 icon="icons/tab_changes_16.gif" |
|
118 id="com.nokia.tools.variant.views.changesViewAction" |
|
119 label="Changes" |
|
120 menubarPath="rcpView/changesview" |
|
121 state="true" |
|
122 style="toggle" |
|
123 tooltip="Displays / hides Changes view"> |
|
124 </action> |
|
125 <action |
|
126 class="com.nokia.tools.variant.views.actions.SearchResultsViewAction" |
|
127 icon="icons/tab_searchresults_16.gif" |
|
128 id="com.nokia.tools.variant.views.searchResultsViewAction" |
|
129 label="Search Results" |
|
130 menubarPath="rcpView/searchresultview" |
|
131 state="true" |
|
132 style="toggle" |
|
133 tooltip="Displays / hides Search Results view"> |
|
134 </action> |
|
135 </actionSet> |
|
136 </extension> |
|
137 |
|
138 </plugin> |