Project

General

Profile

Download (70.7 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/check.png"
83
            id="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor"
84
            name="%editor.name.8">
85
      </editor>
86
      <editor
87
            class="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor"
88
            default="false"
89
            id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor"
90
            name="Alignment Editor">
91
      </editor>
92
   </extension>
93
      <extension
94
            id="eu.etaxonomy.taxeditor.editor.molecular.PherogramView"
95
            point="org.eclipse.ui.views">
96
         <view
97
               allowMultiple="false"
98
               category="eu.etaxonomy.taxeditor.editor.category"
99
               class="eu.etaxonomy.taxeditor.editor.view.descriptive.DescriptiveViewPart"
100
               icon="icons/address-book-new.png"
101
               id="eu.etaxonomy.taxeditor.editor.view.descriptive"
102
               name="%view.name"
103
               restorable="true">
104
         </view>
105
          <view
106
                allowMultiple="false"
107
                category="eu.etaxonomy.taxeditor.editor.category"
108
                class="eu.etaxonomy.taxeditor.editor.view.uses.UsesViewPart"
109
                icon="icons/leaf.png"
110
                id="eu.etaxonomy.taxeditor.editor.view.uses"
111
                name="%view.name.0"
112
                restorable="true">
113
         </view>
114
         <view
115
               allowMultiple="false"
116
               category="eu.etaxonomy.taxeditor.editor.category"
117
               class="eu.etaxonomy.taxeditor.editor.view.media.MediaViewPart"
118
               icon="icons/camera-photo.png"
119
               id="eu.etaxonomy.taxeditor.editor.view.media"
120
               name="%view.name.1"
121
               restorable="true">
122
         </view>
123
         <view
124
               category="eu.etaxonomy.taxeditor.editor.category"
125
               class="eu.etaxonomy.taxeditor.editor.view.concept.ConceptViewPart"
126
               id="eu.etaxonomy.taxeditor.editor.view.concept"
127
               name="%view.name.2"
128
               restorable="true">
129
         </view>
130
         <view
131
               category="eu.etaxonomy.taxeditor.editor.category"
132
               class="eu.etaxonomy.taxeditor.editor.view.concept.graph.ConceptGraphView"
133
               icon="icons/address-book-new.png"
134
               id="eu.etaxonomy.taxeditor.editor.view.concept.graph"
135
               name="%view.name.3"
136
               restorable="true">
137
         </view>
138
         <category
139
               id="eu.etaxonomy.taxeditor.editor.category"
140
               name="%category.name">
141
         </category>
142
         <view
143
               allowMultiple="true"
144
               class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
145
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
146
               name="%view.name.4">
147
         </view>
148
         <view
149
               allowMultiple="true"
150
               class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
151
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
152
               name="%view.name.5">
153
         </view>
154
         <view
155
               allowMultiple="false"
156
               category="eu.etaxonomy.taxeditor.editor.category"
157
               class="eu.etaxonomy.taxeditor.editor.view.validation.ValidationProblemsView"
158
               icon="icons/edit_16x16.gif"
159
               id="eu.etaxonomy.taxeditor.editor.view.validation.problems"
160
               name="%view.name.6">
161
         </view>
162
         <view
163
               allowMultiple="true"
164
               class="eu.etaxonomy.taxeditor.editor.molecular.PherogramViewPart"
165
               id="eu.etaxonomy.taxeditor.editor.molecular.PherogramView"
166
               name="PherogramView"
167
               restorable="true">
168
         </view>
169
      </extension>
170
      <!-- VALIDATION RELATED STUFF -->
171
	<extension point="org.eclipse.core.resources.markers" name="%extension.name.0" id="eu.etaxonomy.taxeditor.markers.validationerror">
172
		<super type="org.eclipse.core.resources.problemmarker"/>
173
		<attribute name="databaseId"/>
174
		<attribute name="userFriendlyTypeName"/>
175
		<attribute name="userFriendlyDescription"/>
176
		<attribute name="userFriendlyFieldName"/>
177
		<attribute name="validatorMessage"/>
178
		<attribute name="invalidValue"/>
179
		<attribute name="validatorClass"/>
180
		<attribute name="entityClass"/>
181
		<attribute name="entityId"/>
182
   		<persistent value="false"/>
183
   	</extension>
184

    
185
	<extension point="org.eclipse.ui.ide.markerSupport">
186
	    <markerContentGenerator
187
		    id="eu.etaxonomy.taxeditor.editor.validation.ValidationProblemsMarkerGenerator" 
188
		    name="Validation Problems Marker Generator">  
189
	    	<markerTypeReference id="eu.etaxonomy.taxeditor.markers.validationerror" />
190
	    	
191
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyTypeName" visible="true" />
192
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyDescription" visible="true" />
193
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyFieldName" visible="true" />
194
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.validatorMessage" visible="true" />
195
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.invalidValue" visible="true" />
196
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.validatorClass" visible="false" />
197
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.entityClass" visible="false" />
198
	    	<markerFieldReference id="eu.etaxonomy.taxeditor.markers.validation.entityId" visible="false" />
199
	    </markerContentGenerator>
200
	    
201
		<markerField
202
			class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyTypeNameMarkerField"
203
			id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyTypeName"
204
			name="%marker.field.0">
205
		</markerField>
206
		<markerField
207
			class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyDescriptionMarkerField"
208
			id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyDescription"
209
			name="%marker.field.1">
210
		</markerField>
211
		<markerField
212
			class="eu.etaxonomy.taxeditor.editor.view.validation.UserFriendlyFieldNameMarkerField"
213
			id="eu.etaxonomy.taxeditor.markers.validation.userFriendlyFieldName"
214
			name="%marker.field.2 = Attribute">
215
		</markerField>
216
		<markerField
217
			class="eu.etaxonomy.taxeditor.editor.view.validation.InvalidValueMarkerField"
218
			id="eu.etaxonomy.taxeditor.markers.validation.invalidValue"
219
			name="%marker.field.3 = Problematic Value">
220
		</markerField>
221
		<markerField
222
			class="eu.etaxonomy.taxeditor.editor.view.validation.ValidatorMessageMarkerField"
223
			id="eu.etaxonomy.taxeditor.markers.validation.validatorMessage"
224
			name="%marker.field.4 = Problem description">
225
		</markerField>
226
		<markerField
227
			class="eu.etaxonomy.taxeditor.editor.view.validation.ValidatorClassMarkerField"
228
			id="eu.etaxonomy.taxeditor.markers.validation.validatorClass"
229
			name="%marker.field.5">
230
		</markerField>
231
		<markerField
232
			class="eu.etaxonomy.taxeditor.editor.view.validation.EntityClassMarkerField"
233
			id="eu.etaxonomy.taxeditor.markers.validation.entityClass"
234
			name="%marker.field.6">
235
		</markerField>
236
		<markerField
237
			class="eu.etaxonomy.taxeditor.editor.view.validation.EntityIdMarkerField"
238
			id="eu.etaxonomy.taxeditor.markers.validation.entityId"
239
			name="%marker.field.7">
240
		</markerField>
241
	</extension>
242
   <extension
243
         point="org.eclipse.ui.elementFactories">
244
      <factory
245
            class="eu.etaxonomy.taxeditor.editor.TaxonEditorInputFactory"
246
            id="eu.etaxonomy.taxeditor.editor.name.taxonEditorInputFactory">
247
      </factory>
248
   </extension>
249
   <extension
250
         point="org.eclipse.ui.menus">
251
      <menuContribution
252
            locationURI="menu:eu.etaxonomy.navigation.menu.new?after=eu.etaxonomy.navigation.menu.new.separator1">
253
         <command
254
               commandId="eu.etaxonomy.taxeditor.editor.command.new.name"
255
               label="%command.label.46"
256
               style="push">
257
         </command>
258
         <command
259
               commandId="eu.etaxonomy.taxeditor.editor.command.new.reference"
260
               label="%command.label.47"
261
               style="push">
262
         </command>
263
         <command
264
               commandId="eu.etaxonomy.taxeditor.editor.command.new.team"
265
               label="%command.label.1"
266
               style="push">
267
         </command>
268
         <command
269
               commandId="eu.etaxonomy.taxeditor.editor.command.new.person"
270
               label="%command.label.2"
271
               style="push">
272
         </command>
273
         <separator
274
               name="eu.etaxonomy.navigation.menu.new.separator2"
275
               visible="true">
276
         </separator>
277
         <command
278
               commandId="eu.etaxonomy.taxeditor.editor.command.new.specimen"
279
               label="%command.label.3"
280
               style="push">
281
         </command>
282
         <separator
283
               name="eu.etaxonomy.navigation.menu.new.separator3"
284
               visible="true">
285
         </separator>
286
         <command
287
               commandId="eu.etaxonomy.taxeditor.editor.command.new.datasource"
288
               label="%command.label.48"
289
               style="push">
290
         </command>
291
      </menuContribution>
292
      <menuContribution
293
            locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?before=eu.etaxonomy.taxeditor.store.showViewMenu.details">
294
         <separator
295
               name="eu.etaxonomy.taxeditor.editor.showViewMenu"
296
               visible="true">
297
         </separator>
298
         <command
299
               commandId="org.eclipse.ui.views.showView"
300
               label="%command.label.4"
301
               style="push">
302
            <parameter
303
                  name="org.eclipse.ui.views.showView.viewId"
304
                  value="eu.etaxonomy.taxeditor.editor.view.descriptive">
305
            </parameter>
306
         </command>
307
         <command
308
               commandId="org.eclipse.ui.views.showView"
309
               label="%command.label.5"
310
               style="push">
311
            <parameter
312
                  name="org.eclipse.ui.views.showView.viewId"
313
                  value="eu.etaxonomy.taxeditor.editor.view.media">
314
            </parameter>
315
         </command>
316
         <command
317
               commandId="org.eclipse.ui.views.showView"
318
               label="%command.label.6"
319
               style="push">
320
            <parameter
321
                  name="org.eclipse.ui.views.showView.viewId"
322
                  value="eu.etaxonomy.taxeditor.editor.view.concept">
323
            </parameter>
324
         </command>
325
         <command
326
               commandId="org.eclipse.ui.views.showView"
327
               label="%command.label.7"
328
               style="push">
329
            <parameter
330
                  name="org.eclipse.ui.views.showView.viewId"
331
                  value="eu.etaxonomy.taxeditor.editor.view.concept.graph">
332
            </parameter>
333
            <visibleWhen
334
                  checkEnabled="false">
335
               <reference
336
                     definitionId="isShowExperimentalFeatures">
337
               </reference>
338
            </visibleWhen>
339
         </command>
340
         <command
341
               commandId="eu.etaxonomy.taxeditor.editor.handler.OpenAlignmentEditor"
342
               label="Alignment Editor"
343
               style="push">
344
         </command>
345
      </menuContribution>
346
      <menuContribution
347
            locationURI="menu:org.eclipse.ui.main.menu.navigate">
348
         <command
349
               commandId="eu.etaxonomy.taxeditor.editor.command.openParent"
350
               label="%command.label.8"
351
               style="push">
352
         </command>
353
      </menuContribution>
354
      <menuContribution
355
            locationURI="popup:eu.etaxonomy.taxeditor.editor.taxon.name">
356
         <menu
357
               label="%menu.label">
358
            <command
359
                  commandId="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
360
                  label="%command.label.9"
361
                  style="push">
362
               <visibleWhen>
363
                  <reference
364
                        definitionId="isAcceptedTaxon">
365
                  </reference>
366
               </visibleWhen>
367
            </command>
368
            <command
369
                  commandId="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
370
                  label="%command.label.10"
371
                  style="push">
372
               <visibleWhen>
373
                  <reference
374
                        definitionId="isAcceptedTaxon">
375
                  </reference>
376
               </visibleWhen>
377
            </command>
378
            <command
379
                  commandId="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
380
                  label="%command.label.11"
381
                  style="push">
382
               <visibleWhen>
383
                  <reference
384
                        definitionId="isSynonym">
385
                  </reference>
386
               </visibleWhen>
387
            </command>
388
            <separator
389
                  name="separator1"
390
                  visible="true">
391
            </separator>
392
           <command
393
                  commandId="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
394
                  label="%command.label.49"
395
                  style="push">
396
               <visibleWhen>
397
                  <or>
398
                     <reference
399
                           definitionId="isAcceptedTaxon">
400
                     </reference>
401
                     <reference
402
                           definitionId="isMisapplication">
403
                     </reference>
404
                  </or>
405
               </visibleWhen>
406
            </command>
407
         </menu>
408
        <!--<command
409
               commandId="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
410
               label="Change Accepted Taxon to Synonym"
411
               style="push">
412
            <visibleWhen
413
                  checkEnabled="true">
414
               <reference
415
                     definitionId="isAcceptedAndHasNoHomotypicSynonyms">
416
               </reference>
417
            </visibleWhen
418
                <visibleWhen>                  
419
                     <or>
420
                        <reference
421
                              definitionId="isAcceptedTaxon">
422
                        </reference>
423
                        <reference
424
                              definitionId="isMisapplication">
425
                        </reference>
426
                     </or>                  
427
               </visibleWhen>
428
         </command>-->
429
         <menu
430
               label="%menu.label.0">
431
            <command
432
                  commandId="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
433
                  label="%command.label.12"
434
                  style="push">
435
               <visibleWhen>
436
                  <not>
437
                     <or>
438
                        <reference
439
                              definitionId="isAcceptedTaxon">
440
                        </reference>
441
                        <reference
442
                              definitionId="isMisapplication">
443
                        </reference>
444
                     </or>
445
                  </not>
446
               </visibleWhen>
447
            </command>
448
            <command
449
                  commandId="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
450
                  label="%command.label.13"
451
                  style="push">
452
               <visibleWhen>
453
                  <not>
454
                     <or>
455
                        <reference
456
                              definitionId="isAcceptedTaxon">
457
                        </reference>
458
                        <reference
459
                              definitionId="isSynonym">
460
                        </reference>
461
                     </or>
462
                  </not>
463
               </visibleWhen>
464
            </command>
465
            <command
466
                  commandId="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
467
                  label="%command.label.14"
468
                  style="push">
469
               <visibleWhen>
470
                  <not>
471
                     <or>
472
                        <reference
473
                              definitionId="isAcceptedTaxon">
474
                        </reference>
475
                        <reference
476
                              definitionId="isMisapplication">
477
                        </reference>
478
                     </or>
479
                  </not>
480
               </visibleWhen>
481
            </command>
482
         </menu>
483
         <separator
484
               name="taxeditor-editor.separator1"
485
               visible="true">
486
         </separator>
487
         <command
488
               commandId="org.eclipse.ui.edit.delete"
489
               label="%command.label.15"
490
               style="push">
491
            <visibleWhen>
492
               <or>
493
                  <reference
494
                        definitionId="isSynonym">
495
                  </reference>
496
                  <reference
497
                        definitionId="isMisapplication">
498
                  </reference>
499
                  <reference
500
                        definitionId="isConceptRelation">
501
                  </reference>
502
               </or>
503
            </visibleWhen>
504
         </command>
505
         <command
506
               commandId="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
507
               label="%command.label.16"
508
               style="push">
509
            <visibleWhen>
510
               <reference
511
                     definitionId="hasEmptyNames">
512
               </reference>
513
            </visibleWhen>
514
         </command>
515
         <separator
516
               name="taxeditor-editor.separator2"
517
               visible="true">
518
         </separator>
519
         <dynamic
520
               class="eu.etaxonomy.taxeditor.editor.name.handler.GroupBasionymContributionItem"
521
               id="taxeditor-editor.dynamic.setBasionym">
522
            <visibleWhen>
523
               <or>
524
                  <reference
525
                        definitionId="isAcceptedTaxon">
526
                  </reference>
527
                  <reference
528
                        definitionId="isSynonym">
529
                  </reference>
530
               </or>
531
            </visibleWhen>
532
         </dynamic>
533
         <command
534
               commandId="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
535
               label="%command.label.17"
536
               style="push">
537
            <visibleWhen>
538
               <reference
539
                     definitionId="isSynonym">
540
               </reference>
541
            </visibleWhen>
542
         </command>
543
         <separator
544
               name="taxeditor-editor.separator3"
545
               visible="true">
546
         </separator>
547
         <command
548
               commandId="org.eclipse.ui.views.showView"
549
               label="%command.label.18"
550
               style="push">
551
            <parameter
552
                  name="org.eclipse.ui.views.showView.viewId"
553
                  value="eu.etaxonomy.taxeditor.editor.forms.detailsView">
554
            </parameter>
555
         </command>
556
         <separator
557
               name="taxeditor-editor.separator4"
558
               visible="true">
559
         </separator>
560
         <command
561
               commandId="org.eclipse.ui.file.save"
562
               label="%command.label.19"
563
               style="push">
564
         </command>
565
      </menuContribution>
566
      <menuContribution
567
            locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous">
568
         <command
569
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new"
570
               label="%command.label.20"
571
               style="push">
572
         </command>
573
         <separator
574
               name="taxeditor-editor.separator1"
575
               visible="true">
576
         </separator>
577
         <command
578
               commandId="org.eclipse.ui.edit.delete"
579
               label="%command.label.21"
580
               style="push">
581
         </command>
582
         <separator
583
               name="taxeditor-editor.separator2"
584
               visible="true">
585
         </separator>
586
         <command
587
               commandId="eu.etaxonomy.taxeditor.key.command.applyLayout"
588
               label="%command.label.22"
589
               style="push">
590
         </command>
591
         <separator
592
               name="taxeditor-editor.separator3"
593
               visible="true">
594
         </separator>
595
      </menuContribution>
596
      <menuContribution
597
            locationURI="popup:eu.etaxonomy.taxeditor.editor.key.polytomous.list">
598
         <command
599
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
600
               label="%command.label.23"
601
               style="push">
602
         </command>
603
         <command
604
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
605
               label="%command.label.24"
606
               style="push">
607
         </command>
608
         <command
609
               commandId="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
610
               label="%command.label.25"
611
               style="push">
612
         </command>
613
         <command
614
               commandId="org.eclipse.ui.edit.delete"
615
               label="%command.label.26"
616
               style="push">
617
         </command>
618
      </menuContribution>
619
      <menuContribution
620
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.descriptive">
621
         <command
622
               commandId="eu.etaxonomy.taxeditor.description.commands.adddescription"
623
               label="%command.label.27"
624
               style="push">
625
         </command>
626
         <separator
627
               name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator3"
628
               visible="true">
629
         </separator>
630
         <menu
631
               label="%menu.label.1">
632
            <dynamic
633
                  class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DynamicFeatureMenu"
634
                  id="eu.etaxonomy.taxeditor.dynamicFeatureMenu">
635
            </dynamic>
636
            <visibleWhen
637
                  checkEnabled="true">
638
               <or>
639
                  <reference
640
                        definitionId="isDescription">
641
                  </reference>
642
                  <reference
643
                        definitionId="isDescriptionElement">
644
                  </reference>
645
                  <reference
646
                        definitionId="isFeatureNodeContainer">
647
                  </reference>
648
               </or>
649
            </visibleWhen>
650
         </menu>
651
         <separator
652
               name="taxeditor-editor.separator1"
653
               visible="true">
654
         </separator>
655
         <command
656
               commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
657
               label="%command.label.51"
658
               style="push">
659
            <visibleWhen
660
                  checkEnabled="true">
661
               <and>
662
               <with
663
                     variable="selection">
664
                  <count
665
                        value="+">
666
                  </count>
667
               </with>
668
                  <reference
669
                        definitionId="isIndividualsAssociation">
670
                  </reference>
671
               </and>
672
            </visibleWhen>
673
         </command>
674
         <command
675
               commandId="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
676
               label="%command.label.28"
677
               style="push">
678
            <visibleWhen
679
                  checkEnabled="true">
680
               <reference
681
                     definitionId="isDescription">
682
               </reference>
683
            </visibleWhen>
684
         </command>
685
         <command
686
               commandId="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
687
               label="%command.label.29"
688
               style="push">
689
            <visibleWhen
690
                  checkEnabled="true">
691
               <or>
692
                  <reference
693
                        definitionId="isDescriptionElement">
694
                  </reference>
695
                  <reference
696
                        definitionId="isFeatureNodeContainer">
697
                  </reference>
698
               </or>
699
            </visibleWhen>
700
         </command>
701
         <separator
702
               name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
703
               visible="true">
704
         </separator>
705
         <command
706
               commandId="org.eclipse.ui.edit.delete"
707
               label="%command.label.30"
708
               style="push">
709
         </command>
710
         <separator
711
               name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
712
               visible="true">
713
         </separator>
714
         <command
715
               commandId="org.eclipse.ui.file.save"
716
               label="%command.label.31"
717
               style="push">
718
         </command>
719
         <separator
720
               name="eu.etaxonomy.taxeditor.editor.separator1">
721
         </separator>
722
      </menuContribution>
723
      <menuContribution
724
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
725
         <command
726
               commandId="org.eclipse.ui.edit.delete"
727
               label="%command.label.52"
728
               style="push">
729
         </command>
730
         <command
731
               commandId="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
732
               label="%command.label.53"
733
               style="push">
734
         </command>
735
         <command
736
               commandId="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
737
               icon="icons/deep-delete-16x16-32.png"
738
               label="%command.label.54"
739
               style="push">
740
         </command>
741
         <command
742
               commandId="eu.etaxonomy.taxeditor.editor.editSequence"
743
               label="Edit Sequence"
744
               style="push">
745
            <visibleWhen
746
                  checkEnabled="true">
747
               <reference
748
                     definitionId="isSequence">
749
               </reference>
750
            </visibleWhen>
751
         </command>
752
         <command
753
               commandId="eu.etaxonomy.taxeditor.editor.showPherogram"
754
               label="Show Pherogram"
755
               style="push">
756
            <visibleWhen
757
                  checkEnabled="true">
758
               <reference
759
                     definitionId="isSingleRead">
760
               </reference>
761
            </visibleWhen>
762
         </command>
763
         <dynamic
764
               class="eu.etaxonomy.taxeditor.editor.view.derivate.contextMenu.DerivateViewContextMenu"
765
               id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateContextMenu">
766
         </dynamic>
767
      </menuContribution>
768
      <menuContribution
769
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor">
770
         <dynamic
771
               class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
772
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
773
         </dynamic>
774
      </menuContribution>
775
      <menuContribution
776
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor">
777
         <dynamic
778
               class="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu"
779
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.DataImportEditorContextMenu">
780
         </dynamic>
781
      </menuContribution>
782
      
783
      
784
      
785
      
786
      <menuContribution
787
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.uses">
788
         <command
789
               commandId="eu.etaxonomy.taxeditor.use.commands.adduse"
790
               label="%command.label.32"
791
               style="push">
792
         </command>
793
         <command
794
               commandId="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
795
               label="%command.label.33"
796
               style="push">
797
            <visibleWhen
798
                  checkEnabled="true">
799
               <or>
800
                  <reference
801
                        definitionId="isDescription">
802
                  </reference>
803
                  <reference
804
                        definitionId="isDescriptionElement">
805
                  </reference>
806
                  <reference
807
                        definitionId="isFeatureNodeContainer">
808
                  </reference>
809
               </or>
810
            </visibleWhen>
811
         </command>
812
         <command
813
               commandId="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
814
               label="%command.label.34"
815
               style="push">
816
            <visibleWhen
817
                  checkEnabled="true">
818
               <or>
819
                  <reference
820
                        definitionId="isDescription">
821
                  </reference>
822
                  <reference
823
                        definitionId="isDescriptionElement">
824
                  </reference>
825
                  <reference
826
                        definitionId="isFeatureNodeContainer">
827
                  </reference>
828
               </or>
829
            </visibleWhen>
830
         </command>
831
         <separator
832
               name="eu.etaxonomy.taxeditor.usesEditor.separator3"
833
               visible="true">
834
         </separator>
835
         <separator
836
               name="taxeditor-editor.separator1"
837
               visible="true">
838
         </separator>
839
         <separator
840
               name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterNew"
841
               visible="true">
842
         </separator>
843
         <command
844
               commandId="org.eclipse.ui.edit.delete"
845
               label="%command.label.35"
846
               style="push">
847
         </command>
848
         <separator
849
               name="eu.etaxonomy.taxeditor.taxonDescriptionEditor.separator.afterDelete"
850
               visible="true">
851
         </separator>
852
         <command
853
               commandId="org.eclipse.ui.file.save"
854
               label="%command.label.36"
855
               style="push">
856
         </command>
857
      </menuContribution>
858
      
859
      
860
      
861
      
862
      
863
      <menuContribution
864
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.media">
865
         <command
866
               commandId="taxeditor-editor.command.newimagegallery"
867
               label="%command.label.37"
868
               style="push">
869
            <visibleWhen>
870
               <or>
871
                  <reference
872
                        definitionId="isBulkEditor">
873
                  </reference>
874
                  <reference
875
                        definitionId="isTaxonEditor">
876
                  </reference>
877
                  <reference
878
                        definitionId="isDerivateEditor">
879
                  </reference>
880
               </or>
881
            </visibleWhen>
882
         </command>
883
         <separator
884
               name="taxeditor-editor.separator1"
885
               visible="true">
886
         </separator>
887
         <command
888
               commandId="taxeditor-editor.newimage"
889
               label="%command.label.38"
890
               style="push">
891
            <visibleWhen>
892
               <reference
893
                     definitionId="isImageGallery">
894
               </reference>
895
            </visibleWhen>
896
         </command>
897
         <command
898
               commandId="taxeditor-editor.useExistingImage"
899
               label="%command.label.50"
900
               style="push">
901
            <visibleWhen>
902
               <reference
903
                     definitionId="isImageGallery">
904
               </reference>
905
            </visibleWhen>
906
         </command>
907
         <command
908
               commandId="taxeditor-editor.command.moveimgdown"
909
               label="%command.label.39"
910
               style="push">
911
            <visibleWhen>
912
               <reference
913
                     definitionId="isMedia">
914
               </reference>
915
            </visibleWhen>
916
         </command>
917
         <command
918
               commandId="taxeditor-editor.command.moveimgup"
919
               label="%command.label.40"
920
               style="push">
921
            <visibleWhen>
922
               <reference
923
                     definitionId="isMedia">
924
               </reference>
925
            </visibleWhen>
926
         </command>
927
         <separator
928
               name="taxeditor-editor.separator2"
929
               visible="true">
930
         </separator>
931
         <command
932
               commandId="org.eclipse.ui.edit.delete"
933
               label="%command.label.41"
934
               style="push">
935
         </command>
936
         <command
937
               commandId="org.eclipse.ui.file.save"
938
               label="%command.label.42"
939
               style="push">
940
         </command>
941
      </menuContribution>
942
      <menuContribution
943
            locationURI="popup:eu.etaxonomy.taxeditor.editor.view.concept">
944
         <menu
945
               label="%menu.label.3">
946
            <dynamic
947
                  class="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationMenu"
948
                  id="eu.etaxonomy.taxeditor.editor.view.concept.menus.new">
949
            </dynamic>
950
         </menu>
951
         <command
952
               commandId="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
953
               label="%command.label.43"
954
               style="push">
955
         </command>
956
         <separator
957
               name="eu.etaxonomy.taxeditor.editor.view.concept.menu.separator1"
958
               visible="true">
959
         </separator>
960
         <command
961
               commandId="org.eclipse.ui.edit.delete"
962
               label="%command.label.44"
963
               style="push">
964
         </command>
965
      </menuContribution>
966
      <menuContribution
967
            allPopups="false"
968
            locationURI="popup:#BulkEditorContext?before=taxeditor-bulkeditor.separator1">
969
         <command
970
               commandId="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
971
               label="%command.label.45"
972
               style="push">
973
            <visibleWhen>
974
               <reference
975
                     definitionId="isGroup">
976
               </reference>
977
            </visibleWhen>
978
         </command>
979
      </menuContribution>
980
      <menuContribution
981
            allPopups="false"
982
            locationURI="menu:org.eclipse.ui.main.menu">
983
         <menu
984
               label="Alignment Editor">
985
            <command
986
                  commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram"
987
                  label="Load Pherogram"
988
                  style="push">
989
            </command>
990
            <visibleWhen
991
                  checkEnabled="true">
992
               <with
993
                     variable="activePartId">
994
                  <equals
995
                        value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
996
                  </equals>
997
               </with>
998
            </visibleWhen>
999
         </menu>
1000
      </menuContribution>
1001
      <menuContribution
1002
            locationURI="toolbar:org.eclipse.ui.main.toolbar?after=eu.etaxonomy.taxeditor.navigation.search.toolbar">
1003
         <toolbar
1004
               id="eu.etaxonomy.taxeditor.editor.alignmentToolbar">
1005
            <command
1006
                  commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleInsertOverwrite"
1007
                  label="Toggle insert/overwrite"
1008
                  style="push">
1009
               <visibleWhen
1010
                     checkEnabled="true">
1011
                  <with
1012
                        variable="activePartId">
1013
                     <equals
1014
                           value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
1015
                     </equals>
1016
                  </with>
1017
               </visibleWhen>
1018
            </command>
1019
            <command
1020
                  commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleLeftRightInsertion"
1021
                  disabledIcon="icons/pherogram-insert-left-disabled-16x16.png"
1022
                  icon="icons/pherogram-insert-left-16x16.png"
1023
                  label="Left"
1024
                  style="push">
1025
               <visibleWhen
1026
                     checkEnabled="true">
1027
                  <with
1028
                        variable="activePartId">
1029
                     <equals
1030
                           value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
1031
                     </equals>
1032
                  </with>
1033
               </visibleWhen>
1034
            </command>
1035
         </toolbar>
1036
      </menuContribution>
1037
      
1038
      <menuContribution
1039
            allPopups="false"
1040
            locationURI="toolbar:eu.etaxonomy.taxeditor.editor.view.descriptive">
1041
         <command
1042
               commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
1043
               icon="icons/link_obj.gif"
1044
               style="toggle"
1045
               tooltip="%command.tooltip">
1046
         </command>
1047
      </menuContribution>
1048
      <menuContribution
1049
            allPopups="false"
1050
            locationURI="popup:eu.etaxonomy.taxeditor.navigation.navigatorpopup?after=taxeditor-navigation.separator2">
1051
         <command
1052
               commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
1053
               label="%command.label.55"
1054
               style="push">
1055
            <visibleWhen
1056
                  checkEnabled="false">
1057
               <and>
1058
                  <reference
1059
                        definitionId="isCdmStoreConnected">
1060
                  </reference>
1061
                  <reference
1062
                        definitionId="isTaxonNode">
1063
                  </reference>
1064
               </and>
1065
            </visibleWhen>
1066
         </command>
1067
         <separator
1068
               name="eu.etaxonomy.taxeditor.editor.separator1"
1069
               visible="true">
1070
         </separator>
1071
      </menuContribution>
1072
      <menuContribution
1073
            locationURI="menu:eu.etaxonomy.taxeditor.menu.showView?after=org.eclipse.ui.views.showView.supplemental">
1074
         <separator
1075
               name="eu.etaxonomy.taxeditor.store.showViewMenu.validation.separator"
1076
               visible="true">
1077
         </separator>
1078
         <command
1079
               commandId="org.eclipse.ui.views.showView"
1080
               label="%command.name.40"
1081
               style="push">
1082
            <parameter
1083
                  name="org.eclipse.ui.views.showView.viewId"
1084
                  value="eu.etaxonomy.taxeditor.editor.view.validation.problems">
1085
            </parameter>
1086
         </command>
1087
      </menuContribution>
1088
   </extension>
1089
   <extension
1090
         point="org.eclipse.ui.handlers">
1091
      <handler
1092
            class="org.eclipse.ui.internal.handlers.NewEditorHandler"
1093
            commandId="org.eclipse.ui.window.newEditor">
1094
         <activeWhen>
1095
            <not>
1096
               <instanceof
1097
                     value="eu.etaxonomy.taxeditor.editor.name.TaxonNameEditor">
1098
               </instanceof>
1099
            </not>
1100
         </activeWhen>
1101
         <enabledWhen>
1102
            <count
1103
                  value="-1">
1104
            </count>
1105
         </enabledWhen>
1106
      </handler>
1107
      <handler
1108
            class="eu.etaxonomy.taxeditor.editor.name.handler.DeleteTaxonBaseHandler"
1109
            commandId="org.eclipse.ui.edit.delete">
1110
         <activeWhen>
1111
            <and>
1112
               <reference
1113
                     definitionId="isTaxonBase">
1114
               </reference>
1115
              <not>
1116
                  <reference
1117
                        definitionId="isAcceptedTaxon">
1118
                  </reference>
1119
               </not>
1120
            </and>
1121
         </activeWhen>
1122
      </handler>
1123
      <handler
1124
            class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
1125
            commandId="org.eclipse.ui.edit.delete">
1126
          <activeWhen>
1127
             <with
1128
                   variable="activePartId">
1129
                <or>
1130
                   <equals
1131
                         value="eu.etaxonomy.taxeditor.editor.view.descriptive">
1132
                   </equals>
1133
                   <equals
1134
                         value="eu.etaxonomy.taxeditor.editor.view.media">
1135
                   </equals>
1136
                </or>
1137
             </with>
1138
          </activeWhen>
1139
      </handler>
1140
      <handler
1141
            class="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.DeleteNodeHandler"
1142
            commandId="org.eclipse.ui.edit.delete">
1143
         <activeWhen>
1144
            <with
1145
                  variable="activePartId">
1146
               <equals
1147
                     value="eu.etaxonomy.taxeditor.editor.key">
1148
               </equals>
1149
            </with>
1150
         </activeWhen>
1151
      </handler>
1152
      <handler
1153
            class="eu.etaxonomy.taxeditor.editor.view.concept.handler.DeleteConceptRelationHandler"
1154
            commandId="org.eclipse.ui.edit.delete">
1155
         <activeWhen>
1156
            <with
1157
                  variable="activePartId">
1158
               <equals
1159
                     value="eu.etaxonomy.taxeditor.editor.view.concept">
1160
               </equals>
1161
            </with>
1162
         </activeWhen>
1163
      </handler>
1164
      <handler
1165
            class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DeleteHandler"
1166
            commandId="org.eclipse.ui.edit.delete">
1167
         <activeWhen>
1168
            <with
1169
                  variable="activePartId">
1170
               <equals
1171
                     value="eu.etaxonomy.taxeditor.editor.view.uses">
1172
               </equals>
1173
            </with>
1174
         </activeWhen>
1175
      </handler>
1176
      <handler
1177
            class="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1178
            commandId="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler">
1179
      </handler>
1180
            <handler
1181
            class="eu.etaxonomy.taxeditor.editor.handler.LoadPherogramHandler"
1182
            commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram">
1183
         <activeWhen>
1184
            <with
1185
                  variable="activePartId">
1186
               <equals
1187
                     value="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor">
1188
               </equals>
1189
            </with>
1190
         </activeWhen>
1191
      </handler>
1192
      <handler
1193
            class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
1194
            commandId="org.eclipse.ui.edit.delete">
1195
         <activeWhen>
1196
            <with
1197
                  variable="activePartId">
1198
               <equals
1199
                     value="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView">
1200
               </equals>
1201
            </with>
1202
         </activeWhen>
1203
      </handler>
1204
      <handler
1205
            class="eu.etaxonomy.taxeditor.editor.view.derivate.handler.OpenDerivateEditorForTaxonHandler"
1206
            commandId="eu.etaxonomy.taxeditor.editor.handler.openDerivateView">
1207
         <activeWhen>
1208
            <with
1209
                  variable="activePartId">
1210
               <equals
1211
                     value="eu.etaxonomy.taxeditor.navigation.navigator">
1212
               </equals>
1213
            </with>
1214
         </activeWhen>
1215
      </handler>
1216
      <handler
1217
            class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.ToggleShowOnlyIndividualAssociationsHandler"
1218
            commandId="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations">
1219
      </handler>
1220
      <handler
1221
            class="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler"
1222
            commandId="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler">
1223
      </handler>
1224
      <handler
1225
            class="eu.etaxonomy.taxeditor.editor.handler.alignmenteditor.ToggleInsertOverwriteHandler"
1226
            commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleInsertOverwrite">
1227
      </handler>
1228
      <handler
1229
            class="eu.etaxonomy.taxeditor.editor.handler.alignmenteditor.ToggleLeftRightInsertionHandler"
1230
            commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleLeftRightInsertion">
1231
      </handler>
1232
   </extension>
1233
   <extension
1234
         name="%extension.name"
1235
         point="org.eclipse.ui.commands">
1236
      <category
1237
            id="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1238
            name="%category.name.0">
1239
      </category>
1240
      <command
1241
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1242
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenParentHandler"
1243
            id="eu.etaxonomy.taxeditor.editor.command.openParent"
1244
            name="%command.name">
1245
      </command>
1246
      <command
1247
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1248
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHomotypicSynonymHandler"
1249
            id="eu.etaxonomy.taxeditor.editor.name.createHomotypicSynoym"
1250
            name="%command.name.0">
1251
      </command>
1252
      <command
1253
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1254
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateHeterotypicSynonymHandler"
1255
            id="eu.etaxonomy.taxeditor.editor.name.createHeterotypicSynoym"
1256
            name="%command.name.1">
1257
      </command>
1258
      <command
1259
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1260
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateSynonymInHomotypicalGroupHandler"
1261
            id="eu.etaxonomy.taxeditor.editor.name.createSynonymInHomotypicalGroup"
1262
            name="%command.name.2">
1263
      </command>
1264
     <command
1265
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1266
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.CreateMisapplicationHandler"
1267
            id="eu.etaxonomy.taxeditor.editor.name.createMisapplication"
1268
            name="%command.name.36">
1269
      </command>
1270
      <!--command
1271
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.MoveTaxonHandler"
1272
            id="eu.etaxonomy.taxeditor.editor.name.moveTaxon"
1273
            name="Move Taxon">
1274
      </command-->
1275
      <command
1276
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1277
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToSynonymHandler"
1278
            id="eu.etaxonomy.taxeditor.editor.name.changeToSynonym"
1279
            name="%command.name.3">
1280
      </command>
1281
      <command
1282
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1283
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeSynonymToAcceptedTaxonHandler"
1284
            id="eu.etaxonomy.taxeditor.editor.name.changeToAcceptedTaxon"
1285
            name="%command.name.4">
1286
      </command>
1287
      <command
1288
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1289
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeToMisapplicationHandler"
1290
            id="eu.etaxonomy.taxeditor.editor.name.changeToMisapplication"
1291
            name="%command.name.5">
1292
      </command>
1293
      <command
1294
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1295
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SwapSynonymAndAcceptedHandler"
1296
            id="eu.etaxonomy.taxeditor.editor.name.swapSynonymAndAccepted"
1297
            name="%command.name.6">
1298
      </command>
1299
      <command
1300
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1301
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.SetBasionymHandler"
1302
            id="eu.etaxonomy.taxeditor.editor.name.setBasionym"
1303
            name="%command.name.7">
1304
      </command>
1305
      <command
1306
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1307
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.RemoveBasionymHandler"
1308
            id="eu.etaxonomy.taxeditor.editor.name.removeBasionym"
1309
            name="%command.name.8">
1310
      </command>
1311
     <!-- <command
1312
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1313
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.ChangeAcceptedTaxonToSynonymHandler"
1314
            id="eu.etaxonomy.taxeditor.editor.name.changeAcceptedToSynonym"
1315
            name="Change Accepted Taxon to Synonym">
1316
      </command>-->
1317
      <command
1318
            categoryId="eu.etaxonomy.taxeditor.editor.taxon.name.command.category"
1319
            defaultHandler="eu.etaxonomy.taxeditor.editor.name.handler.DeleteAllEmptyNamesHandler"
1320
            id="eu.etaxonomy.taxeditor.editor.name.deleteAllEmptyNames"
1321
            name="%command.name.9">
1322
      </command>
1323
      <category
1324
            id="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1325
            name="%category.name.1">
1326
      </category>
1327
      <command
1328
            categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1329
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionElementHandler"
1330
            id="eu.etaxonomy.taxeditor.editor.description.createDescriptionElement"
1331
            name="%command.name.10">
1332
      </command>
1333
      <command
1334
            categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1335
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.CreateDescriptionHandler"
1336
            id="eu.etaxonomy.taxeditor.description.commands.adddescription"
1337
            name="%command.name.11">
1338
      </command>
1339
      <command
1340
            categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1341
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionElementsHandler"
1342
            id="eu.etaxonomy.taxeditor.description.commands.moveDescriptionElements"
1343
            name="%command.name.12">
1344
      </command>
1345
      <command
1346
            categoryId="eu.etaxonomy.taxeditor.editor.view.descriptive.command.category"
1347
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.MoveDescriptionToOtherTaxonHandler"
1348
            id="eu.etaxonomy.taxeditor.editor.commands.description.moveDescriptionToTaxon"
1349
            name="%command.name.13">
1350
      </command>
1351
      <category
1352
            id="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1353
            name="%category.name.2">
1354
      </category>
1355
      <command
1356
            categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1357
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseHandler"
1358
            id="eu.etaxonomy.taxeditor.use.commands.adduse"
1359
            name="%command.name.14">
1360
      </command>
1361
      <command
1362
            categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1363
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseSummaryHandler"
1364
            id="eu.etaxonomy.taxeditor.editor.use.createUseSummary"
1365
            name="%command.name.15">
1366
      </command>
1367
      <command
1368
            categoryId="eu.etaxonomy.taxeditor.editor.view.uses.command.category"
1369
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.uses.handler.CreateUseRecordHandler"
1370
            id="eu.etaxonomy.taxeditor.editor.use.createUseRecord"
1371
            name="%command.name.16">
1372
      </command>
1373
      <category
1374
            id="eu.etaxonomy.taxeditor.editor.media.category"
1375
            name="%category.name.3">
1376
      </category>
1377
      <command
1378
            categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1379
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageDownInListHandler"
1380
            id="taxeditor-editor.command.moveimgdown"
1381
            name="%command.name.19">
1382
      </command>
1383
      <command
1384
            categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1385
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddImageGalleryHandler"
1386
            id="taxeditor-editor.command.newimagegallery"
1387
            name="%command.name.20">
1388
      </command>
1389
      <command
1390
            categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1391
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.CreateMediaHandler"
1392
            id="taxeditor-editor.newimage"
1393
            name="%command.name.21">
1394
      </command>
1395
      <command
1396
            categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1397
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.AddExistingMediaHandler"
1398
            id="taxeditor-editor.useExistingImage"
1399
            name="%command.name.37">
1400
      </command>
1401
      <command
1402
            categoryId="eu.etaxonomy.taxeditor.editor.media.category"
1403
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.media.handler.MoveImageUpInListHandler"
1404
            id="taxeditor-editor.command.moveimgup"
1405
            name="%command.name.22">
1406
      </command>
1407
      <category
1408
            id="eu.etaxonomy.taxeditor.editor.new.category"
1409
            name="%category.name.4">
1410
      </category>
1411
      <command
1412
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1413
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewReferenceHandler"
1414
            id="eu.etaxonomy.taxeditor.editor.command.new.reference"
1415
            name="%command.name.23">
1416
      </command>
1417
      <command
1418
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1419
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewNameHandler"
1420
            id="eu.etaxonomy.taxeditor.editor.command.new.name"
1421
            name="%command.name.24">
1422
      </command>
1423
      <command
1424
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1425
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewTeamHandler"
1426
            id="eu.etaxonomy.taxeditor.editor.command.new.team"
1427
            name="%command.name.25">
1428
      </command>
1429
      <command
1430
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1431
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewPersonHandler"
1432
            id="eu.etaxonomy.taxeditor.editor.command.new.person"
1433
            name="%command.name.26">
1434
      </command>
1435
      <command
1436
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1437
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.create.NewSpecimenHandler"
1438
            id="eu.etaxonomy.taxeditor.editor.command.new.specimen"
1439
            name="%command.name.27">
1440
      </command>
1441
      <category
1442
            id="eu.etaxonomy.taxeditor.editor.key.category"
1443
            name="%category.name.5">
1444
      </category>
1445
      <command
1446
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1447
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateChildNodeHandler"
1448
            id="eu.etaxonomy.taxeditor.key.polytomous.command.new.child"
1449
            name="%command.name.28">
1450
      </command>
1451
      <command
1452
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1453
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.CreateSiblingNodeHandler"
1454
            id="eu.etaxonomy.taxeditor.key.polytomous.command.new.sibling"
1455
            name="%command.name.29">
1456
      </command>
1457
      <command
1458
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1459
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.polytomous.handler.RefreshNodeNumberingHandler"
1460
            id="eu.etaxonomy.taxeditor.key.polytomous.command.refresh"
1461
            name="%command.name.30">
1462
      </command>
1463
      <command
1464
            categoryId="eu.etaxonomy.taxeditor.editor.key.category"
1465
            defaultHandler="eu.etaxonomy.taxeditor.editor.key.handler.ApplyLayoutHandler"
1466
            id="eu.etaxonomy.taxeditor.key.command.applyLayout"
1467
            name="%command.name.31">
1468
      </command>
1469
      <category
1470
            id="eu.etaxonomy.taxeditor.editor.view.concept.category"
1471
            name="%category.name.6">
1472
      </category>
1473
      <command
1474
            categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
1475
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.CreateConceptRelationHandler"
1476
            id="eu.etaxonomy.taxeditor.editor.name.createConceptRelation"
1477
            name="%command.name.32">
1478
      </command>
1479
      <command
1480
            categoryId="eu.etaxonomy.taxeditor.editor.view.concept.category"
1481
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.concept.handler.OpenRelatedConceptHandler"
1482
            id="eu.etaxonomy.taxeditor.editor.view.concept.command.open"
1483
            name="%command.name.33">
1484
      </command>
1485
      <category
1486
            id="eu.etaxonomy.taxeditor.bulkeditor.group.category"
1487
            name="%category.name.7">
1488
      </category>
1489
      <command
1490
            categoryId="eu.etaxonomy.taxeditor.bulkeditor.group.category"
1491
            defaultHandler="eu.etaxonomy.taxeditor.editor.group.authority.handler.EditCdmAuthoritiesHandler"
1492
            id="eu.etaxonomy.taxeditor.group.cdmauthorities.edit"
1493
            name="%command.name.34">
1494
      </command>
1495
      <command
1496
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenDerivateViewHandler"
1497
            id="eu.etaxonomy.taxeditor.editor.handler.openDerivateView"
1498
            name="%command.name.35">
1499
      </command>
1500
       <command
1501
             defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistEditorHandler"
1502
             id="eu.etaxonomy.taxeditor.editor.handler.OpenChecklistViewHandler"
1503
             name="%command.name.38">
1504
      </command>
1505
      <command
1506
            categoryId="eu.etaxonomy.taxeditor.editor.new.category"
1507
            defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler"
1508
            id="eu.etaxonomy.taxeditor.editor.command.new.datasource"
1509
            name="%command.name.39">
1510
      </command>
1511
      <command
1512
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenAlignmentEditorHandler"
1513
            id="eu.etaxonomy.taxeditor.editor.handler.OpenAlignmentEditor"
1514
            name="Open Alignment Editor">
1515
      </command>
1516
      <command
1517
            id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram"
1518
            name="Load Pherogram">
1519
      </command>
1520
      <command
1521
            id="eu.etaxonomy.taxeditor.editor.handler.showOnlyIndividualAssociations"
1522
            name="%command.name.41">
1523
      </command>
1524
      <command
1525
            id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleInsertOverwrite"
1526
            name="Toggle insert/overwrite">
1527
      </command>
1528
      <command
1529
            id="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.toggleLeftRightInsertion"
1530
            name="Toggle left/right insertion in base call sequence">
1531
      </command>
1532
      <command
1533
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.OpenTaxonEditorHandler"
1534
            id="eu.etaxonomy.taxeditor.editor.openTaxonEditor"
1535
            name="%command.name.42">
1536
         <commandParameter
1537
               id="eu.etaxonomy.taxeditor.editor.taxonParameter"
1538
               name="taxonUUID"
1539
               optional="false"
1540
               typeId="eu.etaxonomy.taxeditor.editor.taxonParameterType">
1541
         </commandParameter>
1542
      </command>
1543
      <commandParameterType
1544
            converter="eu.etaxonomy.taxeditor.editor.handler.TaxonParameterConverter"
1545
            id="eu.etaxonomy.taxeditor.editor.taxonParameterType"
1546
            type="eu.etaxonomy.cdm.model.taxon.TaxonBase">
1547
      </commandParameterType>
1548
      <command
1549
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.CreateFieldUnitHandler"
1550
            id="eu.etaxonomy.taxeditor.editor.derivate.createFieldUnit"
1551
            name="%command.name.43">
1552
      </command>
1553
      <command
1554
            defaultHandler="eu.etaxonomy.taxeditor.editor.view.derivate.handler.DeleteDerivateHandler"
1555
            id="eu.etaxonomy.taxeditor.editor.derivate.deepDelete"
1556
            name="%command.name.44">
1557
      </command>
1558
      <command
1559
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.FixClassificationHierarchyHandler"
1560
            id="eu.etaxonomy.taxeditor.editor.handler.OpenFixClassificationHierarchyHandler"
1561
            name="%command.name.45">
1562
      </command>
1563
      <command
1564
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.EditSequenceHandler"
1565
            id="eu.etaxonomy.taxeditor.editor.editSequence"
1566
            name="Edit Sequence">
1567
      </command>
1568
      <command
1569
            defaultHandler="eu.etaxonomy.taxeditor.editor.handler.ShowPherogramHandler"
1570
            id="eu.etaxonomy.taxeditor.editor.showPherogram"
1571
            name="Show Pherogram">
1572
      </command>
1573
   </extension>
1574
   <extension
1575
         point="org.eclipse.core.expressions.definitions">
1576
      <definition
1577
            id="nameEditorActive">
1578
         <with
1579
               variable="activeEditorId">
1580
            <equals
1581
                  value="eu.etaxonomy.taxeditor.editor.multipagetaxonview">
1582
            </equals>
1583
         </with>
1584
      </definition>
1585
      <definition
1586
            id="isAcceptedTaxon">
1587
         <with
1588
               variable="selection">
1589
            <test
1590
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedTaxon">
1591
            </test>
1592
         </with>
1593
      </definition>
1594
      <definition
1595
            id="isSynonym">
1596
         <with
1597
               variable="selection">
1598
            <test
1599
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isSynonym">
1600
            </test>
1601
         </with>
1602
      </definition>
1603
      <definition
1604
            id="isMisapplication">
1605
         <with
1606
               variable="selection">
1607
            <test
1608
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isMisapplication">
1609
            </test>
1610
         </with>
1611
      </definition>
1612
      <definition
1613
            id="isTaxonBase">
1614
         <with
1615
               variable="selection">
1616
            <test
1617
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isTaxonBase">
1618
            </test>
1619
         </with>
1620
      </definition>
1621
      <definition
1622
            id="hasEmptyNames">
1623
         <with
1624
               variable="selection">
1625
            <test
1626
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.hasEmptyNames">
1627
            </test>
1628
         </with>
1629
      </definition>
1630
      <definition
1631
            id="isDeletable">
1632
         <with
1633
               variable="selection">
1634
            <test
1635
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDeletable">
1636
            </test>
1637
         </with>
1638
      </definition>
1639
      <definition
1640
            id="isMedia">
1641
         <with
1642
               variable="selection">
1643
            <test
1644
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isMedia">
1645
            </test>
1646
         </with>
1647
      </definition>
1648
      <definition
1649
            id="isTaxonEditor">
1650
         <with
1651
               variable="selection">
1652
            <test
1653
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isTaxonEditor">
1654
            </test>
1655
         </with>
1656
      </definition>
1657
      <definition
1658
            id="isBulkEditor">
1659
         <with
1660
               variable="selection">
1661
            <test
1662
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isBulkEditor">
1663
            </test>
1664
         </with>
1665
      </definition>
1666
      <definition
1667
            id="isDerivateEditor">
1668
         <with
1669
               variable="selection">
1670
            <test
1671
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDerivateEditor">
1672
            </test>
1673
         </with>
1674
      </definition>
1675
      <definition
1676
            id="isDescription">
1677
         <with
1678
               variable="selection">
1679
            <test
1680
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescription">
1681
            </test>
1682
         </with>
1683
      </definition>
1684
      <definition
1685
            id="isDescriptionElement">
1686
         <with
1687
               variable="selection">
1688
            <test
1689
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isDescriptionElement">
1690
            </test>
1691
         </with>
1692
      </definition>
1693
      <definition
1694
            id="isFeatureNodeContainer">
1695
         <with
1696
               variable="selection">
1697
            <test
1698
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isFeatureNodeContainer">
1699
            </test>
1700
         </with>
1701
      </definition>
1702
      <definition
1703
            id="isImageGallery">
1704
         <with
1705
               variable="selection">
1706
            <test
1707
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isImageGallery">
1708
            </test>
1709
         </with>
1710
      </definition>
1711
      <definition
1712
            id="isAcceptedAndHasNoHomotypicSynonyms">
1713
         <with
1714
               variable="selection">
1715
            <test
1716
                  property="eu.etaxonomy.taxeditor.editor.name.propertyTester.isAcceptedAndHasNoHomotypicSynonyms">
1717
            </test>
1718
         </with>
1719
      </definition>
1720
      <definition
1721
            id="isGroup">
1722
         <with
1723
               variable="activeEditor">
1724
            <test
1725
                  property="taxeditor-bulkeditor.propertyTester.isGroup">
1726
            </test>
1727
         </with>
1728
      </definition>
1729
      <definition
1730
            id="isIndividualsAssociation">
1731
         <with
1732
               variable="selection">
1733
            <test
1734
                  property="eu.etaxonomy.taxeditor.descriptions.propertyTester.isIndividualsAssociation">
1735
            </test>
1736
         </with>
1737
      </definition>
1738
      <definition
1739
            id="isSequence">
1740
         <with
1741
               variable="selection">
1742
            <test
1743
                  property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isSequence">
1744
            </test>
1745
         </with>
1746
      </definition>
1747
      <definition
1748
            id="isSingleRead">
1749
         <with
1750
               variable="selection">
1751
            <test
1752
                  property="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester.isSingleRead">
1753
            </test>
1754
         </with>
1755
      </definition>
1756
   </extension>
1757
   <extension
1758
         point="org.eclipse.core.expressions.propertyTesters">
1759
      <propertyTester
1760
            class="eu.etaxonomy.taxeditor.editor.name.handler.NameEditorMenuPropertyTester"
1761
            id="eu.etaxonomy.taxeditor.editor.name.propertyTester"
1762
            namespace="eu.etaxonomy.taxeditor.editor.name.propertyTester"
1763
            properties="isAcceptedTaxon,isSynonym,isMisapplication,isTaxonBase,hasEmptyNames,isAcceptedAndHasNoHomotypicSynonyms"
1764
            type="org.eclipse.jface.viewers.IStructuredSelection">
1765
      </propertyTester>
1766
      <propertyTester
1767
            class="eu.etaxonomy.taxeditor.editor.view.descriptive.handler.DescriptionsMenuPropertyTester"
1768
            id="eu.etaxonomy.taxeditor.descriptions.PropertyTester"
1769
            namespace="eu.etaxonomy.taxeditor.descriptions.propertyTester"
1770
            properties="isMedia,isDescription,isDescriptionElement,isDeletable,isFeatureNodeContainer,isImageGallery,isTaxonEditor,isBulkEditor,isDerivateEditor, isIndividualsAssociation"
1771
            type="org.eclipse.jface.viewers.TreeSelection">
1772
      </propertyTester>
1773
      <propertyTester
1774
            class="eu.etaxonomy.taxeditor.bulkeditor.command.BulkEditorPropertyTester"
1775
            id="taxeditor-bulkeditor.PropertyTester"
1776
            namespace="taxeditor-bulkeditor.propertyTester"
1777
            properties="isGroup"
1778
            type="eu.etaxonomy.taxeditor.bulkeditor.BulkEditor">
1779
      </propertyTester>
1780
      <propertyTester
1781
            class="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1782
            id="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1783
            namespace="eu.etaxonomy.taxeditor.editor.handler.SpecimenPropertyTester"
1784
            properties="isSequence,isSingleRead"
1785
            type="org.eclipse.jface.viewers.IStructuredSelection">
1786
      </propertyTester>
1787
   </extension>
1788
   <extension
1789
         point="org.eclipse.ui.bindings">   
1790
      <scheme
1791
            description="%scheme.description"
1792
            id="eu.etaxonomy.taxeditor.bindings.scheme.default"
1793
            name="%scheme.name">
1794
      </scheme>
1795
      <key
1796
            commandId="eu.etaxonomy.taxeditor.editor.molecular.AlignmentEditor.loadPherogram"
1797
            schemeId="eu.etaxonomy.taxeditor.bindings.scheme.default"
1798
            sequence="M1+O">
1799
      </key>
1800
   </extension>
1801
    <extension
1802
         point="org.eclipse.ui.importWizards">
1803
      <wizard
1804
            category="eu.etaxonomy.taxeditor.import.category.cdm"
1805
            class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
1806
            id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenSearchWizard"
1807
            name="%wizard.name">
1808
         <description>
1809
            %wizard.description
1810
         </description>
1811
      </wizard>
1812
   </extension>
1813
    <extension
1814
          point="eu.etaxonomy.taxeditor.store.cdmViewer">
1815
       <cdmViewer
1816
             class="eu.etaxonomy.taxeditor.editor.EditorCdmViewer">
1817
       </cdmViewer>
1818
    </extension>
1819
</plugin>
(5-5/6)