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.dataimport.SpecimenImportEditor"
63
            default="false"
64
            id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportEditor"
65
            name="%editor.name.6">
66
      </editor>
67
      <editor
68
            class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor"
69
            default="false"
70
            id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifImportEditor"
71
            name="%editor.name.7">
72
      </editor>
73
         <editor
74
            class="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor"
75
            icon="icons/check.png"
76
            id="eu.etaxonomy.taxeditor.editor.view.checklist.ChecklistEditor"
77
            name="%editor.name.8">
78
      </editor>
79
   </extension>
80
      <extension
81
            point="org.eclipse.ui.views">
82
         <view
83
               allowMultiple="false"
84
               category="eu.etaxonomy.taxeditor.editor.category"
85
               class="eu.etaxonomy.taxeditor.editor.view.descriptive.DescriptiveViewPart"
86
               icon="icons/address-book-new.png"
87
               id="eu.etaxonomy.taxeditor.editor.view.descriptive"
88
               name="%view.name"
89
               restorable="true">
90
         </view>
91
          <view
92
                allowMultiple="false"
93
                category="eu.etaxonomy.taxeditor.editor.category"
94
                class="eu.etaxonomy.taxeditor.editor.view.uses.UsesViewPart"
95
                icon="icons/leaf.png"
96
                id="eu.etaxonomy.taxeditor.editor.view.uses"
97
                name="%view.name.0"
98
                restorable="true">
99
         </view>
100
         <view
101
               allowMultiple="false"
102
               category="eu.etaxonomy.taxeditor.editor.category"
103
               class="eu.etaxonomy.taxeditor.editor.view.media.MediaViewPart"
104
               icon="icons/camera-photo.png"
105
               id="eu.etaxonomy.taxeditor.editor.view.media"
106
               name="%view.name.1"
107
               restorable="true">
108
         </view>
109
         <view
110
               category="eu.etaxonomy.taxeditor.editor.category"
111
               class="eu.etaxonomy.taxeditor.editor.view.concept.ConceptViewPart"
112
               id="eu.etaxonomy.taxeditor.editor.view.concept"
113
               name="%view.name.2"
114
               restorable="true">
115
         </view>
116
         <view
117
               category="eu.etaxonomy.taxeditor.editor.category"
118
               class="eu.etaxonomy.taxeditor.editor.view.concept.graph.ConceptGraphView"
119
               icon="icons/address-book-new.png"
120
               id="eu.etaxonomy.taxeditor.editor.view.concept.graph"
121
               name="%view.name.3"
122
               restorable="true">
123
         </view>
124
         <category
125
               id="eu.etaxonomy.taxeditor.editor.category"
126
               name="%category.name">
127
         </category>
128
         <view
129
               allowMultiple="true"
130
               class="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
131
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.SpecimenImportView"
132
               name="%view.name.4">
133
         </view>
134
         <view
135
               allowMultiple="true"
136
               class="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
137
               id="eu.etaxonomy.taxeditor.editor.view.dataimport.GbifResponseImportView"
138
               name="%view.name.5">
139
         </view>
140
         <view
141
               allowMultiple="false"
142
               category="eu.etaxonomy.taxeditor.editor.category"
143
               class="eu.etaxonomy.taxeditor.editor.view.validation.ValidationProblemsView"
144
               icon="icons/edit_16x16.gif"
145
               id="eu.etaxonomy.taxeditor.editor.view.validation.problems"
146
               name="%view.name.6">
147
         </view>
148
         <view
149
               class="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView"
150
               icon="icons/derivate_view-16x16-32.png"
151
               id="eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView"
152
               name="Derivative Editor"
153
               restorable="true">
154
         </view>
155
      </extension>
156
      
157
	<!-- VALIDATION RELATED STUFF -->
158
	<extension point="org.eclipse.core.resources.markers" name="%extension.name.0" id="eu.etaxonomy.taxeditor.markers.validationerror">
159
		<super type="org.eclipse.core.resources.problemmarker"/>
160
		<attribute name="databaseId"/>
161
		<attribute name="userFriendlyTypeName"/>
162
		<attribute name="userFriendlyDescription"/>
163
		<attribute name="userFriendlyFieldName"/>
164
		<attribute name="validatorMessage"/>
165
		<attribute name="invalidValue"/>
166
		<attribute name="validatorClass"/>
167
		<attribute name="entityClass"/>
168
		<attribute name="entityId"/>
169
   		<persistent value="false"/>
170
   	</extension>
171

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