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