Fix timing issue in UI tests.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.xml
CommitLineData
abfad0aa
FC
1<?xml version="1.0" encoding="UTF-8"?>\r
2<?eclipse version="3.4"?>\r
3<plugin>\r
73005152
BH
4 <extension-point id="org.eclipse.linuxtools.tmf.ui.uml2SDLoader" name="TMF UML 2 Sequence Diagram Loader" schema="schema/org.eclipse.linuxtools.tmf.ui.uml2SDLoader.exsd"/>\r
5\r
12c155f5
FC
6 <extension\r
7 point="org.eclipse.ui.perspectives">\r
8 <perspective\r
9 class="org.eclipse.linuxtools.tmf.ui.views.TracingPerspectiveFactory"\r
10 icon="icons/eview16/tracing_pers.gif"\r
11 id="org.eclipse.linuxtools.tmf.ui.perspective"\r
12 name="%perspective.category.name">\r
13 </perspective>\r
14 </extension>\r
abfad0aa
FC
15 <extension\r
16 point="org.eclipse.ui.views">\r
17 <category\r
18 id="org.eclipse.linuxtools.tmf.ui.views.category"\r
b9763f53 19 name="%views.category.name">\r
abfad0aa
FC
20 </category>\r
21 <view\r
22 allowMultiple="false"\r
23 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
12c155f5 24 class="org.eclipse.linuxtools.tmf.ui.views.events.TmfEventsView"\r
db36aadd 25 icon="icons/eview16/events_view.gif"\r
abfad0aa 26 id="org.eclipse.linuxtools.tmf.ui.views.events"\r
b9763f53 27 name="%events.view.name"\r
abfad0aa
FC
28 restorable="true">\r
29 </view>\r
ce62370f
FC
30 <view\r
31 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
32 class="org.eclipse.linuxtools.tmf.ui.views.timechart.TimeChartView"\r
33 icon="icons/eview16/timechart_view.gif"\r
34 id="org.eclipse.linuxtools.tmf.ui.views.timechart"\r
35 name="%timechart.view.name"\r
36 restorable="true">\r
37 </view>\r
ca13a91c
FC
38 <view\r
39 allowMultiple="false"\r
40 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
41 class="org.eclipse.linuxtools.tmf.ui.views.colors.ColorsView"\r
42 icon="icons/eview16/colors_view.gif"\r
43 id="org.eclipse.linuxtools.tmf.ui.views.colors"\r
44 name="%colors.view.name"\r
45 restorable="true">\r
46 </view> \r
90e2b925
FC
47 <view\r
48 allowMultiple="false"\r
49 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
50 class="org.eclipse.linuxtools.tmf.ui.views.filter.FilterView"\r
51 icon="icons/eview16/filters_view.gif"\r
52 id="org.eclipse.linuxtools.tmf.ui.views.filter"\r
53 name="%filters.view.name"\r
54 restorable="true">\r
55 </view>\r
73005152
BH
56 <view\r
57 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
58 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView"\r
59 icon="icons/eview16/sequencediagram_view.gif"\r
60 id="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"\r
61 name="%uml2sd.view.name"\r
62 restorable="true">\r
79e08fd0
BH
63 </view>\r
64 <view\r
65 allowMultiple="false"\r
66 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
67 class="org.eclipse.linuxtools.tmf.ui.views.statistics.TmfStatisticsView"\r
68 icon="icons/eview16/statistics_view.gif"\r
69 id="org.eclipse.linuxtools.tmf.ui.views.statistics"\r
70 name="%statistics.view.name"\r
71 restorable="true">\r
73005152 72 </view>\r
abfad0aa
FC
73 </extension>\r
74 <extension\r
75 point="org.eclipse.ui.editors">\r
76 <editor\r
77 class="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor"\r
78 default="false"\r
db36aadd 79 icon="icons/eview16/events_view.gif"\r
abfad0aa 80 id="org.eclipse.linuxtools.tmf.ui.editors.events"\r
b9763f53 81 name="%events.editor.name">\r
abfad0aa
FC
82 <contentTypeBinding\r
83 contentTypeId="org.eclipse.linuxtools.tmf.ui.content-type.trace">\r
84 </contentTypeBinding>\r
85 </editor>\r
86 </extension>\r
87 <extension\r
abfad0aa
FC
88 point="org.eclipse.ui.newWizards">\r
89 <category\r
90 id="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
b9763f53 91 name="%wizard.category.name">\r
abfad0aa
FC
92 </category>\r
93 <wizard\r
94 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
9501fb58 95 class="org.eclipse.linuxtools.tmf.ui.project.wizards.NewTmfProjectWizard"\r
12c155f5 96 icon="icons/elcl16/new_tracing_prj.gif"\r
abfad0aa 97 id="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject"\r
b9763f53 98 name="%project.new.wizard.name"\r
abfad0aa
FC
99 project="true">\r
100 <description>\r
b9763f53
FC
101 %project.new.wizard.description\r
102 \r
abfad0aa
FC
103 </description>\r
104 </wizard>\r
911ee550
FC
105 <wizard\r
106 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
12c155f5 107 class="org.eclipse.linuxtools.tmf.ui.parsers.wizards.CustomTxtParserWizard"\r
db36aadd 108 icon="icons/etool16/customparser_wizard.gif"\r
911ee550 109 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.text"\r
b9763f53 110 name="%project.new.wizard.custom.text.parser">\r
911ee550
FC
111 </wizard>\r
112 <wizard\r
113 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
12c155f5 114 class="org.eclipse.linuxtools.tmf.ui.parsers.wizards.CustomXmlParserWizard"\r
db36aadd 115 icon="icons/etool16/customparser_wizard.gif"\r
911ee550 116 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.xml"\r
b9763f53 117 name="%project.new.wizard.custom.xml.parser">\r
911ee550 118 </wizard>\r
abfad0aa 119 </extension>\r
12c155f5
FC
120 <extension\r
121 point="org.eclipse.ui.importWizards">\r
122 <category\r
123 id="org.eclipse.linuxtools.tmf.import.category"\r
124 name="%wizard.category.name">\r
125 </category>\r
126 <wizard\r
127 category="org.eclipse.linuxtools.tmf.import.category"\r
128 class="org.eclipse.linuxtools.tmf.ui.project.wizards.ImportTraceWizard"\r
129 icon="icons/etool16/import.gif"\r
130 id="org.eclipse.linuxtools.tmf.ui.trace.import.wizard"\r
131 name="%project.import.wizard.name">\r
132 </wizard>\r
133 </extension>\r
abfad0aa 134 <extension\r
b9763f53 135 id="org.eclipse.linuxtools.tmf.project.nature"\r
abfad0aa
FC
136 point="org.eclipse.core.resources.natures">\r
137 <runtime>\r
138 <run\r
dc8d8aa8 139 class="org.eclipse.linuxtools.tmf.core.TmfProjectNature">\r
abfad0aa
FC
140 </run>\r
141 </runtime>\r
142 </extension>\r
143 <extension\r
12c155f5
FC
144 point="org.eclipse.ui.ide.projectNatureImages">\r
145 <image\r
146 icon="icons/ovr16/trace_nature_ovr.gif"\r
147 id="org.eclipse.linuxtools.tmf.ui.nature.image"\r
148 natureId="org.eclipse.linuxtools.tmf.project.nature">\r
149 </image>\r
150 </extension>\r
151 <extension\r
152 point="org.eclipse.ui.navigator.navigatorContent">\r
153 <navigatorContent\r
154 activeByDefault="true"\r
155 contentProvider="org.eclipse.linuxtools.tmf.ui.project.model.TmfNavigatorContentProvider"\r
156 icon="icons/eview16/tracing_pers.gif"\r
157 id="org.eclipse.linuxtools.tmf.ui.navigator.content"\r
158 labelProvider="org.eclipse.linuxtools.tmf.ui.project.model.TmfNavigatorLabelProvider"\r
159 name="%navigatorContent.name"\r
160 priority="normal">\r
12c155f5
FC
161 <triggerPoints>\r
162 <or>\r
828e5592
PT
163 <and>\r
164 <instanceof\r
165 value="org.eclipse.core.resources.IProject">\r
166 </instanceof>\r
167 <test\r
168 property="org.eclipse.core.resources.projectNature"\r
169 value="org.eclipse.linuxtools.tmf.project.nature">\r
170 </test>\r
171 </and>\r
12c155f5
FC
172 <instanceof\r
173 value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement">\r
174 </instanceof>\r
175 </or>\r
176 </triggerPoints>\r
177 <possibleChildren>\r
178 <or>\r
179 <instanceof\r
180 value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement">\r
181 </instanceof>\r
828e5592
PT
182 <instanceof\r
183 value="org.eclipse.core.resources.IResource">\r
184 </instanceof>\r
12c155f5
FC
185 </or></possibleChildren>\r
186 <override\r
187 policy="InvokeAlwaysRegardlessOfSuppressedExt"\r
188 suppressedExtensionId="org.eclipse.ui.navigator.resourceContent">\r
189 </override>\r
828e5592
PT
190 <actionProvider\r
191 class="org.eclipse.linuxtools.tmf.ui.project.handlers.TmfActionProvider"\r
192 id="org.eclipse.linuxtools.tmf.ui.navigator.actions.provider">\r
193 <enablement>\r
194 <or>\r
195 <instanceof\r
196 value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement">\r
197 </instanceof>\r
198 </or>\r
199 </enablement>\r
200 </actionProvider>\r
201 <dropAssistant\r
202 class="org.eclipse.linuxtools.tmf.ui.project.handlers.DropAdapterAssistant"\r
203 id="org.eclipse.linuxtools.tmf.ui.navigator.dropAssistant">\r
204 <possibleDropTargets>\r
205 <or>\r
206 <and>\r
207 <instanceof\r
208 value="org.eclipse.core.resources.IProject">\r
209 </instanceof>\r
210 <test\r
211 property="org.eclipse.core.resources.projectNature"\r
212 value="org.eclipse.linuxtools.tmf.project.nature">\r
213 </test>\r
214 </and>\r
215 <instanceof\r
216 value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement">\r
217 </instanceof>\r
218 </or>\r
219 </possibleDropTargets>\r
220 </dropAssistant>\r
221 <commonWizard\r
222 menuGroupId="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.menuGroupId"\r
223 type="new"\r
224 wizardId="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject">\r
225 <enablement></enablement>\r
226 </commonWizard>\r
12c155f5
FC
227 </navigatorContent>\r
228 </extension>\r
229 <extension\r
230 point="org.eclipse.ui.navigator.viewer">\r
231 <viewerContentBinding\r
232 viewerId="org.eclipse.ui.navigator.ProjectExplorer">\r
233 <includes>\r
234 <contentExtension\r
235 pattern="org.eclipse.linuxtools.tmf.ui.navigator.content">\r
236 </contentExtension>\r
237 <contentExtension\r
238 pattern="org.eclipse.ui.navigator.resources.filters.*">\r
239 </contentExtension>\r
240 </includes>\r
241 </viewerContentBinding>\r
242 </extension>\r
243 <extension\r
244 point="org.eclipse.ui.decorators">\r
245 <decorator\r
246 icon="icons/ovr16/trace_folder_ovr.png"\r
247 id="org.eclipse.linuxtools.tmf.ui.trace_folder.decorator"\r
248 label="Trace Folder"\r
249 lightweight="true"\r
250 location="TOP_RIGHT"\r
251 state="true">\r
252 <enablement>\r
253 <objectClass\r
254 name="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder">\r
255 </objectClass>\r
256 </enablement>\r
257 </decorator>\r
258 <decorator\r
259 icon="icons/ovr16/experiment_folder_ovr.png"\r
260 id="org.eclipse.linuxtools.tmf.ui.experiment_folder.decorator"\r
261 label="Trace Experiment Folder"\r
262 lightweight="true"\r
263 location="TOP_RIGHT"\r
264 state="true">\r
265 <enablement>\r
266 <objectClass\r
267 name="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder">\r
268 </objectClass>\r
269 </enablement>\r
270 </decorator>\r
271 <decorator\r
272 icon="icons/ovr16/link_ovr.gif"\r
273 id="org.eclipse.linuxtools.tmf.ui.linked_trace.decorator"\r
274 label="Linked Trace"\r
275 lightweight="true"\r
276 location="BOTTOM_RIGHT"\r
277 state="true">\r
278 <enablement>\r
279 <and>\r
280 <objectClass\r
281 name="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
282 </objectClass>\r
283 <objectState\r
284 name="isLinked"\r
285 value="true">\r
286 </objectState>\r
287 </and>\r
288 </enablement>\r
289 </decorator>\r
290 </extension>\r
291 <extension\r
292 point="org.eclipse.ui.menus">\r
293 <menuContribution\r
294 locationURI="menu:org.eclipse.ui.navigator.ProjectExplorer">\r
295 <command\r
296 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
297 id="org.eclipse.linuxtools.tmf.ui.menu.managecustomparsers"\r
298 style="push">\r
299 </command>\r
300 </menuContribution>\r
301 <menuContribution\r
302 locationURI="popup:org.eclipse.ui.popup.any?after=additions">\r
303 <command\r
304 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
305 disabledIcon="icons/dtool16/import.gif"\r
306 icon="icons/etool16/import.gif"\r
307 label="%commands.trace_folder.import"\r
308 mnemonic="%commands.trace_folder.import.mnemonic"\r
309 style="push">\r
310 <visibleWhen\r
311 checkEnabled="false">\r
312 <with\r
313 variable="selection">\r
314 <count\r
315 value="1">\r
316 </count>\r
317 <iterate>\r
318 <and>\r
319 <instanceof\r
320 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder">\r
321 </instanceof>\r
322 </and>\r
323 </iterate>\r
324 </with>\r
325 </visibleWhen>\r
326 </command>\r
327 <separator\r
328 name="org.eclipse.linuxtools.tmf.ui.separator1"\r
329 visible="true">\r
330 </separator>\r
331 <command\r
332 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh"\r
333 disabledIcon="icons/dlcl16/refresh.gif"\r
334 icon="icons/elcl16/refresh.gif"\r
335 label="%commands.trace_folder.refresh"\r
336 mnemonic="%commands.trace_folder.refresh.mnemonic"\r
337 style="push">\r
338 <visibleWhen\r
339 checkEnabled="false">\r
340 <with\r
341 variable="selection">\r
342 <count\r
343 value="1">\r
344 </count>\r
345 <iterate\r
346 ifEmpty="true"\r
347 operator="and">\r
348 <and>\r
349 <instanceof\r
350 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder">\r
351 </instanceof>\r
352 </and>\r
353 </iterate>\r
354 </with>\r
355 </visibleWhen>\r
356 </command>\r
357 <command\r
358 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
359 disabledIcon="icons/dlcl16/open.gif"\r
360 icon="icons/elcl16/open.gif"\r
361 label="%commands.trace.open"\r
362 mnemonic="%commands.trace.open.mnemonic"\r
363 style="push">\r
364 <visibleWhen\r
365 checkEnabled="false">\r
366 <with\r
367 variable="selection">\r
368 <count\r
369 value="1">\r
370 </count>\r
371 <iterate>\r
372 <and>\r
373 <instanceof\r
374 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
375 </instanceof></and>\r
376 </iterate>\r
377 </with>\r
378 </visibleWhen>\r
379 </command>\r
380 <command\r
381 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy"\r
382 disabledIcon="IMG_TOOL_COPY_DISABLED"\r
383 icon="IMG_TOOL_COPY"\r
384 label="%commands.trace.copy"\r
385 mnemonic="%commands.trace.copy.mnemonic"\r
386 style="push">\r
387 <visibleWhen\r
388 checkEnabled="false">\r
389 <with\r
390 variable="selection">\r
391 <count\r
392 value="1">\r
393 </count>\r
394 <iterate>\r
395 <and>\r
396 <instanceof\r
397 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
398 </instanceof></and>\r
399 </iterate>\r
400 </with>\r
401 </visibleWhen>\r
402 </command>\r
403 <command\r
404 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"\r
405 disabledIcon="icons/dlcl16/rename.gif"\r
406 icon="icons/elcl16/rename.gif"\r
407 label="%commands.trace.rename"\r
408 mnemonic="%commands.trace.rename.mnemonic"\r
409 style="push">\r
410 <visibleWhen\r
411 checkEnabled="false">\r
412 <with\r
413 variable="selection">\r
414 <count\r
415 value="1">\r
416 </count>\r
417 <iterate\r
418 ifEmpty="false"\r
419 operator="and">\r
420 <and>\r
421 <instanceof\r
422 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
423 </instanceof>\r
424 </and>\r
425 </iterate>\r
426 </with>\r
427 </visibleWhen>\r
428 </command>\r
429 <command\r
430 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
431 disabledIcon="IMG_ETOOL_DELETE_DISABLED"\r
432 icon="IMG_ETOOL_DELETE"\r
433 label="%commands.trace.delete"\r
434 mnemonic="%commands.trace.delete.mnemonic"\r
435 style="push">\r
436 <visibleWhen\r
437 checkEnabled="false">\r
438 <with\r
439 variable="selection">\r
440 <iterate\r
441 ifEmpty="false"\r
442 operator="and">\r
443 <and>\r
444 <instanceof\r
445 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
446 </instanceof>\r
447 </and>\r
448 </iterate>\r
449 </with>\r
450 </visibleWhen>\r
451 </command>\r
452 <separator\r
453 name="org.eclipse.linuxtools.tmf.ui.separator2"\r
454 visible="true">\r
455 </separator>\r
456 <menu\r
457 label="%commands.trace.select_trace_type"\r
458 mnemonic="%commands.trace.select_trace_type.mnemonic">\r
459 <dynamic\r
460 class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTraceTypeContributionItem"\r
461 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type.dynamic">\r
462 </dynamic>\r
463 <visibleWhen\r
464 checkEnabled="false">\r
465 <with\r
466 variable="selection">\r
467 <iterate\r
468 ifEmpty="false"\r
469 operator="and">\r
470 <and>\r
471 <instanceof\r
472 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
473 </instanceof>\r
474 </and>\r
475 </iterate>\r
476 </with>\r
477 </visibleWhen>\r
478 </menu>\r
479 <command\r
480 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new"\r
481 disabledIcon="icons/dtool16/new.gif"\r
482 icon="icons/etool16/new.gif"\r
483 label="%commands.experiment_folder.new"\r
484 mnemonic="%commands.experiment_folder.new.mnemonic"\r
485 style="push">\r
486 <visibleWhen\r
487 checkEnabled="false">\r
488 <with\r
489 variable="selection">\r
490 <count\r
491 value="1">\r
492 </count>\r
493 <iterate\r
494 ifEmpty="false"\r
495 operator="and">\r
496 <and>\r
497 <instanceof\r
498 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder">\r
499 </instanceof>\r
500 </and>\r
501 </iterate>\r
502 </with>\r
503 </visibleWhen>\r
504 </command>\r
505 <separator\r
506 name="org.eclipse.linuxtools.tmf.ui.separator3"\r
507 visible="true">\r
508 </separator>\r
509 <command\r
510 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh"\r
511 disabledIcon="icons/dlcl16/refresh.gif"\r
512 icon="icons/elcl16/refresh.gif"\r
513 label="%commands.experiment_folder.refresh"\r
514 mnemonic="%commands.experiment_folder.refresh.mnemonic"\r
515 style="push">\r
516 <visibleWhen\r
517 checkEnabled="false">\r
518 <with\r
519 variable="selection">\r
520 <count\r
521 value="1">\r
522 </count>\r
523 <iterate\r
524 ifEmpty="true"\r
525 operator="and">\r
526 <and>\r
527 <instanceof\r
528 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder">\r
529 </instanceof>\r
530 </and>\r
531 </iterate>\r
532 </with>\r
533 </visibleWhen>\r
534 </command>\r
535 <command\r
536 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
537 icon="IMG_OBJ_ADD"\r
538 label="%commands.experiment.selecttraces"\r
539 mnemonic="%commands.experiment.selecttraces.mnemonic"\r
540 style="push">\r
541 <visibleWhen\r
542 checkEnabled="false">\r
543 <with\r
544 variable="selection">\r
545 <count\r
546 value="1">\r
547 </count>\r
548 <iterate\r
549 ifEmpty="false"\r
550 operator="and">\r
551 <and>\r
552 <instanceof\r
553 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
554 </instanceof>\r
555 </and>\r
556 </iterate>\r
557 </with>\r
558 </visibleWhen>\r
559 </command>\r
560 <separator\r
561 name="org.eclipse.linuxtools.tmf.ui.separator4"\r
562 visible="true">\r
563 </separator>\r
564 <command\r
565 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
566 icon="icons/elcl16/open.gif"\r
567 label="%commands.experiment.open"\r
568 mnemonic="%commands.experiment.open.mnemonic"\r
569 style="push">\r
570 <visibleWhen\r
571 checkEnabled="false">\r
572 <with\r
573 variable="selection">\r
574 <count\r
575 value="1">\r
576 </count>\r
577 <iterate\r
578 ifEmpty="false"\r
579 operator="and">\r
580 <and>\r
581 <instanceof\r
582 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
583 </instanceof>\r
584 </and>\r
585 </iterate>\r
586 </with>\r
587 </visibleWhen>\r
588 </command>\r
589 <command\r
590 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy"\r
591 disabledIcon="IMG_TOOL_COPY_DISABLED"\r
592 icon="IMG_TOOL_COPY"\r
593 label="%commands.experiment.copy"\r
594 mnemonic="%commands.experiment.copy.mnemonic"\r
595 style="push">\r
596 <visibleWhen\r
597 checkEnabled="false">\r
598 <with\r
599 variable="selection">\r
600 <count\r
601 value="1">\r
602 </count>\r
603 <iterate\r
604 ifEmpty="false"\r
605 operator="and">\r
606 <and>\r
607 <instanceof\r
608 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
609 </instanceof>\r
610 </and>\r
611 </iterate>\r
612 </with>\r
613 </visibleWhen>\r
614 </command>\r
615 <command\r
616 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename"\r
617 icon="icons/elcl16/rename.gif"\r
618 label="%commands.experiment.rename"\r
619 mnemonic="%commands.experiment.rename.mnemonic"\r
620 style="push">\r
621 <visibleWhen\r
622 checkEnabled="false">\r
623 <with\r
624 variable="selection">\r
625 <count\r
626 value="1">\r
627 </count>\r
628 <iterate\r
629 ifEmpty="false"\r
630 operator="and">\r
631 <and>\r
632 <instanceof\r
633 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
634 </instanceof>\r
635 </and>\r
636 </iterate>\r
637 </with>\r
638 </visibleWhen>\r
639 </command>\r
640 <command\r
641 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
642 disabledIcon="IMG_ETOOL_DELETE_DISABLED"\r
643 icon="IMG_ETOOL_DELETE"\r
644 label="%commands.experiment.delete"\r
645 mnemonic="%commands.experiment.delete.mnemonic"\r
646 style="push">\r
647 <visibleWhen\r
648 checkEnabled="false">\r
649 <with\r
650 variable="selection">\r
651 <iterate\r
652 ifEmpty="false"\r
653 operator="and">\r
654 <and>\r
655 <instanceof\r
656 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
657 </instanceof>\r
658 </and>\r
659 </iterate>\r
660 </with>\r
661 </visibleWhen>\r
662 </command>\r
663 <separator\r
664 name="org.eclipse.linuxtools.tmf.ui.separator5"\r
665 visible="true">\r
666 </separator>\r
667 <command\r
668 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh"\r
669 disabledIcon="icons/dlcl16/refresh.gif"\r
670 icon="icons/elcl16/refresh.gif"\r
671 label="%commands.experiment.refresh"\r
672 mnemonic="%commands.experiment.refresh.mnemonic"\r
673 style="push">\r
674 <visibleWhen\r
675 checkEnabled="false">\r
676 <with\r
677 variable="selection">\r
678 <count\r
679 value="1">\r
680 </count>\r
681 <iterate\r
682 ifEmpty="true"\r
683 operator="and">\r
684 <and>\r
685 <instanceof\r
686 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
687 </instanceof>\r
688 </and>\r
689 </iterate>\r
690 </with>\r
691 </visibleWhen>\r
692 </command>\r
693 </menuContribution>\r
abfad0aa
FC
694 </extension>\r
695 <extension\r
abfad0aa
FC
696 point="org.eclipse.ui.commands">\r
697 <category\r
12c155f5
FC
698 description="%commands.trace_folder.category.description"\r
699 id="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category"\r
700 name="%commands.trace_folder.category.name">\r
abfad0aa
FC
701 </category>\r
702 <command\r
12c155f5
FC
703 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category"\r
704 description="%commands.trace_folder.import.description"\r
705 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
706 name="%commands.trace_folder.import">\r
abfad0aa
FC
707 </command>\r
708 <command\r
12c155f5
FC
709 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category"\r
710 description="%commands.trace_folder.refresh.description"\r
711 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh"\r
712 name="%commands.trace_folder.refresh">\r
b9763f53
FC
713 </command>\r
714 <category\r
715 description="%commands.trace.category.description"\r
716 id="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
717 name="%commands.trace.category.name">\r
718 </category>\r
abfad0aa 719 <command\r
b9763f53
FC
720 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
721 description="%commands.trace.open.description"\r
abfad0aa 722 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
b9763f53 723 name="%commands.trace.open">\r
abfad0aa 724 </command>\r
12c155f5
FC
725 <command\r
726 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
727 description="%commands.trace.copy.description"\r
728 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy"\r
729 name="%commands.trace.copy">\r
730 </command>\r
abfad0aa 731 <command\r
b9763f53
FC
732 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
733 description="%commands.trace.rename.description"\r
734 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"\r
735 name="%commands.trace.rename">\r
736 </command>\r
12c155f5
FC
737 <category\r
738 description="%commands.experiment_folder.category.description"\r
739 id="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category"\r
740 name="%commands.experiment_folder.category.name">\r
741 </category>\r
742 <command\r
743 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category"\r
744 description="%commands.experiment_folder.new.description"\r
745 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new"\r
746 name="%commands.experiment_folder.new">\r
747 </command>\r
748 <command\r
749 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category"\r
750 description="%commands.experiment_folder.refresh.description"\r
751 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh"\r
752 name="%commands.experiment_folder.refresh">\r
753 </command>\r
b9763f53
FC
754 <command\r
755 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
12c155f5
FC
756 description="%commands.trace.select_trace_type.description"\r
757 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type"\r
758 name="%commands.trace.select_trace_type">\r
abfad0aa 759 <commandParameter\r
12c155f5
FC
760 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.bundle"\r
761 name="%commands.trace.select_trace_type.bundle"\r
762 optional="false">\r
763 </commandParameter>\r
764 <commandParameter\r
765 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.type"\r
766 name="%commands.trace.select_trace_type.type"\r
767 optional="false">\r
768 </commandParameter>\r
769 <commandParameter\r
770 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.icon"\r
771 name="%commands.trace.select_trace_type.icon"\r
abfad0aa
FC
772 optional="false">\r
773 </commandParameter>\r
774 </command>\r
775 <command\r
b9763f53
FC
776 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
777 description="%commands.trace.delete.description"\r
abfad0aa 778 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
b9763f53 779 name="%commands.trace.delete">\r
abfad0aa 780 </command>\r
b9763f53
FC
781 <category\r
782 description="%commands.experiment.category.description"\r
783 id="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
784 name="%commands.experiment.category.name">\r
785 </category>\r
abfad0aa 786 <command\r
b9763f53
FC
787 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
788 description="%commands.experiment.selecttraces.description"\r
abfad0aa 789 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
b9763f53 790 name="%commands.experiment.selecttraces">\r
abfad0aa
FC
791 </command>\r
792 <command\r
b9763f53
FC
793 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
794 description="%commands.experiment.open.description"\r
abfad0aa 795 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
b9763f53 796 name="%commands.experiment.open">\r
12c155f5
FC
797 </command>\r
798 <command\r
799 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
800 description="%commands.experiment.copy.description"\r
801 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy"\r
802 name="%commands.experiment.copy">\r
abfad0aa
FC
803 </command>\r
804 <command\r
b9763f53
FC
805 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
806 description="%commands.experiment.rename.description"\r
abfad0aa 807 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename"\r
b9763f53 808 name="%commands.experiment.rename">\r
abfad0aa
FC
809 </command>\r
810 <command\r
b9763f53
FC
811 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
812 description="%commands.experiment.delete.description"\r
abfad0aa 813 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
b9763f53 814 name="%commands.experiment.delete">\r
abfad0aa 815 </command>\r
12c155f5
FC
816 <command\r
817 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
818 description="%commands.experiment.refresh.description"\r
819 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh"\r
820 name="%commands.experiment.refresh">\r
821 </command>\r
b9763f53
FC
822 <category\r
823 description="%commands.parser.category.description"\r
824 id="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
825 name="%commands.parser.category.name">\r
826 </category>\r
911ee550 827 <command\r
b9763f53
FC
828 categoryId="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
829 description="%commands.parser.manage.description"\r
911ee550 830 id="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
b9763f53 831 name="%commands.parser.manage">\r
911ee550 832 </command>\r
73005152
BH
833 <category\r
834 description="%commands.uml2sd.category.name"\r
835 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" \r
836 name="%commands.uml2sd.category.name">\r
837 </category>\r
838 <command\r
839 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
840 description="%commands.uml2sd.goto.description"\r
841 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage"\r
842 name="%commands.uml2sd.goto">\r
843 </command>\r
844 <command\r
845 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
846 description="%commands.uml2sd.showend.description"\r
847 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd"\r
848 name="%commands.uml2sd.showend">\r
849 </command>\r
850 <command\r
851 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
852 description="%commands.uml2sd.showstart.description"\r
853 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart"\r
854 name="%commands.uml2sd.showstart">\r
855 </command> \r
856 <command\r
857 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
858 description="%commands.uml2sd.scrollup.description"\r
859 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp"\r
860 name="%commands.uml2sd.scrollup">\r
861 </command>\r
862 <command\r
863 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
864 description="%commands.uml2sd.scrolldown.description"\r
865 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown"\r
866 name="%commands.uml2sd.scrolldown">\r
867 </command>\r
868 <command\r
869 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
870 description="%commands.uml2sd.scrollleft.description"\r
871 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft"\r
872 name="%commands.uml2sd.scrollleft">\r
873 </command>\r
874 <command\r
875 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
876 description="%commands.uml2sd.scrollright.description"\r
877 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight"\r
878 name="%commands.uml2sd.scrollright">\r
879 </command>\r
880 </extension>\r
881 <extension point="org.eclipse.ui.bindings">\r
882 <key\r
883 sequence="ALT+R"\r
884 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
885 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage"\r
886 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
887 </key> \r
888 <key\r
889 sequence="SHIFT+ALT+END"\r
890 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
891 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd"\r
892 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
893 </key> \r
894 <key\r
895 sequence="SHIFT+ALT+HOME"\r
896 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
897 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart"\r
898 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
899 </key> \r
900 <key\r
901 sequence="SHIFT+ALT+ARROW_UP"\r
902 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
903 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp"\r
904 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
905 </key> \r
906 <key\r
907 sequence="SHIFT+ALT+ARROW_DOWN"\r
908 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
909 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown"\r
910 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
911 </key>\r
912 <key\r
913 sequence="SHIFT+ALT+ARROW_LEFT"\r
914 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
915 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft"\r
916 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
917 </key>\r
918 <key\r
919 sequence="SHIFT+ALT+ARROW_RIGHT"\r
920 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
921 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight"\r
922 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
828e5592 923 </key>\r
abfad0aa 924 </extension>\r
abfad0aa 925 <extension\r
abfad0aa
FC
926 point="org.eclipse.ui.handlers">\r
927 <handler\r
12c155f5
FC
928 class="org.eclipse.linuxtools.tmf.ui.project.handlers.ImportTraceHandler"\r
929 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import">\r
abfad0aa
FC
930 </handler>\r
931 <handler\r
12c155f5
FC
932 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler"\r
933 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh">\r
abfad0aa
FC
934 </handler>\r
935 <handler\r
12c155f5
FC
936 class="org.eclipse.linuxtools.tmf.ui.project.handlers.OpenTraceHandler"\r
937 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open">\r
abfad0aa
FC
938 </handler>\r
939 <handler\r
12c155f5
FC
940 class="org.eclipse.linuxtools.tmf.ui.project.handlers.CopyTraceHandler"\r
941 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy">\r
abfad0aa
FC
942 </handler>\r
943 <handler\r
12c155f5
FC
944 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RenameTraceHandler"\r
945 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename">\r
abfad0aa
FC
946 </handler>\r
947 <handler\r
12c155f5
FC
948 class="org.eclipse.linuxtools.tmf.ui.project.handlers.DeleteTraceHandler"\r
949 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete">\r
abfad0aa
FC
950 </handler>\r
951 <handler\r
12c155f5
FC
952 class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTraceTypeHandler"\r
953 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type">\r
abfad0aa
FC
954 </handler>\r
955 <handler\r
12c155f5
FC
956 class="org.eclipse.linuxtools.tmf.ui.project.handlers.NewExperimentHandler"\r
957 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new">\r
abfad0aa
FC
958 </handler>\r
959 <handler\r
12c155f5
FC
960 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler"\r
961 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh">\r
abfad0aa
FC
962 </handler>\r
963 <handler\r
12c155f5 964 class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTracesHandler"\r
abfad0aa
FC
965 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select">\r
966 </handler>\r
967 <handler\r
12c155f5 968 class="org.eclipse.linuxtools.tmf.ui.project.handlers.OpenExperimentHandler"\r
abfad0aa
FC
969 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open">\r
970 </handler>\r
971 <handler\r
12c155f5
FC
972 class="org.eclipse.linuxtools.tmf.ui.project.handlers.CopyExperimentHandler"\r
973 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy">\r
abfad0aa
FC
974 </handler>\r
975 <handler\r
12c155f5
FC
976 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RenameExperimentHandler"\r
977 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename">\r
abfad0aa
FC
978 </handler>\r
979 <handler\r
12c155f5
FC
980 class="org.eclipse.linuxtools.tmf.ui.project.handlers.DeleteExperimentHandler"\r
981 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete">\r
abfad0aa
FC
982 </handler>\r
983 <handler\r
12c155f5
FC
984 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler"\r
985 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh">\r
abfad0aa 986 </handler>\r
911ee550
FC
987 <handler\r
988 class="org.eclipse.linuxtools.tmf.ui.commands.ManageCustomParsersCommandHandler"\r
989 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers">\r
990 </handler>\r
e2561baf
FC
991 <handler\r
992 class="org.eclipse.linuxtools.tmf.ui.editors.handlers.AddBookmarkHandler"\r
993 commandId="org.eclipse.ui.edit.addBookmark">\r
994 <activeWhen>\r
995 <with\r
996 variable="activeEditor">\r
997 <instanceof\r
998 value="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor">\r
999 </instanceof>\r
1000 </with>\r
1001 </activeWhen>\r
1002 </handler>\r
abfad0aa 1003 </extension>\r
abfad0aa
FC
1004 <extension\r
1005 point="org.eclipse.core.contenttype.contentTypes">\r
1006 <content-type\r
abfad0aa 1007 id="org.eclipse.linuxtools.tmf.ui.content-type.trace"\r
b9763f53 1008 name="%contenttype.trace"\r
abfad0aa
FC
1009 priority="normal">\r
1010 </content-type>\r
1011 </extension>\r
73005152
BH
1012 <extension\r
1013 point="org.eclipse.ui.contexts">\r
1014 <context\r
1015 id="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
1016 name="%contexts.uml2sd">\r
1017 </context>\r
1018 </extension>\r
1019 <extension\r
1020 point="org.eclipse.ui.preferencePages">\r
1021 <page\r
1022 class="org.eclipse.linuxtools.tmf.ui.preferences.TmfTracingPreferencePage"\r
1023 id="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"\r
1024 name="%preference.page.trace.name">\r
1025 </page>\r
1026 <page\r
1027 category="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"\r
1028 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage"\r
1029 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage"\r
1030 name="%preference.page.uml2sd.name">\r
1031 </page>\r
1032 </extension>\r
1033 <extension\r
1034 point="org.eclipse.linuxtools.tmf.ui.uml2SDLoader">\r
1035 <uml2SDLoader\r
1036 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader"\r
1037 default="true"\r
1038 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader"\r
1039 name="TMF UML2SD Loader"\r
1040 view="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView">\r
1041 </uml2SDLoader>\r
1042 </extension>\r
12c155f5
FC
1043 <extension\r
1044 point="org.eclipse.core.expressions.propertyTesters">\r
1045 <propertyTester\r
1046 class="org.eclipse.linuxtools.tmf.ui.project.handlers.PropertyTester"\r
1047 id="org.eclipse.linuxtools.tmf.ui.propertyTester.isInTraceFolder"\r
1048 namespace="org.eclipse.linuxtools.tmf.ui.propertyTester"\r
1049 properties="isInTraceFolder"\r
1050 type="org.eclipse.jface.viewers.ISelection">\r
1051 </propertyTester>\r
1052 </extension>\r
abfad0aa
FC
1053\r
1054</plugin>\r
This page took 0.073019 seconds and 5 git commands to generate.