Project

General

Profile

Download (52.1 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.2"?>
3
<plugin>
4
   <extension
5
         id="application"
6
         point="org.eclipse.core.runtime.applications">
7
      <application>
8
         <run
9
               class="eu.etaxonomy.taxeditor.editor.Application">
10
         </run>
11
      </application>
12
   </extension>
13
      <extension
14
            point="org.eclipse.core.runtime.adapters">
15
         <factory
16
               adaptableType="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
17
               class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditorAdapterFactory">
18
            <adapter
19
                  type="eu.etaxonomy.taxeditor.editor.DuplicateArbitrator">
20
            </adapter>
21
         </factory>
22
      </extension>
23
   <extension
24
         point="org.eclipse.ui.editors">
25
      <editor
26
           class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
27
           icon="icons/edit_16x16.gif"
28
           id="eu.etaxonomy.taxeditor.editor.taxon"
29
           name="%editor.name">
30
 	  </editor>
31
      <editor
32
            class="eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor"
33
            default="true"
34
            id="eu.etaxonomy.taxeditor.editor.taxon.name"
35
            name="%editor.name.0">
36
      </editor>
37
      <editor
38
            class="eu.etaxonomy.taxeditor.editor.key.KeyEditor"
39
            default="false"
40
            id="eu.etaxonomy.taxeditor.editor.key"
41
            name="%editor.name.1">
42
      </editor>
43
      <editor
44
            class="eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyGraphEditor"
45
            default="false"
46
            id="eu.etaxonomy.taxeditor.editor.key.polytomous.graph"
47
            name="%editor.name.2">
48
      </editor>
49
      <editor
50
            class="eu.etaxonomy.taxeditor.editor.key.polytomous.PolytomousKeyListEditor"
51
            default="false"
52
            id="eu.etaxonomy.taxeditor.editor.key.polytomous.list"
53
            name="%editor.name.3">
54
      </editor>
55
      <editor
56
            class="eu.etaxonomy.taxeditor.editor.group.authority.CdmAuthorityEditor"
57
            default="false"
58
            id="eu.etaxonomy.taxeditor.editor.group.authority"
59
            name="%editor.name.4">
60
      </editor>
61
      <editor
62
            class="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView"
63
            default="false"
64
            icon="icons/derivate_view-16x16-32.png"
65
            id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView"
66
            name="%editor.name.5">
67
      </editor>
68
      <editor
69
            class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor"
70
            default="false"
71
            id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor"
72
            name="%editor.name.6">
73
      </editor>
74
      <editor
75
            class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor"
76
            default="false"
77
            id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor"
78
            name="%editor.name.7">
79
      </editor>
80
         <editor
81
            class="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor"
82
            icon="icons/address-book-new.png"
83
            id="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor"
84
            name="%editor.name.8">
85
      </editor>
86
   </extension>
87
      <extension
88
            point="org.eclipse.ui.views">
89
         <view
90
               allowMultiple="false"
91
               category="eu.etaxonomy.taxeditor.editor.category"
92
               class="eu.etaxonomy.taxeditor.editor.view.descriptive.DescriptiveViewPart"
93
               icon="icons/address-book-new.png"
94
               id="eu.etaxonomy.taxeditor.editor.view.descriptive"
95
               name="%view.name"
96
               restorable="true">
97
         </view>
98
          <view
99
                allowMultiple="false"
100
                category="eu.etaxonomy.taxeditor.editor.category"
101
                class="eu.etaxonomy.taxeditor.editor.view.uses.UsesViewPart"
102
                icon="icons/leaf.png"
103
                id="eu.etaxonomy.taxeditor.editor.view.uses"
104
                name="%view.name.0"
105
                restorable="true">
106
         </view>
107
         <view
108
               allowMultiple="false"
109
               category="eu.etaxonomy.taxeditor.editor.category"
110
               class="eu.etaxonomy.taxeditor.editor.view.media.MediaViewPart"
111
               icon="icons/camera-photo.png"
112
               id="eu.etaxonomy.taxeditor.editor.view.media"
113
               name="%view.name.1"
114
               restorable="true">
115
         </view>
116
         <view
117
               category="eu.etaxonomy.taxeditor.editor.category"
118
               class="eu.etaxonomy.taxeditor.editor.view.concept.ConceptViewPart"
119
               id="eu.etaxonomy.taxeditor.editor.view.concept"
120
               name="%view.name.2"
121
               restorable="true">
122
         </view>
123
         <view
124
               category="eu.etaxonomy.taxeditor.editor.category"
125
               class="eu.etaxonomy.taxeditor.editor.view.concept.graph.ConceptGraphView"
126
               icon="icons/address-book-new.png"
127
               id="eu.etaxonomy.taxeditor.editor.view.concept.graph"
128
               name="%view.name.3"
129
               restorable="true">
130
         </view>
131
         <category
132
               id="eu.etaxonomy.taxeditor.editor.category"
133
               name="%category.name">
134
         </category>
135
         <view
136
               allowMultiple="true"
137
               class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
138
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
139
               name="%view.name.4">
140
         </view>
141
         <view
142
               allowMultiple="true"
143
               class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
144
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
145
               name="%view.name.5">
146
         </view>
147
      </extension>
148
   <extension
149
         point="org.eclipse.ui.elementFactories">
150
      <factory
151
            class="eu.etaxonomy.taxeditor.editor.TaxonEditorInputFactory"
152
            id="eu.etaxonomy.taxeditor.editor.name.taxonEditorInputFactory">
153
      </factory>
154
   </extension>
155
   <extension
156
         point="org.eclipse.ui.menus">
157
      <menuContribution
158
            locationURI="menu:eu.etaxonomy.navigation.menu.new?after=eu.etaxonomy.navigation.menu.new.separator1">
159
         <command
160
               commandId="eu.etaxonomy.taxeditor.editor.command.new.name"
161
               label="%command.label.46"
162
               style="push">
163
         </command>
164
         <command
165
               commandId="eu.etaxonomy.taxeditor.editor.command.new.reference"
166
               label="%command.label.47"
167
               style="push">
168
         </command>
169
         <command
170
               commandId="eu.etaxonomy.taxeditor.editor.command.new.team"
171
               label="%command.label.1"
172
               style="push">
173
         </command>
174
         <command
175
               commandId="eu.etaxonomy.taxeditor.editor.command.new.person"
176
               label="%command.label.2"
177
               style="push">
178
         </command>
179
         <separator
180
               name="eu.etaxonomy.navigation.menu.new.separator2"
181
               visible="true">
182
         </separator>
183
         <command
184
               commandId="eu.etaxonomy.taxeditor.editor.command.new.specimen"
185
               label="%command.label.3"
186
               style="push">
187
         </command>
188
         <separator
189
               name="eu.etaxonomy.navigation.menu.new.separator3"
190
               visible="true">
191
         </separator>
192
         <command
193
               commandId="eu.etaxonomy.taxeditor.editor.command.new.datasource"
194
               label="%command.label.48"
195
               style="push">
196
         </command>
197
      </menuContribution>
198
      <menuContribution
199
            locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?before=eu.etaxonomy.taxeditor.store.showViewMenu.details">
200
         <separator
201
               name="eu.etaxonomy.taxeditor.editor.showViewMenu"
202
               visible="true">
203
         </separator>
204
         <command
205
               commandId="org.eclipse.ui.views.showView"
206
               label="%command.label.4"
207
               style="push">
208
            <parameter
209
                  name="org.eclipse.ui.views.showView.viewId"
210
                  value="eu.etaxonomy.taxeditor.editor.view.descriptive">
211
            </parameter>
212
         </command>
213
         <command
214
               commandId="org.eclipse.ui.views.showView"
215
               label="%command.label.5"
216
               style="push">
217
            <parameter
218
                  name="org.eclipse.ui.views.showView.viewId"
219
                  value="eu.etaxonomy.taxeditor.editor.view.media">
220
            </parameter>
221
         </command>
222
         <command
223
               commandId="org.eclipse.ui.views.showView"
224
               label="%command.label.6"
225
               style="push">
226
            <parameter
227
                  name="org.eclipse.ui.views.showView.viewId"
228
                  value="eu.etaxonomy.taxeditor.editor.view.concept">
229
            </parameter>
230
         </command>
231
         <command
232
               commandId="org.eclipse.ui.views.showView"
233
               label="%command.label.7"
234
               style="push">
235
            <parameter
236
                  name="org.eclipse.ui.views.showView.viewId"
237
                  value="eu.etaxonomy.taxeditor.editor.view.concept.graph">
238
            </parameter>
239
            <visibleWhen
240
                  checkEnabled="false">
241
               <reference
242
                     definitionId="isShowExperimentalFeatures">
243
               </reference>
244
            </visibleWhen>
245
         </command>
246
      </menuContribution>
247
      <menuContribution
248
            locationURI="menu:org.eclipse.ui.main.menu.navigate">
249
         <command
250
               commandId="eu.etaxonomy.taxeditor.editor.command.openParent"
251
               label="%command.label.8"
252
               style="push">
253
         </command>
254
      </menuContribution>
255
      <menuContribution
256
            locationURI="popup:eu.etaxonomy.taxeditor.editor.taxon.name">
257
         <menu
258
               label="%menu.label">
259
            <command
260
                  commandId="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
261
                  label="%command.label.9"
262
                  style="push">
263
               <visibleWhen>
264
                  <reference
265
                        definitionId="isAcceptedTaxon">
266
                  </reference>
267
               </visibleWhen>
268
            </command>
269
            <command
270
                  commandId="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
271
                  label="%command.label.10"
272
                  style="push">
273
               <visibleWhen>
274
                  <reference
275
                        definitionId="isAcceptedTaxon">
276
                  </reference>
277
               </visibleWhen>
278
            </command>
279
            <command
280
                  commandId="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
281
                  label="%command.label.11"
282
                  style="push">
283
               <visibleWhen>
284
                  <reference
285
                        definitionId="isSynonym">
286
                  </reference>
287
               </visibleWhen>
288
            </command>
289
            <separator
290
                  name="separator1"
291
                  visible="true">
292
            </separator>
293
           <command
294
                  commandId="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
295
                  label="%command.label.49"
296
                  style="push">
297
               <visibleWhen>
298
                  <or>
299
                     <reference
300
                           definitionId="isAcceptedTaxon">
301
                     </reference>
302
                     <reference
303
                           definitionId="isMisapplication">
304
                     </reference>
305
                  </or>
306
               </visibleWhen>
307
            </command>
308
         </menu>
309
        <!--<command
310
               commandId="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
311
               label="Change Accepted Taxon to Synonym"
312
               style="push">
313
            <visibleWhen
314
                  checkEnabled="true">
315
               <reference
316
                     definitionId="isAcceptedAndHasNoHomotypicSynonyms">
317
               </reference>
318
            </visibleWhen
319
                <visibleWhen>                  
320
                     <or>
321
                        <reference
322
                              definitionId="isAcceptedTaxon">
323
                        </reference>
324
                        <reference
325
                              definitionId="isMisapplication">
326
                        </reference>
327
                     </or>                  
328
               </visibleWhen>
329
         </command>-->
330
         <menu
331
               label="%menu.label.0">
332
            <command
333
                  commandId="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
334
                  label="%command.label.12"
335
                  style="push">
336
               <visibleWhen>
337
                  <not>
338
                     <or>
339
                        <reference
340
                              definitionId="isAcceptedTaxon">
341
                        </reference>
342
                        <reference
343
                              definitionId="isMisapplication">
344
                        </reference>
345
                     </or>
346
                  </not>
347
               </visibleWhen>
348
            </command>
349
            <command
350
                  commandId="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
351
                  label="%command.label.13"
352
                  style="push">
353
               <visibleWhen>
354
                  <not>
355
                     <or>
356
                        <reference
357
                              definitionId="isAcceptedTaxon">
358
                        </reference>
359
                        <reference
360
                              definitionId="isSynonym">
361
                        </reference>
362
                     </or>
363
                  </not>
364
               </visibleWhen>
365
            </command>
366
            <command
367
                  commandId="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
368
                  label="%command.label.14"
369
                  style="push">
370
               <visibleWhen>
371
                  <not>
372
                     <or>
373
                        <reference
374
                              definitionId="isAcceptedTaxon">
375
                        </reference>
376
                        <reference
377
                              definitionId="isMisapplication">
378
                        </reference>
379
                     </or>
380
                  </not>
381
               </visibleWhen>
382
            </command>
383
         </menu>
384
         <separator
385
               name="taxeditor-editor.separator1"
386
               visible="true">
387
         </separator>
388
         <command
389
               commandId="org.eclipse.ui.edit.delete"
390
               label="%command.label.15"
391
               style="push">
392
            <visibleWhen>
393
               <or>
394
                  <reference
395
                        definitionId="isSynonym">
396
                  </reference>
397
                  <reference
398
                        definitionId="isMisapplication">
399
                  </reference>
400
                  <reference
401
                        definitionId="isConceptRelation">
402
                  </reference>
403
               </or>
404
            </visibleWhen>
405
         </command>
406
         <command
407
               commandId="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
408
               label="%command.label.16"
409
               style="push">
410
            <visibleWhen>
411
               <reference
412
                     definitionId="hasEmptyNames">
413
               </reference>
414
            </visibleWhen>
415
         </command>
416
         <separator
417
               name="taxeditor-editor.separator2"
418
               visible="true">
419
         </separator>
420
         <dynamic
421
               class="eu.etaxonomy.taxeditor.editor.name.handler.GroupBasionymContributionItem"
422
               id="taxeditor-editor.dynamic.setBasionym">
423
            <visibleWhen>
424
               <or>
425
                  <reference
426
                        definitionId="isAcceptedTaxon">
427
                  </reference>
428
                  <reference
429
                        definitionId="isSynonym">
430
                  </reference>
431
               </or>
432
            </visibleWhen>
433
         </dynamic>
434
         <command
435
               commandId="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
436
               label="%command.label.17"
437
               style="push">
438
            <visibleWhen>
439
               <reference
440
                     definitionId="isSynonym">
441
               </reference>
442
            </visibleWhen>
443
         </command>
444
         <separator
445
               name="taxeditor-editor.separator3"
446
               visible="true">
447
         </separator>
448
         <command
449
               commandId="org.eclipse.ui.views.showView"
450
               label="%command.label.18"
451
               style="push">
452
            <parameter
453
                  name="org.eclipse.ui.views.showView.viewId"
454
                  value="eu.etaxonomy.taxeditor.editor.forms.detailsView">
455
            </parameter>
456
         </command>
457
         <separator
458
               name="taxeditor-editor.separator4"
459
               visible="true">
460
         </separator>
461
         <command
462
               commandId="org.eclipse.ui.file.save"
463
               label="%command.label.19"
464
               style="push">
465
         </command>
466
      </menuContribution>
467
      <menuContribution
468
            locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous">
469
         <command
470
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new"
471
               label="%command.label.20"
472
               style="push">
473
         </command>
474
         <separator
475
               name="taxeditor-editor.separator1"
476
               visible="true">
477
         </separator>
478
         <command
479
               commandId="org.eclipse.ui.edit.delete"
480
               label="%command.label.21"
481
               style="push">
482
         </command>
483
         <separator
484
               name="taxeditor-editor.separator2"
485
               visible="true">
486
         </separator>
487
         <command
488
               commandId="eu.etaxonomy.taxeditor.key.command.applyLayout"
489
               label="%command.label.22"
490
               style="push">
491
         </command>
492
         <separator
493
               name="taxeditor-editor.separator3"
494
               visible="true">
495
         </separator>
496
      </menuContribution>
497
      <menuContribution
498
            locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous.list">
499
         <command
500
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
501
               label="%command.label.23"
502
               style="push">
503
         </command>
504
         <command
505
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
506
               label="%command.label.24"
507
               style="push">
508
         </command>
509
         <command
510
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
511
               label="%command.label.25"
512
               style="push">
513
         </command>
514
         <command
515
               commandId="org.eclipse.ui.edit.delete"
516
               label="%command.label.26"
517
               style="push">
518
         </command>
519
      </menuContribution>
520
      <menuContribution
521
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.descriptive">
522
         <command
523
               commandId="eu.etaxonomy.taxeditor.description.commands.adddescription"
524
               label="%command.label.27"
525
               style="push">
526
         </command>
527
         <separator
528
               name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator3"
529
               visible="true">
530
         </separator>
531
         <menu
532
               label="%menu.label.1">
533
            <dynamic
534
                  class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DynamicFeatureMenu"
535
                  id="eu.etaxonomy.taxeditor.dynamicFeatureMenu">
536
            </dynamic>
537
            <visibleWhen
538
                  checkEnabled="true">
539
               <or>
540
                  <reference
541
                        definitionId="isDescription">
542
                  </reference>
543
                  <reference
544
                        definitionId="isDescriptionElement">
545
                  </reference>
546
                  <reference
547
                        definitionId="isFeatureNodeContainer">
548
                  </reference>
549
               </or>
550
            </visibleWhen>
551
         </menu>
552
         <separator
553
               name="taxeditor-editor.separator1"
554
               visible="true">
555
         </separator>
556
         <command
557
               commandId="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
558
               label="%command.label.28"
559
               style="push">
560
            <visibleWhen
561
                  checkEnabled="true">
562
               <reference
563
                     definitionId="isDescription">
564
               </reference>
565
            </visibleWhen>
566
         </command>
567
         <command
568
               commandId="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
569
               label="%command.label.29"
570
               style="push">
571
            <visibleWhen
572
                  checkEnabled="true">
573
               <or>
574
                  <reference
575
                        definitionId="isDescriptionElement">
576
                  </reference>
577
                  <reference
578
                        definitionId="isFeatureNodeContainer">
579
                  </reference>
580
               </or>
581
            </visibleWhen>
582
         </command>
583
         <separator
584
               name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
585
               visible="true">
586
         </separator>
587
         <command
588
               commandId="org.eclipse.ui.edit.delete"
589
               label="%command.label.30"
590
               style="push">
591
         </command>
592
         <separator
593
               name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
594
               visible="true">
595
         </separator>
596
         <command
597
               commandId="org.eclipse.ui.file.save"
598
               label="%command.label.31"
599
               style="push">
600
         </command>
601
      </menuContribution>
602
      <menuContribution
603
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
604
         <dynamic
605
               class="eu.etaxonomy.taxeditor.editor.view.derivate.contextMenu.DerivateViewContextMenu"
606
               id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateContextMenu">
607
         </dynamic>
608
      </menuContribution>
609
      <menuContribution
610
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor">
611
         <dynamic
612
               class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
613
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
614
         </dynamic>
615
      </menuContribution>
616
      <menuContribution
617
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor">
618
         <dynamic
619
               class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
620
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
621
         </dynamic>
622
      </menuContribution>
623
      
624
      
625
      
626
      
627
      <menuContribution
628
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.uses">
629
         <command
630
               commandId="eu.etaxonomy.taxeditor.use.commands.adduse"
631
               label="%command.label.32"
632
               style="push">
633
         </command>
634
         <command
635
               commandId="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
636
               label="%command.label.33"
637
               style="push">
638
            <visibleWhen
639
                  checkEnabled="true">
640
               <or>
641
                  <reference
642
                        definitionId="isDescription">
643
                  </reference>
644
                  <reference
645
                        definitionId="isDescriptionElement">
646
                  </reference>
647
                  <reference
648
                        definitionId="isFeatureNodeContainer">
649
                  </reference>
650
               </or>
651
            </visibleWhen>
652
         </command>
653
         <command
654
               commandId="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
655
               label="%command.label.34"
656
               style="push">
657
            <visibleWhen
658
                  checkEnabled="true">
659
               <or>
660
                  <reference
661
                        definitionId="isDescription">
662
                  </reference>
663
                  <reference
664
                        definitionId="isDescriptionElement">
665
                  </reference>
666
                  <reference
667
                        definitionId="isFeatureNodeContainer">
668
                  </reference>
669
               </or>
670
            </visibleWhen>
671
         </command>
672
         <separator
673
               name="eu.etaxonomy.taxeditor.usesEditor.separator3"
674
               visible="true">
675
         </separator>
676
         <separator
677
               name="taxeditor-editor.separator1"
678
               visible="true">
679
         </separator>
680
         <separator
681
               name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
682
               visible="true">
683
         </separator>
684
         <command
685
               commandId="org.eclipse.ui.edit.delete"
686
               label="%command.label.35"
687
               style="push">
688
         </command>
689
         <separator
690
               name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
691
               visible="true">
692
         </separator>
693
         <command
694
               commandId="org.eclipse.ui.file.save"
695
               label="%command.label.36"
696
               style="push">
697
         </command>
698
      </menuContribution>
699
      
700
      
701
      
702
      
703
      
704
      <menuContribution
705
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.media">
706
         <command
707
               commandId="taxeditor-editor.command.newimagegallery"
708
               label="%command.label.37"
709
               style="push">
710
         </command>
711
         <separator
712
               name="taxeditor-editor.separator1"
713
               visible="true">
714
         </separator>
715
         <command
716
               commandId="taxeditor-editor.newimage"
717
               label="%command.label.38"
718
               style="push">
719
            <visibleWhen>
720
               <reference
721
                     definitionId="isImageGallery">
722
               </reference>
723
            </visibleWhen>
724
         </command>
725
         <command
726
               commandId="taxeditor-editor.useExistingImage"
727
               label="%command.label.50"
728
               style="push">
729
            <visibleWhen
730
                  checkEnabled="false">
731
               <reference
732
                     definitionId="isImageGallery">
733
               </reference>
734
            </visibleWhen>
735
         </command>
736
         <command
737
               commandId="taxeditor-editor.command.moveimgdown"
738
               label="%command.label.39"
739
               style="push">
740
            <visibleWhen>
741
               <reference
742
                     definitionId="isMedia">
743
               </reference>
744
            </visibleWhen>
745
         </command>
746
         <command
747
               commandId="taxeditor-editor.command.moveimgup"
748
               label="%command.label.40"
749
               style="push">
750
            <visibleWhen>
751
               <reference
752
                     definitionId="isMedia">
753
               </reference>
754
            </visibleWhen>
755
         </command>
756
         <separator
757
               name="taxeditor-editor.separator2"
758
               visible="true">
759
         </separator>
760
         <command
761
               commandId="org.eclipse.ui.edit.delete"
762
               label="%command.label.41"
763
               style="push">
764
         </command>
765
         <command
766
               commandId="org.eclipse.ui.file.save"
767
               label="%command.label.42"
768
               style="push">
769
         </command>
770
      </menuContribution>
771
      <menuContribution
772
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.concept">
773
         <menu
774
               label="%menu.label.3">
775
            <dynamic
776
                  class="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationMenu"
777
                  id="eu.etaxonomy.taxeditor.editor.view.concept.menus.new">
778
            </dynamic>
779
         </menu>
780
         <command
781
               commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
782
               label="%command.label.43"
783
               style="push">
784
         </command>
785
         <separator
786
               name="eu.etaxonomy.taxeditor.editor.view.concept.menu.separator1"
787
               visible="true">
788
         </separator>
789
         <command
790
               commandId="org.eclipse.ui.edit.delete"
791
               label="%command.label.44"
792
               style="push">
793
         </command>
794
      </menuContribution>
795
      <menuContribution
796
            allPopups="false"
797
            locationURI="popup:#BulkEditorContext?before=taxeditor-bulkeditor.separator1">
798
         <command
799
               commandId="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
800
               label="%command.label.45"
801
               style="push">
802
            <visibleWhen>
803
               <reference
804
                     definitionId="isGroup">
805
               </reference>
806
            </visibleWhen>
807
         </command>
808
      </menuContribution>
809
   </extension>
810
   <extension
811
         point="org.eclipse.ui.handlers">
812
      <handler
813
            class="org.eclipse.ui.internal.handlers.NewEditorHandler"
814
            commandId="org.eclipse.ui.window.newEditor">
815
         <activeWhen>
816
            <not>
817
               <instanceof
818
                     value="eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor">
819
               </instanceof>
820
            </not>
821
         </activeWhen>
822
         <enabledWhen>
823
            <count
824
                  value="-1">
825
            </count>
826
         </enabledWhen>
827
      </handler>
828
      <handler
829
            class="eu.etaxonomy.taxeditor.editor.name.handler.DeleteTaxonBaseHandler"
830
            commandId="org.eclipse.ui.edit.delete">
831
         <activeWhen>
832
            <and>
833
               <reference
834
                     definitionId="isTaxonBase">
835
               </reference>
836
              <not>
837
                  <reference
838
                        definitionId="isAcceptedTaxon">
839
                  </reference>
840
               </not>
841
            </and>
842
         </activeWhen>
843
      </handler>
844
      <handler
845
            class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
846
            commandId="org.eclipse.ui.edit.delete">
847
          <activeWhen>
848
             <with
849
                   variable="activePartId">
850
                <or>
851
                   <equals
852
                         value="eu.etaxonomy.taxeditor.editor.view.descriptive">
853
                   </equals>
854
                   <equals
855
                         value="eu.etaxonomy.taxeditor.editor.view.media">
856
                   </equals>
857
                </or>
858
             </with>
859
          </activeWhen>
860
      </handler>
861
      <handler
862
            class="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.DeleteNodeHandler"
863
            commandId="org.eclipse.ui.edit.delete">
864
         <activeWhen>
865
            <with
866
                  variable="activePartId">
867
               <equals
868
                     value="eu.etaxonomy.taxeditor.editor.key">
869
               </equals>
870
            </with>
871
         </activeWhen>
872
      </handler>
873
      <handler
874
            class="eu.etaxonomy.taxeditor.editor.view.concept.handler.DeleteConceptRelationHandler"
875
            commandId="org.eclipse.ui.edit.delete">
876
         <activeWhen>
877
            <with
878
                  variable="activePartId">
879
               <equals
880
                     value="eu.etaxonomy.taxeditor.editor.view.concept">
881
               </equals>
882
            </with>
883
         </activeWhen>
884
      </handler>
885
      <handler
886
            class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
887
            commandId="org.eclipse.ui.edit.delete">
888
         <activeWhen>
889
            <with
890
                  variable="activePartId">
891
               <equals
892
                     value="eu.etaxonomy.taxeditor.editor.view.uses">
893
               </equals>
894
            </with>
895
         </activeWhen>
896
      </handler>
897
      <handler
898
            class="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
899
            commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler">
900
      </handler>
901
   </extension>
902
   <extension
903
         name="%extension.name"
904
         point="org.eclipse.ui.commands">
905
      <category
906
            id="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
907
            name="%category.name.0">
908
      </category>
909
      <command
910
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
911
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenParentHandler"
912
            id="eu.etaxonomy.taxeditor.editor.command.openParent"
913
            name="%command.name">
914
      </command>
915
      <command
916
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
917
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHomotypicSynonymHandler"
918
            id="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
919
            name="%command.name.0">
920
      </command>
921
      <command
922
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
923
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHeterotypicSynonymHandler"
924
            id="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
925
            name="%command.name.1">
926
      </command>
927
      <command
928
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
929
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateSynonymInHomotypicalGroupHandler"
930
            id="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
931
            name="%command.name.2">
932
      </command>
933
     <command
934
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
935
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateMisapplicationHandler"
936
            id="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
937
            name="%command.name.36">
938
      </command>
939
      <!--command
940
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.MoveTaxonHandler"
941
            id="eu.etaxonomy.taxeditor.editor.name.moveTaxon"
942
            name="Move Taxon">
943
      </command-->
944
      <command
945
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
946
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToSynonymHandler"
947
            id="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
948
            name="%command.name.3">
949
      </command>
950
      <command
951
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
952
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeSynonymToAcceptedTaxonHandler"
953
            id="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
954
            name="%command.name.4">
955
      </command>
956
      <command
957
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
958
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToMisapplicationHandler"
959
            id="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
960
            name="%command.name.5">
961
      </command>
962
      <command
963
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
964
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SwapSynonymAndAcceptedHandler"
965
            id="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
966
            name="%command.name.6">
967
      </command>
968
      <command
969
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
970
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SetBasionymHandler"
971
            id="eu.etaxonomy.taxeditor.editor.name.setBasionym"
972
            name="%command.name.7">
973
      </command>
974
      <command
975
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
976
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.RemoveBasionymHandler"
977
            id="eu.etaxonomy.taxeditor.editor.name.removeBasionym"
978
            name="%command.name.8">
979
      </command>
980
     <!-- <command
981
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
982
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeAcceptedTaxonToSynonymHandler"
983
            id="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
984
            name="Change Accepted Taxon to Synonym">
985
      </command>-->
986
      <command
987
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
988
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.DeleteAllEmptyNamesHandler"
989
            id="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
990
            name="%command.name.9">
991
      </command>
992
      <category
993
            id="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
994
            name="%category.name.1">
995
      </category>
996
      <command
997
            categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
998
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionElementHandler"
999
            id="eu.etaxonomy.taxeditor.editor.description.createDescriptionElement"
1000
            name="%command.name.10">
1001
      </command>
1002
      <command
1003
            categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1004
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionHandler"
1005
            id="eu.etaxonomy.taxeditor.description.commands.adddescription"
1006
            name="%command.name.11">
1007
      </command>
1008
      <command
1009
            categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1010
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionElementsHandler"
1011
            id="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
1012
            name="%command.name.12">
1013
      </command>
1014
      <command
1015
            categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1016
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionToOtherTaxonHandler"
1017
            id="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
1018
            name="%command.name.13">
1019
      </command>
1020
      <category
1021
            id="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1022
            name="%category.name.2">
1023
      </category>
1024
      <command
1025
            categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1026
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseHandler"
1027
            id="eu.etaxonomy.taxeditor.use.commands.adduse"
1028
            name="%command.name.14">
1029
      </command>
1030
      <command
1031
            categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1032
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseSummaryHandler"
1033
            id="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
1034
            name="%command.name.15">
1035
      </command>
1036
      <command
1037
            categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1038
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseRecordHandler"
1039
            id="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
1040
            name="%command.name.16">
1041
      </command>
1042
      <category
1043
            id="eu.etaxonomy.taxeditor.editor.media.category"
1044
            name="%category.name.3">
1045
      </category>
1046
      <command
1047
            categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1048
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageDownInListHandler"
1049
            id="taxeditor-editor.command.moveimgdown"
1050
            name="%command.name.19">
1051
      </command>
1052
      <command
1053
            categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1054
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddImageGalleryHandler"
1055
            id="taxeditor-editor.command.newimagegallery"
1056
            name="%command.name.20">
1057
      </command>
1058
      <command
1059
            categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1060
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.CreateMediaHandler"
1061
            id="taxeditor-editor.newimage"
1062
            name="%command.name.21">
1063
      </command>
1064
      <command
1065
            categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1066
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddExistingMediaHandler"
1067
            id="taxeditor-editor.useExistingImage"
1068
            name="%command.name.37">
1069
      </command>
1070
      <command
1071
            categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1072
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageUpInListHandler"
1073
            id="taxeditor-editor.command.moveimgup"
1074
            name="%command.name.22">
1075
      </command>
1076
      <category
1077
            id="eu.etaxonomy.taxeditor.editor.new.category"
1078
            name="%category.name.4">
1079
      </category>
1080
      <command
1081
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1082
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewReferenceHandler"
1083
            id="eu.etaxonomy.taxeditor.editor.command.new.reference"
1084
            name="%command.name.23">
1085
      </command>
1086
      <command
1087
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1088
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewNameHandler"
1089
            id="eu.etaxonomy.taxeditor.editor.command.new.name"
1090
            name="%command.name.24">
1091
      </command>
1092
      <command
1093
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1094
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewTeamHandler"
1095
            id="eu.etaxonomy.taxeditor.editor.command.new.team"
1096
            name="%command.name.25">
1097
      </command>
1098
      <command
1099
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1100
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewPersonHandler"
1101
            id="eu.etaxonomy.taxeditor.editor.command.new.person"
1102
            name="%command.name.26">
1103
      </command>
1104
      <command
1105
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1106
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewSpecimenHandler"
1107
            id="eu.etaxonomy.taxeditor.editor.command.new.specimen"
1108
            name="%command.name.27">
1109
      </command>
1110
      <category
1111
            id="eu.etaxonomy.taxeditor.editor.key.category"
1112
            name="%category.name.5">
1113
      </category>
1114
      <command
1115
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1116
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateChildNodeHandler"
1117
            id="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
1118
            name="%command.name.28">
1119
      </command>
1120
      <command
1121
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1122
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateSiblingNodeHandler"
1123
            id="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
1124
            name="%command.name.29">
1125
      </command>
1126
      <command
1127
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1128
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.RefreshNodeNumberingHandler"
1129
            id="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
1130
            name="%command.name.30">
1131
      </command>
1132
      <command
1133
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1134
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.handler.ApplyLayoutHandler"
1135
            id="eu.etaxonomy.taxeditor.key.command.applyLayout"
1136
            name="%command.name.31">
1137
      </command>
1138
      <category
1139
            id="eu.etaxonomy.taxeditor.editor.view.concept.category"
1140
            name="%category.name.6">
1141
      </category>
1142
      <command
1143
            categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
1144
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationHandler"
1145
            id="eu.etaxonomy.taxeditor.editor.name.createConceptRelation"
1146
            name="%command.name.32">
1147
      </command>
1148
      <command
1149
            categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
1150
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.OpenRelatedConceptHandler"
1151
            id="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
1152
            name="%command.name.33">
1153
      </command>
1154
      <category
1155
            id="eu.etaxonomy.taxeditor.bulkeditor.group.category"
1156
            name="%category.name.7">
1157
      </category>
1158
      <command
1159
            categoryId="eu.etaxonomy.taxeditor.bulkeditor.group.category"
1160
            defaultHandler="eu.etaxonomy.taxeditor.editor.group.authority.handler.EditCdmAuthoritiesHandler"
1161
            id="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
1162
            name="%command.name.34">
1163
      </command>
1164
      <command
1165
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenDerivateViewHandler"
1166
            id="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
1167
            name="%command.name.35">
1168
      </command>
1169
       <command
1170
             defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1171
             id="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler"
1172
             name="%command.name.38">
1173
       </command>
1174
      <command
1175
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1176
            defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler"
1177
            id="eu.etaxonomy.taxeditor.editor.command.new.datasource"
1178
            name="%command.name.39">
1179
      </command>
1180
   </extension>
1181
   <extension
1182
         point="org.eclipse.core.expressions.definitions">
1183
      <definition
1184
            id="nameEditorActive">
1185
         <with
1186
               variable="activeEditorId">
1187
            <equals
1188
                  value="eu.etaxonomy.taxeditor.editor.multipagetaxonview">
1189
            </equals>
1190
         </with>
1191
      </definition>
1192
      <definition
1193
            id="isAcceptedTaxon">
1194
         <with
1195
               variable="selection">
1196
            <test
1197
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedTaxon">
1198
            </test>
1199
         </with>
1200
      </definition>
1201
      <definition
1202
            id="isSynonym">
1203
         <with
1204
               variable="selection">
1205
            <test
1206
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isSynonym">
1207
            </test>
1208
         </with>
1209
      </definition>
1210
      <definition
1211
            id="isMisapplication">
1212
         <with
1213
               variable="selection">
1214
            <test
1215
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isMisapplication">
1216
            </test>
1217
         </with>
1218
      </definition>
1219
      <definition
1220
            id="isTaxonBase">
1221
         <with
1222
               variable="selection">
1223
            <test
1224
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isTaxonBase">
1225
            </test>
1226
         </with>
1227
      </definition>
1228
      <definition
1229
            id="hasEmptyNames">
1230
         <with
1231
               variable="selection">
1232
            <test
1233
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.hasEmptyNames">
1234
            </test>
1235
         </with>
1236
      </definition>
1237
      <definition
1238
            id="isDeletable">
1239
         <with
1240
               variable="selection">
1241
            <test
1242
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDeletable">
1243
            </test>
1244
         </with>
1245
      </definition>
1246
      <definition
1247
            id="isMedia">
1248
         <with
1249
               variable="selection">
1250
            <test
1251
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isMedia">
1252
            </test>
1253
         </with>
1254
      </definition>
1255
      <definition
1256
            id="isTaxonEditor">
1257
         <with
1258
               variable="selection">
1259
            <test
1260
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isTaxonEditor">
1261
            </test>
1262
         </with>
1263
      </definition>
1264
      <definition
1265
            id="isDescription">
1266
         <with
1267
               variable="selection">
1268
            <test
1269
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescription">
1270
            </test>
1271
         </with>
1272
      </definition>
1273
      <definition
1274
            id="isDescriptionElement">
1275
         <with
1276
               variable="selection">
1277
            <test
1278
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescriptionElement">
1279
            </test>
1280
         </with>
1281
      </definition>
1282
      <definition
1283
            id="isFeatureNodeContainer">
1284
         <with
1285
               variable="selection">
1286
            <test
1287
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isFeatureNodeContainer">
1288
            </test>
1289
         </with>
1290
      </definition>
1291
      <definition
1292
            id="isImageGallery">
1293
         <with
1294
               variable="selection">
1295
            <test
1296
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isImageGallery">
1297
            </test>
1298
         </with>
1299
      </definition>
1300
      <definition
1301
            id="isAcceptedAndHasNoHomotypicSynonyms">
1302
         <with
1303
               variable="selection">
1304
            <test
1305
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedAndHasNoHomotypicSynonyms">
1306
            </test>
1307
         </with>
1308
      </definition>
1309
      <definition
1310
            id="isGroup">
1311
         <with
1312
               variable="activeEditor">
1313
            <test
1314
                  property="taxeditor-bulkeditor.propertyTester.isGroup">
1315
            </test>
1316
         </with>
1317
      </definition>
1318
   </extension>
1319
   <extension
1320
         point="org.eclipse.core.expressions.propertyTesters">
1321
      <propertyTester
1322
            class="eu.etaxonomy.taxeditor.editor.name.handler.NameEditorMenuPropertyTester"
1323
            id="eu.etaxonomy.taxeditor.editor.name.propertyTester"
1324
            namespace="eu.etaxonomy.taxeditor.editor.name.propertyTester"
1325
            properties="isAcceptedTaxon,isSynonym,isMisapplication,isTaxonBase,hasEmptyNames,isAcceptedAndHasNoHomotypicSynonyms"
1326
            type="org.eclipse.jface.viewers.IStructuredSelection">
1327
      </propertyTester>
1328
      <propertyTester
1329
            class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DescriptionsMenuPropertyTester"
1330
            id="eu.etaxonomy.taxeditor.descriptions.PropertyTester"
1331
            namespace="eu.etaxonomy.taxeditor.descriptions.propertyTester"
1332
            properties="isMedia,isDescription,isDescriptionElement,isDeletable,isFeatureNodeContainer,isImageGallery,isTaxonEditor"
1333
            type="org.eclipse.jface.viewers.TreeSelection">
1334
      </propertyTester>
1335
      <propertyTester
1336
            class="eu.etaxonomy.taxeditor.bulkeditor.command.BulkEditorPropertyTester"
1337
            id="taxeditor-bulkeditor.PropertyTester"
1338
            namespace="taxeditor-bulkeditor.propertyTester"
1339
            properties="isGroup"
1340
            type="eu.etaxonomy.taxeditor.bulkeditor.BulkEditor">
1341
      </propertyTester>
1342
   </extension>
1343
   <extension
1344
         point="org.eclipse.ui.bindings">   
1345
      <scheme
1346
            description="%scheme.description"
1347
            id="eu.etaxonomy.taxeditor.bindings.scheme.default"
1348
            name="%scheme.name">
1349
      </scheme>
1350
   </extension>
1351
    <extension
1352
         point="org.eclipse.ui.importWizards">
1353
      <wizard
1354
            category="eu.etaxonomy.taxeditor.import.category.cdm"
1355
            class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
1356
            id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
1357
            name="%wizard.name">
1358
         <description>
1359
            %wizard.description
1360
         </description>
1361
      </wizard>
1362
   </extension>
1363
</plugin>
(5-5/6)