2010-11-22 Francois Chouinard <fchouinard@gmail.com> Fixed a problem where the...
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / plugin.xml
CommitLineData
6e512b93
ASL
1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
4 <extension
f9673903 5 id="org.eclipse.linuxtools.lttng.ui.perspective"
6e512b93
ASL
6 point="org.eclipse.ui.perspectives">
7 <perspective
8 class="org.eclipse.linuxtools.lttng.ui.views.PerspectiveFactory"
05a8fabe 9 icon="icons/garland16.png"
6e512b93 10 id="org.eclipse.linuxtools.lttng.ui.perspective"
b9763f53 11 name="%perspective.category.name">
6e512b93
ASL
12 </perspective>
13 </extension>
14 <extension
15 id="org.eclipse.linuxtools.lttng.ui.views"
6e512b93
ASL
16 point="org.eclipse.ui.views">
17 <category
18 id="org.eclipse.linuxtools.lttng.ui.views.category"
b9763f53 19 name="%views.category.name">
6e512b93
ASL
20 </category>
21 <view
22 allowMultiple="false"
23 category="org.eclipse.linuxtools.lttng.ui.views.category"
24 class="org.eclipse.linuxtools.lttng.ui.views.project.ProjectView"
25 icon="icons/project_view.gif"
26 id="org.eclipse.linuxtools.lttng.ui.views.project"
b9763f53 27 name="%project.view.name"
6e512b93
ASL
28 restorable="true">
29 </view>
30 <view
31 allowMultiple="false"
32 category="org.eclipse.linuxtools.lttng.ui.views.category"
33 class="org.eclipse.linuxtools.lttng.ui.views.control.ControlView"
34 icon="icons/control_view.gif"
35 id="org.eclipse.linuxtools.lttng.ui.views.control"
b9763f53 36 name="%control.view.name"
6e512b93
ASL
37 restorable="true">
38 </view>
39 <view
40 allowMultiple="false"
41 category="org.eclipse.linuxtools.lttng.ui.views.category"
42 class="org.eclipse.linuxtools.lttng.ui.views.events.EventsView"
43 icon="icons/events_view.gif"
44 id="org.eclipse.linuxtools.lttng.ui.views.events"
b9763f53 45 name="%events.view.name"
6e512b93
ASL
46 restorable="true">
47 </view>
48 <view
49 allowMultiple="false"
50 category="org.eclipse.linuxtools.lttng.ui.views.category"
51 class="org.eclipse.linuxtools.lttng.ui.views.timeframe.TimeFrameView"
52 icon="icons/time_frame_view.gif"
53 id="org.eclipse.linuxtools.lttng.ui.views.timeframe"
b9763f53 54 name="%timeframe.view.name"
6e512b93
ASL
55 restorable="true">
56 </view>
57 <view
58 allowMultiple="false"
59 category="org.eclipse.linuxtools.lttng.ui.views.category"
60 class="org.eclipse.linuxtools.lttng.ui.views.controlflow.ControlFlowView"
61 icon="icons/control_flow_view.gif"
62 id="org.eclipse.linuxtools.lttng.ui.views.controlflow"
b9763f53 63 name="%controlflow.view.name"
6e512b93
ASL
64 restorable="true">
65 </view>
66 <view
67 allowMultiple="false"
68 category="org.eclipse.linuxtools.lttng.ui.views.category"
69 class="org.eclipse.linuxtools.lttng.ui.views.resources.ResourcesView"
70 icon="icons/resources_view.gif"
71 id="org.eclipse.linuxtools.lttng.ui.views.resources"
b9763f53 72 name="%resources.view.name"
6e512b93
ASL
73 restorable="true">
74 </view>
75 <view
76 allowMultiple="false"
77 category="org.eclipse.linuxtools.lttng.ui.views.category"
78 class="org.eclipse.linuxtools.lttng.ui.views.statistics.StatisticsView"
79 icon="icons/statistics_view.gif"
80 id="org.eclipse.linuxtools.lttng.ui.views.statistics"
b9763f53 81 name="%statistics.view.name"
6e512b93
ASL
82 restorable="true">
83 </view>
84 <view
85 allowMultiple="false"
86 category="org.eclipse.linuxtools.lttng.ui.views.category"
87 class="org.eclipse.linuxtools.lttng.ui.views.histogram.HistogramView"
88 icon="icons/histogram.gif"
89 id="org.eclipse.linuxtools.lttng.ui.views.histogram"
b9763f53 90 name="%histogram.view.name"
6e512b93
ASL
91 restorable="true">
92 </view>
93 </extension>
94 <extension
6e512b93
ASL
95 point="org.eclipse.ui.newWizards">
96 <category
97 id="org.eclipse.linuxtools.lttng.ui.wizards.new"
b9763f53 98 name="%wizard.category.name">
6e512b93
ASL
99 </category>
100 <wizard
101 category="org.eclipse.linuxtools.lttng.ui.wizards.new"
5e7ce884
FC
102 class="org.eclipse.linuxtools.lttng.ui.views.project.dialogs.NewProjectWizard"
103 descriptionImage="icons/garland16.png"
6e512b93 104 finalPerspective="org.eclipse.linuxtools.lttng.ui.perspective"
5e7ce884 105 icon="icons/garland16.png"
6e512b93 106 id="org.eclipse.linuxtools.lttng.ui.views.ui.wizards.newProject"
b9763f53 107 name="%project.new.wizard.name"
6e512b93
ASL
108 project="true">
109 <description>
b9763f53 110 %project.new.wizard.description
6e512b93
ASL
111 </description>
112 </wizard>
113 </extension>
114 <extension
4aa65648 115 id="org.eclipse.linuxtools.lttng.ui.views.project.LTTngProjectNature"
5e7ce884
FC
116 point="org.eclipse.core.resources.natures">
117 <runtime>
118 <run
119 class="org.eclipse.linuxtools.lttng.ui.views.project.LTTngProjectNature">
120 </run>
121 </runtime>
122 </extension>
123 <extension
2fbfb67b 124 id="org.eclipse.linuxtools.lttng.ui.actionSets"
5e7ce884
FC
125 point="org.eclipse.ui.actionSets">
126 <actionSet
b9763f53 127 description="%action.set.description"
2fbfb67b 128 id="org.eclipse.linuxtools.lttng.ui.actionSet"
b9763f53 129 label="%action.set.label"
2fbfb67b 130 visible="true">
5e7ce884
FC
131 </actionSet>
132 </extension>
133 <extension
2fbfb67b
FC
134 point="org.eclipse.ui.commands">
135 <category
b9763f53 136 description="%commands.project.category.description"
2fbfb67b 137 id="org.eclipse.linuxtools.lttng.ui.commands.project.category"
b9763f53 138 name="%commands.project.category.name">
2fbfb67b
FC
139 </category>
140 <command
141 categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
b9763f53 142 description="%commands.project.new.description"
2fbfb67b 143 id="org.eclipse.linuxtools.lttng.ui.command.project.new"
b9763f53 144 name="%commands.project.new">
2fbfb67b
FC
145 </command>
146 <command
147 categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
b9763f53 148 description="%commands.project.open.description"
2fbfb67b 149 id="org.eclipse.linuxtools.lttng.ui.command.project.open"
b9763f53 150 name="%commands.project.open">
2fbfb67b
FC
151 </command>
152 <command
153 categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
b9763f53 154 description="%commands.project.close.description"
2fbfb67b 155 id="org.eclipse.linuxtools.lttng.ui.command.project.close"
b9763f53 156 name="%commands.project.close">
2fbfb67b
FC
157 </command>
158 <command
159 categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
b9763f53 160 description="%commands.project.rename.description"
2fbfb67b 161 id="org.eclipse.linuxtools.lttng.ui.command.project.rename"
b9763f53 162 name="%commands.project.rename">
2fbfb67b
FC
163 </command>
164 <command
165 categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
b9763f53 166 description="%commands.project.delete.description"
2fbfb67b 167 id="org.eclipse.linuxtools.lttng.ui.command.project.delete"
b9763f53 168 name="%commands.project.delete">
2fbfb67b
FC
169 </command>
170 <command
171 categoryId="org.eclipse.linuxtools.lttng.ui.commands.project.category"
b9763f53
FC
172 description="%commands.project.refresh.description"
173 id="org.eclipse.linuxtools.lttng.ui.command.project.refresh"
174 name="%commands.project.refresh">
175 </command>
176 <category
177 description="%commands.trace.category.description"
178 id="org.eclipse.linuxtools.lttng.ui.commands.trace.category"
179 name="%commands.trace.category.name">
180 </category>
181 <command
182 categoryId="org.eclipse.linuxtools.lttng.ui.commands.trace.category"
183 description="%commands.trace.import.description"
2fbfb67b 184 id="org.eclipse.linuxtools.lttng.ui.command.project.trace.import"
b9763f53 185 name="%commands.trace.import">
2fbfb67b
FC
186 </command>
187 <command
b9763f53
FC
188 categoryId="org.eclipse.linuxtools.lttng.ui.commands.trace.category"
189 description="%commands.trace.open.description"
2fbfb67b 190 id="org.eclipse.linuxtools.lttng.ui.command.project.trace.open"
b9763f53 191 name="%commands.trace.open">
2fbfb67b
FC
192 </command>
193 <command
b9763f53
FC
194 categoryId="org.eclipse.linuxtools.lttng.ui.commands.trace.category"
195 description="%commands.trace.rename.description"
2fbfb67b 196 id="org.eclipse.linuxtools.lttng.ui.command.project.trace.rename"
b9763f53 197 name="%commands.trace.rename">
2fbfb67b
FC
198 </command>
199 <command
b9763f53
FC
200 categoryId="org.eclipse.linuxtools.lttng.ui.commands.trace.category"
201 description="%commands.trace.delete.description"
2fbfb67b 202 id="org.eclipse.linuxtools.lttng.ui.command.project.trace.delete"
b9763f53 203 name="%commands.trace.delete">
2fbfb67b 204 </command>
b9763f53
FC
205 <category
206 description="%commands.experiment.category.description"
207 id="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
208 name="%commands.experiment.category.name">
209 </category>
2fbfb67b 210 <command
b9763f53
FC
211 categoryId="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
212 description="%commands.experiment.new.description"
2fbfb67b 213 id="org.eclipse.linuxtools.lttng.ui.command.project.experiment.new"
b9763f53 214 name="%commands.experiment.new">
2fbfb67b
FC
215 </command>
216 <command
b9763f53
FC
217 categoryId="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
218 description="%commands.experiment.selecttraces.description"
2fbfb67b 219 id="org.eclipse.linuxtools.lttng.ui.command.project.experiment.select"
b9763f53 220 name="%commands.experiment.selecttraces">
2fbfb67b
FC
221 </command>
222 <command
b9763f53
FC
223 categoryId="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
224 description="%commands.experiment.open.description"
2fbfb67b 225 id="org.eclipse.linuxtools.lttng.ui.command.project.experiment.open"
b9763f53 226 name="%commands.experiment.open">
2fbfb67b
FC
227 </command>
228 <command
b9763f53
FC
229 categoryId="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
230 description="%commands.experiment.rename.description"
2fbfb67b 231 id="org.eclipse.linuxtools.lttng.ui.command.project.experiment.rename"
b9763f53 232 name="%commands.experiment.rename">
2fbfb67b
FC
233 </command>
234 <command
b9763f53
FC
235 categoryId="org.eclipse.linuxtools.lttng.ui.commands.experiment.category"
236 description="%commands.experiment.delete.description"
2fbfb67b 237 id="org.eclipse.linuxtools.lttng.ui.command.project.experiment.delete"
b9763f53 238 name="%commands.experiment.delete">
2fbfb67b
FC
239 </command>
240 </extension>
241 <extension
242 id="org.eclipse.linuxtools.lttng.ui.menus"
2fbfb67b
FC
243 point="org.eclipse.ui.menus">
244 <menuContribution
245 locationURI="popup:org.eclipse.linuxtools.lttng.ui.views.project?after=additions">
246 <command
247 commandId="org.eclipse.linuxtools.lttng.ui.command.project.new"
5e7ce884 248 icon="icons/garland16.png"
2fbfb67b 249 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.new"
b9763f53 250 label="%commands.project.new"
2fbfb67b
FC
251 style="push">
252 </command>
253 <command
254 commandId="org.eclipse.linuxtools.lttng.ui.command.project.open"
255 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.open"
b9763f53 256 label="%commands.project.open"
2fbfb67b
FC
257 style="push">
258 </command>
259 <command
260 commandId="org.eclipse.linuxtools.lttng.ui.command.project.close"
261 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.close"
b9763f53 262 label="%commands.project.close"
2fbfb67b
FC
263 style="push">
264 </command>
f0fb9602 265 <!-- command
2fbfb67b
FC
266 commandId="org.eclipse.linuxtools.lttng.ui.command.project.rename"
267 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.rename"
268 label="Rename Project"
269 style="push">
f0fb9602 270 </command -->
2fbfb67b
FC
271 <command
272 commandId="org.eclipse.linuxtools.lttng.ui.command.project.delete"
273 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.delete"
b9763f53 274 label="%commands.project.delete"
2fbfb67b
FC
275 style="push">
276 </command>
277 <separator
278 name="org.eclipse.linuxtools.lttng.ui.menu.popup.project.separator1"
279 visible="true">
280 </separator>
2fbfb67b
FC
281 <command
282 commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.new"
283 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.experiment.new"
b9763f53 284 label="%commands.experiment.new"
2fbfb67b
FC
285 style="push">
286 </command>
287 <command
288 commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.select"
289 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.experiment.select"
b9763f53 290 label="%commands.experiment.selecttraces"
2fbfb67b
FC
291 style="push">
292 </command>
293 <command
294 commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.open"
295 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.experiment.open"
b9763f53 296 label="%commands.experiment.open"
2fbfb67b
FC
297 style="push">
298 </command>
f0fb9602 299 <!-- command
2fbfb67b
FC
300 commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.rename"
301 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.experiment.rename"
302 label="Rename Experiment"
303 style="push">
f0fb9602 304 </command -->
2fbfb67b
FC
305 <command
306 commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.delete"
307 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.experiment.delete"
b9763f53 308 label="%commands.experiment.delete"
2fbfb67b
FC
309 style="push">
310 </command>
f0fb9602
FC
311 <separator
312 name="org.eclipse.linuxtools.lttng.ui.menu.popup.project.separator2"
313 visible="true">
314 </separator>
315 <command
316 commandId="org.eclipse.linuxtools.lttng.ui.command.project.trace.import"
317 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.trace.import"
b9763f53 318 label="%commands.trace.import"
f0fb9602
FC
319 style="push">
320 </command>
321 <!-- command
322 commandId="org.eclipse.linuxtools.lttng.ui.command.project.trace.open"
323 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.trace.open"
324 label="Open Trace"
325 style="push">
326 </command -->
327 <!-- command
328 commandId="org.eclipse.linuxtools.lttng.ui.command.project.trace.rename"
329 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.trace.rename"
330 label="Rename Trace"
331 style="push">
332 </command -->
333 <command
334 commandId="org.eclipse.linuxtools.lttng.ui.command.project.trace.delete"
335 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.trace.delete"
b9763f53 336 label="%commands.trace.delete"
f0fb9602
FC
337 style="push">
338 </command>
2fbfb67b
FC
339 <separator
340 name="org.eclipse.linuxtools.lttng.ui.menu.popup.project.separator3"
341 visible="true">
342 </separator>
343 <command
344 commandId="org.eclipse.linuxtools.lttng.ui.command.project.refresh"
345 id="org.eclipse.linuxtools.lttng.ui.menu.popup.project.refresh"
b9763f53 346 label="%commands.project.refresh"
2fbfb67b
FC
347 style="push">
348 </command>
349 </menuContribution>
350 </extension>
351 <extension
352 id="org.eclipse.linuxtools.lttng.ui.handlers"
2fbfb67b
FC
353 point="org.eclipse.ui.handlers">
354 <handler
355 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.NewProjectHandler"
356 commandId="org.eclipse.linuxtools.lttng.ui.command.project.new">
357 </handler>
358 <handler
359 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.OpenProjectHandler"
360 commandId="org.eclipse.linuxtools.lttng.ui.command.project.open">
361 </handler>
362 <handler
363 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.CloseProjectHandler"
364 commandId="org.eclipse.linuxtools.lttng.ui.command.project.close">
365 </handler>
366 <handler
367 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.RenameProjectHandler"
368 commandId="org.eclipse.linuxtools.lttng.ui.command.project.rename">
369 </handler>
370 <handler
371 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.DeleteProjectHandler"
372 commandId="org.eclipse.linuxtools.lttng.ui.command.project.delete">
373 </handler>
374 <handler
375 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.ImportTraceHandler"
376 commandId="org.eclipse.linuxtools.lttng.ui.command.project.trace.import">
377 </handler>
378 <handler
379 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.OpenTraceHandler"
380 commandId="org.eclipse.linuxtools.lttng.ui.command.project.trace.open">
381 </handler>
382 <handler
383 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.RenameTraceHandler"
384 commandId="org.eclipse.linuxtools.lttng.ui.command.project.trace.rename">
385 </handler>
386 <handler
387 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.DeleteTraceHandler"
388 commandId="org.eclipse.linuxtools.lttng.ui.command.project.trace.delete">
389 </handler>
390 <handler
391 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.NewExperimentHandler"
392 commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.new">
393 </handler>
394 <handler
395 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.SelectTracesHandler"
396 commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.select">
397 </handler>
398 <handler
399 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.OpenExperimentHandler"
400 commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.open">
401 </handler>
402 <handler
403 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.RenameExperimentHandler"
404 commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.rename">
405 </handler>
406 <handler
407 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.DeleteExperimentHandler"
408 commandId="org.eclipse.linuxtools.lttng.ui.command.project.experiment.delete">
409 </handler>
410 <handler
411 class="org.eclipse.linuxtools.lttng.ui.views.project.handlers.RefreshHandler"
412 commandId="org.eclipse.linuxtools.lttng.ui.command.project.refresh">
413 </handler>
6e512b93
ASL
414 </extension>
415
416</plugin>
This page took 0.045323 seconds and 5 git commands to generate.