ref #6622, #6598 Migrate New and connect menus
[taxeditor.git] / eu.etaxonomy.taxeditor.store / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>
3 <plugin>
4 <extension-point id="eu.etaxonomy.taxeditor.store.cdmViewer" name="Cdm Viewer" schema="schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd"/>
5 <extension
6 point="org.eclipse.ui.menus">
7 <menuContribution
8 locationURI="toolbar:org.eclipse.ui.trim.status">
9 <toolbar
10 id="eu.etaxonomy.taxeditor.store.authentication.trim.toolbar">
11 <control
12 class="eu.etaxonomy.taxeditor.ui.bar.AuthenticatedUserBar">
13 </control>
14 </toolbar>
15 </menuContribution>
16 </extension>
17 <extension
18 point="org.eclipse.ui.newWizards">
19 <wizard
20 category="eu.etaxonomy.taxeditor.new.category.cdm"
21 class="eu.etaxonomy.taxeditor.newWizard.NewReferenceWizard"
22 hasPages="true"
23 id="eu.etaxonomy.taxeditor.new.reference"
24 name="%wizard.name.10">
25 </wizard>
26 <wizard
27 category="eu.etaxonomy.taxeditor.new.category.cdm"
28 class="eu.etaxonomy.taxeditor.newWizard.NewNonViralNameWizard"
29 hasPages="true"
30 id="eu.etaxonomy.taxeditor.new.nonViralName"
31 name="%wizard.name.11">
32 </wizard>
33 <wizard
34 category="eu.etaxonomy.taxeditor.new.category.cdm"
35 class="eu.etaxonomy.taxeditor.newWizard.NewTeamWizard"
36 hasPages="true"
37 id="eu.etaxonomy.taxeditor.new.team"
38 name="%wizard.name.12">
39 </wizard>
40 <wizard
41 category="eu.etaxonomy.taxeditor.new.category.cdm"
42 class="eu.etaxonomy.taxeditor.newWizard.NewPersonWizard"
43 hasPages="true"
44 id="eu.etaxonomy.taxeditor.new.person"
45 name="%wizard.name.13">
46 </wizard>
47 <wizard
48 category="eu.etaxonomy.taxeditor.new.category.cdm"
49 class="eu.etaxonomy.taxeditor.newWizard.NewDerivedUnitBaseWizard"
50 hasPages="true"
51 id="eu.etaxonomy.taxeditor.new.specimen"
52 name="%wizard.name.14">
53 </wizard>
54 <wizard
55 category="eu.etaxonomy.taxeditor.new.category.cdm"
56 class="eu.etaxonomy.taxeditor.newWizard.NewPolytomousKeyWizard"
57 hasPages="true"
58 id="eu.etaxonomy.taxeditor.new.key.polytomous"
59 name="%wizard.name.15">
60 </wizard>
61 <category
62 id="eu.etaxonomy.taxeditor.new.category.cdm"
63 name="%category.name.2">
64 </category>
65 <wizard
66 category="eu.etaxonomy.taxeditor.new.category.cdm"
67 class="eu.etaxonomy.taxeditor.newWizard.NewTaxonNodeWizard"
68 hasPages="true"
69 id="eu.etaxonomy.taxeditor.new.taxonNode"
70 name="%wizard.name.16">
71 </wizard>
72 <wizard
73 category="eu.etaxonomy.taxeditor.new.category.cdm"
74 class="eu.etaxonomy.taxeditor.newWizard.NewClassificationWizard"
75 hasPages="true"
76 icon="icons/tree_icon_small.jpg"
77 id="eu.etaxonomy.taxeditor.new.classification"
78 name="%wizard.name.17">
79 </wizard>
80 </extension>
81 <extension
82 point="org.eclipse.ui.themes">
83 <themeElementCategory
84 id="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
85 label="%themeElementCategory.label">
86 <description>
87 %themeElementCategory.description
88 </description>
89 </themeElementCategory>
90 <colorDefinition
91 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
92 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.listBackground"
93 label="%colorDefinition.label"
94 value="150,150,150">
95 </colorDefinition>
96 <colorDefinition
97 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
98 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.textDefault"
99 label="%colorDefinition.label.0"
100 value="0,0,0">
101 </colorDefinition>
102 <colorDefinition
103 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
104 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.colorCompositeBackground"
105 label="%colorDefinition.label.1"
106 value="255,255,255">
107 </colorDefinition>
108 <colorDefinition
109 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
110 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.colorCompositeIrrelevant"
111 label="%colorDefinition.label.2"
112 value="241,139,18">
113 </colorDefinition>
114 <colorDefinition
115 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
116 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.textDisabled"
117 label="%colorDefinition.label.3"
118 value="150,150,150">
119 </colorDefinition>
120 <colorDefinition
121 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
122 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.textBackgroundDisabled"
123 label="%colorDefinition.label.4"
124 value="230,230,230">
125 </colorDefinition>
126 <themeElementCategory
127 id="eu.etaxonomy.taxeditor.preferences.themeElementCategory.detailsView"
128 label="%themeElementCategory.label.0"
129 parentId="eu.etaxonomy.taxeditor.preferences.themeElementCategory">
130 <description>
131 %themeElementCategory.description.0
132 </description>
133 </themeElementCategory>
134 <colorDefinition
135 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.detailsView"
136 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.listBackgroundOdd"
137 label="%colorDefinition.label.5"
138 value="230,230,230">
139 </colorDefinition>
140 <colorDefinition
141 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.detailsView"
142 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.listBackgroundEven"
143 label="%colorDefinition.label.6"
144 value="255,255,255">
145 </colorDefinition>
146 <themeElementCategory
147 id="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
148 label="%themeElementCategory.label.1"
149 parentId="eu.etaxonomy.taxeditor.preferences.themeElementCategory">
150 <description>
151 %themeElementCategory.description.1
152 </description>
153 </themeElementCategory>
154 <colorDefinition
155 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
156 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.nameEditor.colorContainerBackground"
157 label="%colorDefinition.label.7"
158 value="220, 220, 220">
159 </colorDefinition>
160 <colorDefinition
161 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
162 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.nameEditor.colorContainerSelectedFocus"
163 label="%colorDefinition.label.8"
164 value="232,242,254">
165 </colorDefinition>
166 <colorDefinition
167 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
168 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.nameEditor.colorContainerSelected"
169 label="%colorDefinition.label.9"
170 value="210, 210, 210">
171 </colorDefinition>
172 <colorDefinition
173 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
174 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.nameEditor.colorContainerDragEnter"
175 label="%colorDefinition.label.10"
176 value="185,255,133">
177 </colorDefinition>
178 <fontDefinition
179 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
180 id="eu.etaxonomy.taxeditor.preferences.fontDefinition.nameEditor.accepted"
181 label="%fontDefinition.label"
182 value="Georgia-regular-12">
183 </fontDefinition>
184 <fontDefinition
185 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
186 id="eu.etaxonomy.taxeditor.preferences.fontDefinition.nameEditor.synonym"
187 label="%fontDefinition.label.0"
188 value="Georgia-regular-10">
189 </fontDefinition>
190 <fontDefinition
191 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
192 id="eu.etaxonomy.taxeditor.preferences.fontDefinition.nameEditor.misapplication"
193 label="%fontDefinition.label.1"
194 value="Georgia-regular-10">
195 </fontDefinition>
196 <fontDefinition
197 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
198 id="eu.etaxonomy.taxeditor.preferences.fontDefinition.nameEditor.concept"
199 label="%fontDefinition.label.2"
200 value="Georgia-regular-10">
201 </fontDefinition>
202 <fontDefinition
203 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
204 id="eu.etaxonomy.taxeditor.preferences.fontDefinition.nameEditor.default"
205 label="%fontDefinition.label.3"
206 value="Georgia-regular-10">
207 </fontDefinition>
208 <themeElementCategory
209 id="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
210 label="%themeElementCategory.label.2"
211 parentId="eu.etaxonomy.taxeditor.preferences.themeElementCategory">
212 <description>
213 %themeElementCategory.description.2
214 </description>
215 </themeElementCategory>
216 <colorDefinition
217 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
218 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.searchView.foreground"
219 label="%colorDefinition.label.11"
220 value="192, 192, 192">
221 </colorDefinition>
222 <colorDefinition
223 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
224 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.searchView.focus"
225 label="%colorDefinition.label.12"
226 value="0, 0, 0">
227 </colorDefinition>
228 <fontDefinition
229 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
230 id="eu.etaxonomy.taxeditor.preferences.fontDefinition.searchView.accepted"
231 isEditable="true"
232 label="%fontDefinition.label.4"
233 value="Arial-regular-10">
234 <description>
235 %fontDefinition.description
236 </description>
237 </fontDefinition>
238 <fontDefinition
239 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
240 id="eu.etaxonomy.taxeditor.preferences.fontDefinition.searchView.synonym"
241 isEditable="true"
242 label="%fontDefinition.label.5"
243 value="Arial-italic-10">
244 <description>
245 %fontDefinition.description.0
246 </description>
247 </fontDefinition>
248 <fontDefinition
249 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.searchView"
250 id="eu.etaxonomy.taxeditor.preferences.fontDefinition.searchView.other"
251 isEditable="true"
252 label="%fontDefinition.label.6"
253 value="Lucida Grande-regular-11">
254 <description>
255 %fontDefinition.description.1
256 </description>
257 </fontDefinition>
258 <colorDefinition
259 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.detailsView"
260 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.parseError"
261 label="%colorDefinition.label.13"
262 value="255,0,0">
263 </colorDefinition>
264 <colorDefinition
265 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory.nameEditor"
266 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.disabledEditor"
267 label="%colorDefinition.label.14"
268 value="105,114,124">
269 </colorDefinition>
270 <colorDefinition
271 categoryId="eu.etaxonomy.taxeditor.preferences.themeElementCategory"
272 id="eu.etaxonomy.taxeditor.preferences.colorDefinition.editorError"
273 label="%colorDefinition.label.15"
274 value="255,0,0">
275 </colorDefinition>
276 </extension>
277 <extension
278 point="org.eclipse.core.expressions.propertyTesters">
279 <propertyTester
280 class="eu.etaxonomy.taxeditor.view.datasource.handler.DataSourceMenuPropertyTester"
281 id="eu.etaxonomy.taxeditor.datasource.propertyTester"
282 namespace="eu.etaxonomy.taxeditor.datasource.propertyTester"
283 properties="isCompatible"
284 type="org.eclipse.jface.viewers.IStructuredSelection">
285 </propertyTester>
286 <propertyTester
287 class="eu.etaxonomy.taxeditor.view.datasource.handler.DataSourceMenuPropertyTester"
288 id="eu.etaxonomy.taxeditor.datasource.propertyTester"
289 namespace="eu.etaxonomy.taxeditor.datasource.propertyTester"
290 properties="test, hasDataModel"
291 type="org.eclipse.jface.viewers.IStructuredSelection">
292 </propertyTester>
293 <propertyTester
294 class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
295 id="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
296 namespace="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
297 properties="isShowExperimentalFeatures, isChecklistEditorEnabled"
298 type="java.lang.Object">
299 </propertyTester>
300 <propertyTester
301 class="eu.etaxonomy.taxeditor.editor.definedterm.TermBasePropertyTester"
302 id="eu.etaxonomy.taxeditor.store.termEditor.propertyTester"
303 namespace="eu.etaxonomy.taxeditor.store.termEditor.propertyTester"
304 properties="isModifiable"
305 type="org.eclipse.jface.viewers.IStructuredSelection">
306 </propertyTester>
307 <propertyTester
308 class="eu.etaxonomy.taxeditor.security.PermissionPropertyTester"
309 id="eu.etaxonomy.taxeditor.security.permissionTester"
310 namespace="eu.etaxonomy.taxeditor.security.permissionTester"
311 properties="hasPermissions, hasRoles"
312 type="org.eclipse.jface.viewers.IStructuredSelection">
313 </propertyTester>
314 </extension>
315 <extension
316 point="org.eclipse.core.expressions.definitions">
317 <definition
318 id="isCompatible">
319 <with
320 variable="selection">
321 <test
322 property="eu.etaxonomy.taxeditor.datasource.propertyTester.isCompatible">
323 </test>
324 </with>
325 </definition>
326 <definition
327 id="hasDataModel">
328 <with
329 variable="selection">
330 <test
331 property="eu.etaxonomy.taxeditor.datasource.propertyTester.hasDataModel">
332 </test>
333 </with>
334 </definition>
335 <definition
336 id="isShowExperimentalFeatures">
337 <test
338 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowExperimentalFeatures">
339 </test>
340 </definition>
341 <definition
342 id="isModifiable">
343 <with
344 variable="selection">
345 <test
346 property="eu.etaxonomy.taxeditor.store.termEditor.propertyTester.isModifiable">
347 </test>
348 </with>
349 </definition>
350 <definition
351 id="canUPDATE">
352 <with
353 variable="selection">
354 <test
355 args="UPDATE"
356 property="eu.etaxonomy.taxeditor.security.permissionTester.hasPermissions">
357 </test>
358 </with>
359 </definition>
360 <definition
361 id="canDELETE">
362 <with
363 variable="selection">
364 <test
365 args="DELETE"
366 property="eu.etaxonomy.taxeditor.security.permissionTester.hasPermissions">
367 </test>
368 </with>
369 </definition>
370 <definition
371 id="canCREATE">
372 <with
373 variable="selection">
374 <test
375 args="CREATE"
376 property="eu.etaxonomy.taxeditor.security.permissionTester.hasPermissions">
377 </test>
378 </with>
379 </definition>
380 <definition
381 id="isUserLoggedIn">
382 <with
383 variable="eu.etaxonomy.taxeditor.security.user">
384 <instanceof
385 value="eu.etaxonomy.cdm.model.common.User">
386 </instanceof>
387 </with>
388 </definition>
389 <definition
390 id="hasROLE_USER_MANAGER">
391 <with
392 variable="eu.etaxonomy.taxeditor.security.userRoles">
393 <iterate
394 ifEmpty="false"
395 operator="or">
396 <or>
397 <equals
398 value="ROLE_ADMIN">
399 </equals>
400 <equals
401 value="ROLE_USER_MANAGER">
402 </equals>
403 </or>
404 </iterate>
405 </with>
406 </definition>
407 <definition
408 id="hasROLE_PROJECT_MANAGER">
409 <with
410 variable="eu.etaxonomy.taxeditor.security.userRoles">
411 <iterate
412 ifEmpty="false"
413 operator="or">
414 <or>
415 <equals
416 value="ROLE_ADMIN">
417 </equals>
418 <equals
419 value="ROLE_PROJECT_MANAGER">
420 </equals>
421 </or>
422 </iterate>
423 </with>
424 </definition>
425 <definition
426 id="hasROLE_PROJECT_MANAGER_AND_isCdmStoreConnected">
427 <and>
428 <reference
429 definitionId="hasROLE_PROJECT_MANAGER">
430 </reference>
431 <reference
432 definitionId="isCdmStoreConnected">
433 </reference>
434 </and>
435 </definition>
436 <definition
437 id="isChecklistEditorEnabled">
438 <test
439 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
440 </test>
441 </definition>
442 </extension>
443 <extension
444 point="org.eclipse.ui.activities">
445 <activity
446 description="%activity.description"
447 id="eu.etaxonomy.taxeditor.store.activityDelete"
448 name="%activity.name">
449 <enabledWhen>
450 <reference
451 definitionId="canDELETE">
452 </reference>
453 </enabledWhen>
454 </activity>
455 <activityPatternBinding
456 activityId="eu.etaxonomy.taxeditor.store.activityDelete"
457 pattern="eu\.etaxonomy\.taxeditor\..*/.*.delete">
458 </activityPatternBinding>
459 <activity
460 description="%activity.description.0"
461 id="eu.etaxonomy.taxeditor.store.activityUpdate"
462 name="%activity.name.0">
463 <enabledWhen>
464 <reference
465 definitionId="canUPDATE">
466 </reference>
467 </enabledWhen>
468 </activity>
469 <activityPatternBinding
470 activityId="eu.etaxonomy.taxeditor.store.activityUpdate"
471 pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.update\..*">
472 </activityPatternBinding>
473 <activity
474 description="%activity.description.1"
475 id="eu.etaxonomy.taxeditor.store.activityCreate"
476 name="%activity.name.1">
477 <enabledWhen>
478 <reference
479 definitionId="canDELETE">
480 </reference>
481 </enabledWhen>
482 </activity>
483 <activityPatternBinding
484 activityId="eu.etaxonomy.taxeditor.store.activityCreate"
485 pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.create\..*">
486 </activityPatternBinding>
487 <activity
488 description="%activity.description.2"
489 id="eu.etaxonomy.taxeditor.store.activityUserManagement"
490 name="%activity.name.2">
491 <enabledWhen>
492 <reference
493 definitionId="hasROLE_USER_MANAGER">
494 </reference>
495 </enabledWhen>
496 </activity>
497 <activityPatternBinding
498 activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
499 pattern="eu\.etaxonomy\.taxeditor\..*/.*.UserManagement">
500 </activityPatternBinding>
501 <activityPatternBinding
502 activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
503 pattern="eu\.etaxonomy\.taxeditor\..*/bulkeditor\.input\.group">
504 </activityPatternBinding>
505 <activity
506 description="%activity.description.3"
507 id="eu.etaxonomy.taxeditor.store.activityProjectManagement"
508 name="%activity.name.3">
509 <enabledWhen>
510 <reference
511 definitionId="hasROLE_PROJECT_MANAGER">
512 </reference>
513 </enabledWhen>
514 </activity>
515 <activityPatternBinding
516 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
517 pattern="eu\.etaxonomy\.taxeditor\..*/eu\.etaxonomy\.taxeditor\..*\.definedTerm.*">
518 </activityPatternBinding>
519 <activityPatternBinding
520 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
521 pattern="eu.etaxonomy.taxeditor.bulkeditor/bulkeditor.menus.openmenu"
522 isEqualityPattern="true">
523 </activityPatternBinding>
524 <activityPatternBinding
525 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
526 pattern="eu.etaxonomy.taxeditor.bulkeditor/eu.etaxonomy.taxeditor.editor.definedTerm"
527 isEqualityPattern="true">
528 </activityPatternBinding>
529 </extension>
530 <extension
531 point="org.eclipse.ui.services">
532 <sourceProvider
533 provider="eu.etaxonomy.taxeditor.security.AuthenticationSourceProvider">
534 <variable
535 name="eu.etaxonomy.taxeditor.security.userRoles"
536 priorityLevel="workbench">
537 </variable>
538 </sourceProvider>
539 </extension>
540 <extension
541 point="eu.etaxonomy.taxeditor.store.cdmViewer">
542 <viewCommandMapping
543 commandId="eu.etaxonomy.taxeditor.command.openClassificationWizard"
544 selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
545 viewerName="%viewCommandMapping.viewerName.CLASSIFICATION_WIZARD">
546 </viewCommandMapping>
547 <viewCommandMapping
548 commandId="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
549 selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
550 viewerName="%viewCommandMapping.viewerName.TAXON_NODE_WIZARD">
551 </viewCommandMapping>
552 </extension>
553 <extension
554 id="eu.etaxonomy.taxeditor.store.workbench.model"
555 name="Store Workbench Model"
556 point="org.eclipse.e4.workbench.model">
557 <fragment
558 apply="always"
559 uri="fragment.e4xmi">
560 </fragment>
561 </extension>
562 <extension
563 point="org.eclipse.ui.preferencePages">
564 <page
565 category="eu.etaxonomy.taxeditor.preferences.general"
566 class="eu.etaxonomy.taxeditor.preference.DebugPreferences"
567 id="eu.etaxonomy.taxeditor.preference.DebugPreferences"
568 name="%page.name.34">
569 </page>
570 <page
571 class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
572 id="eu.etaxonomy.taxeditor.preferences.general"
573 name="%page.name">
574 </page>
575 <page
576 category="eu.etaxonomy.taxeditor.preferences.general"
577 class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
578 id="eu.etaxonomy.taxeditor.preferences.nameDetails"
579 name="%page.name.36">
580 </page>
581 <page
582 category="eu.etaxonomy.taxeditor.preferences.general"
583 class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
584 id="eu.etaxonomy.taxeditor.preferences.description"
585 name="%page.name.0">
586 </page>
587 <page
588 category="eu.etaxonomy.taxeditor.preferences.description"
589 class="eu.etaxonomy.taxeditor.preference.menu.FeatureMenuPreferences"
590 id="eu.etaxonomy.taxeditor.preferences.feature"
591 name="%page.name.1">
592 </page>
593 <page
594 category="eu.etaxonomy.taxeditor.preferences.description"
595 class="eu.etaxonomy.taxeditor.preference.menu.PresenceAbsenceMenuPreferences"
596 id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
597 name="%page.name.2">
598 </page>
599 <page
600 category="eu.etaxonomy.taxeditor.preferences.general"
601 class="eu.etaxonomy.taxeditor.preference.TaxonomicPreferences"
602 id="eu.etaxonomy.taxeditor.preferences.taxonomic"
603 name="%page.name.3">
604 </page>
605 <page
606 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
607 class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalCodePreferences"
608 id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
609 name="%page.name.4">
610 </page>
611 <page
612 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
613 class="eu.etaxonomy.taxeditor.preference.menu.RankMenuPreferences"
614 id="eu.etaxonomy.taxeditor.preferences.ranks"
615 name="%page.name.5">
616 </page>
617 <page
618 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
619 class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalStatusTypeMenuPreferences"
620 id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
621 name="%page.name.6">
622 </page>
623 <page
624 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
625 class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
626 id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
627 name="%page.name.7">
628 </page>
629 <page
630 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
631 class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
632 id="taxeditor-store.page1"
633 name="%page.name.8">
634 </page>
635 <page
636 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
637 class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
638 id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
639 name="%page.name.9">
640 </page>
641 <page
642 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
643 class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
644 id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
645 name="%page.name.13">
646 </page>
647 <page
648 category="eu.etaxonomy.taxeditor.preferences.language"
649 class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
650 id="eu.etaxonomy.taxeditor.preferences.languages"
651 name="%page.name.10">
652 </page>
653 <page
654 category="eu.etaxonomy.taxeditor.preferences.general"
655 class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
656 id="eu.etaxonomy.taxeditor.preferences.markerTypes"
657 name="%page.name.11">
658 </page>
659 <page
660 category="eu.etaxonomy.taxeditor.preferences.general"
661 class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
662 id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
663 name="%page.name.12">
664 </page>
665 <page
666 category="eu.etaxonomy.taxeditor.preferences.description"
667 class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuPreferences"
668 id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
669 name="%page.name.14">
670 </page>
671 <page
672 category="eu.etaxonomy.taxeditor.preferences.general"
673 class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
674 id="eu.etaxonomy.taxeditor.preferences.matching"
675 name="%page.name.15">
676 </page>
677 <page
678 category="eu.etaxonomy.taxeditor.preferences.matching"
679 class="eu.etaxonomy.taxeditor.preference.matching.NonViralNameMatchingPreference"
680 id="eu.etaxonomy.taxeditor.preferences.matching.nonViralName"
681 name="%page.name.16">
682 </page>
683 <page
684 category="eu.etaxonomy.taxeditor.preferences.matching"
685 class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
686 id="eu.etaxonomy.taxeditor.preferences.matching"
687 name="%page.name.17">
688 </page>
689 <page
690 category="eu.etaxonomy.taxeditor.preferences.matching"
691 class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
692 id="eu.etaxonomy.taxeditor.preferences.matching"
693 name="%page.name.18">
694 </page>
695 <page
696 category="eu.etaxonomy.taxeditor.preferences.description"
697 class="eu.etaxonomy.taxeditor.preference.menu.StageMenuPreferences"
698 id="eu.etaxonomy.taxeditor.preferences.stage"
699 name="%page.name.19">
700 </page>
701 <page
702 category="eu.etaxonomy.taxeditor.preferences.description"
703 class="eu.etaxonomy.taxeditor.preference.menu.PreservationMethodMenuPreferences"
704 id="eu.etaxonomy.taxeditor.preferences.preservationMethod"
705 name="%page.name.20">
706 </page>
707 <page
708 category="eu.etaxonomy.taxeditor.preferences.feature"
709 class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
710 id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
711 name="%page.name.22">
712 </page>
713 <page
714 category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
715 class="eu.etaxonomy.taxeditor.preference.LanguageRepresentationPreferencePage"
716 id="eu.etaxonomy.taxeditor.preferences.language"
717 name="%page.name.23">
718 </page>
719 <page
720 category="eu.etaxonomy.taxeditor.preferences.general"
721 class="eu.etaxonomy.taxeditor.preference.MobotOpenUrlPreferences"
722 id="eu.etaxonomy.taxeditor.preferences.mobotOpenUrl"
723 name="%page.name.24">
724 </page>
725 <page
726 category="eu.etaxonomy.taxeditor.preferences.general"
727 class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
728 id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
729 name="%page.name.25">
730 </page>
731 <page
732 category="eu.etaxonomy.taxeditor.preferences.general"
733 class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
734 id="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
735 name="%page.name.26">
736 </page>
737 <page
738 category="eu.etaxonomy.taxeditor.preferences.general"
739 class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
740 id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
741 name="%page.name.27">
742 </page>
743 <page
744 category="eu.etaxonomy.taxeditor.preferences.general"
745 class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
746 id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
747 name="%page.name.28">
748 </page>
749 <page
750 category="eu.etaxonomy.taxeditor.preferences.general"
751 class="eu.etaxonomy.taxeditor.preference.LanguageEditorPreferencePage"
752 id="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
753 name="%page.name.30">
754 </page>
755 <page
756 category="eu.etaxonomy.taxeditor.preferences.general"
757 class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
758 id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
759 name="%page.name.32">
760 </page>
761 </extension>
762 </plugin>