Merge branch 'release/5.22.0'
[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="%extension-point.name.2" schema="schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd"/>
5 <extension-point id="eu.etaxonomy.taxeditor.store.preferencePage" name="%extension-point.name.3" schema="schema/eu.etaxonomy.taxeditor.store.preferencePage.exsd"/>
6 <extension-point id="eu.etaxonomy.taxeditor.store.adminPreferencePage" name="%extension-point.name.1" schema="schema/eu.etaxonomy.taxeditor.store.adminPreferencePage.exsd"/>
7 <extension
8 point="org.eclipse.ui.menus">
9 <menuContribution
10 locationURI="toolbar:org.eclipse.ui.trim.status">
11 <toolbar
12 id="eu.etaxonomy.taxeditor.store.authentication.trim.toolbar">
13 <control
14 class="eu.etaxonomy.taxeditor.ui.bar.AuthenticatedUserBar">
15 </control>
16 </toolbar>
17 </menuContribution>
18 </extension>
19 <extension
20 point="org.eclipse.ui.newWizards">
21 <wizard
22 category="eu.etaxonomy.taxeditor.new.category.cdm"
23 class="eu.etaxonomy.taxeditor.newWizard.NewReferenceWizard"
24 hasPages="true"
25 id="eu.etaxonomy.taxeditor.new.reference"
26 name="%wizard.name.10">
27 </wizard>
28 <wizard
29 category="eu.etaxonomy.taxeditor.new.category.cdm"
30 class="eu.etaxonomy.taxeditor.newWizard.NewNonViralNameWizard"
31 hasPages="true"
32 id="eu.etaxonomy.taxeditor.new.nonViralName"
33 name="%wizard.name.11">
34 </wizard>
35 <wizard
36 category="eu.etaxonomy.taxeditor.new.category.cdm"
37 class="eu.etaxonomy.taxeditor.newWizard.NewTeamWizard"
38 hasPages="true"
39 id="eu.etaxonomy.taxeditor.new.team"
40 name="%wizard.name.12">
41 </wizard>
42 <wizard
43 category="eu.etaxonomy.taxeditor.new.category.cdm"
44 class="eu.etaxonomy.taxeditor.newWizard.NewPersonWizard"
45 hasPages="true"
46 id="eu.etaxonomy.taxeditor.new.person"
47 name="%wizard.name.13">
48 </wizard>
49 <wizard
50 category="eu.etaxonomy.taxeditor.new.category.cdm"
51 class="eu.etaxonomy.taxeditor.newWizard.NewDerivedUnitBaseWizard"
52 hasPages="true"
53 id="eu.etaxonomy.taxeditor.new.specimen"
54 name="%wizard.name.14">
55 </wizard>
56 <wizard
57 category="eu.etaxonomy.taxeditor.new.category.cdm"
58 class="eu.etaxonomy.taxeditor.newWizard.NewPolytomousKeyWizard"
59 hasPages="true"
60 id="eu.etaxonomy.taxeditor.new.key.polytomous"
61 name="%wizard.name.15">
62 </wizard>
63 <category
64 id="eu.etaxonomy.taxeditor.new.category.cdm"
65 name="%category.name.2">
66 </category>
67 <wizard
68 category="eu.etaxonomy.taxeditor.new.category.cdm"
69 class="eu.etaxonomy.taxeditor.newWizard.NewTaxonNodeWizard"
70 hasPages="true"
71 id="eu.etaxonomy.taxeditor.new.taxonNode"
72 name="%wizard.name.16">
73 </wizard>
74 <wizard
75 category="eu.etaxonomy.taxeditor.new.category.cdm"
76 class="eu.etaxonomy.taxeditor.newWizard.NewClassificationWizard"
77 hasPages="true"
78 icon="icons/tree_icon_small.jpg"
79 id="eu.etaxonomy.taxeditor.new.classification"
80 name="%wizard.name.17">
81 </wizard>
82 </extension>
83 <extension
84 point="org.eclipse.core.expressions.propertyTesters">
85 <propertyTester
86 class="eu.etaxonomy.taxeditor.view.datasource.handler.DataSourceMenuPropertyTester"
87 id="eu.etaxonomy.taxeditor.datasource.propertyTester"
88 namespace="eu.etaxonomy.taxeditor.datasource.propertyTester"
89 properties="isCompatible"
90 type="org.eclipse.jface.viewers.IStructuredSelection">
91 </propertyTester>
92 <propertyTester
93 class="eu.etaxonomy.taxeditor.view.datasource.handler.DataSourceMenuPropertyTester"
94 id="eu.etaxonomy.taxeditor.datasource.propertyTester"
95 namespace="eu.etaxonomy.taxeditor.datasource.propertyTester"
96 properties="test, hasDataModel"
97 type="org.eclipse.jface.viewers.IStructuredSelection">
98 </propertyTester>
99 <propertyTester
100 class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
101 id="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
102 namespace="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
103 properties="isShowExperimentalFeatures, isChecklistEditorEnabled, isShowIOMenuEnabled, isShowSpecimenMenuEnabled, isShowSpecimenListMenuEnabled"
104 type="java.lang.Object">
105 </propertyTester>
106 <propertyTester
107 class="eu.etaxonomy.taxeditor.editor.definedterm.TermBasePropertyTester"
108 id="eu.etaxonomy.taxeditor.store.termEditor.propertyTester"
109 namespace="eu.etaxonomy.taxeditor.store.termEditor.propertyTester"
110 properties="isModifiable"
111 type="org.eclipse.jface.viewers.IStructuredSelection">
112 </propertyTester>
113 <propertyTester
114 class="eu.etaxonomy.taxeditor.security.PermissionPropertyTester"
115 id="eu.etaxonomy.taxeditor.security.permissionTester"
116 namespace="eu.etaxonomy.taxeditor.security.permissionTester"
117 properties="hasPermissions, hasRoles"
118 type="org.eclipse.jface.viewers.IStructuredSelection">
119 </propertyTester>
120 <propertyTester
121 class="eu.etaxonomy.taxeditor.termtree.TermTreePropertyTester"
122 id="eu.etaxonomy.taxeditor.termtree.TermTreePropertyTester"
123 namespace="eu.etaxonomy.taxeditor.termtree.TermTreePropertyTester"
124 properties="isTermTree"
125 type="org.eclipse.jface.viewers.IStructuredSelection">
126 </propertyTester>
127 </extension>
128 <extension
129 point="org.eclipse.core.expressions.definitions">
130 <definition
131 id="isCompatible">
132 <with
133 variable="selection">
134 <test
135 property="eu.etaxonomy.taxeditor.datasource.propertyTester.isCompatible">
136 </test>
137 </with>
138 </definition>
139 <definition
140 id="hasDataModel">
141 <with
142 variable="selection">
143 <test
144 property="eu.etaxonomy.taxeditor.datasource.propertyTester.hasDataModel">
145 </test>
146 </with>
147 </definition>
148 <definition
149 id="isShowExperimentalFeatures">
150 <test
151 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowExperimentalFeatures">
152 </test>
153 </definition>
154 <definition
155 id="isShowIOMenuEnabled">
156 <test
157 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowIOMenuEnabled">
158 </test>
159 </definition>
160 <definition
161 id="isShowSpecimenMenuEnabled">
162 <test
163 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowSpecimenMenuEnabled">
164 </test>
165 </definition>
166 <definition
167 id="isShowSpecimenListMenuEnabled">
168 <test
169 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowSpecimenListMenuEnabled">
170 </test>
171 </definition>
172 <definition
173 id="isModifiable">
174 <with
175 variable="selection">
176 <test
177 property="eu.etaxonomy.taxeditor.store.termEditor.propertyTester.isModifiable">
178 </test>
179 </with>
180 </definition>
181 <definition
182 id="canUPDATE">
183 <with
184 variable="selection">
185 <test
186 args="UPDATE"
187 property="eu.etaxonomy.taxeditor.security.permissionTester.hasPermissions">
188 </test>
189 </with>
190 </definition>
191 <definition
192 id="canDELETE">
193 <with
194 variable="selection">
195 <test
196 args="DELETE"
197 property="eu.etaxonomy.taxeditor.security.permissionTester.hasPermissions">
198 </test>
199 </with>
200 </definition>
201 <definition
202 id="canCREATE">
203 <with
204 variable="selection">
205 <test
206 args="CREATE"
207 property="eu.etaxonomy.taxeditor.security.permissionTester.hasPermissions">
208 </test>
209 </with>
210 </definition>
211 <definition
212 id="hasROLE_USER_MANAGER">
213 <with
214 variable="eu.etaxonomy.taxeditor.security.userRoles">
215 <iterate
216 ifEmpty="false"
217 operator="or">
218 <or>
219 <equals
220 value="ROLE_ADMIN">
221 </equals>
222 <equals
223 value="ROLE_USER_MANAGER">
224 </equals>
225 </or>
226 </iterate>
227 </with>
228 </definition>
229 <definition
230 id="isCdmStoreConnectedAndLocalActive">
231 <test
232 property="eu.etaxonomy.taxeditor.preference.CdmStorePropertyTester.isCdmStoreConnectedAndLocalActive">
233 </test>
234 </definition>
235 <definition
236 id="hasROLE_PROJECT_MANAGER">
237 <with
238 variable="eu.etaxonomy.taxeditor.security.userRoles">
239 <iterate
240 ifEmpty="false"
241 operator="or">
242 <or>
243 <equals
244 value="ROLE_ADMIN">
245 </equals>
246 <equals
247 value="ROLE_PROJECT_MANAGER">
248 </equals>
249 </or>
250 </iterate>
251 </with>
252 </definition>
253 <definition
254 id="hasROLE_PROJECT_MANAGER_AND_isCdmStoreConnected">
255 <and>
256 <reference
257 definitionId="hasROLE_PROJECT_MANAGER">
258 </reference>
259 <reference
260 definitionId="isCdmStoreConnected">
261 </reference>
262 </and>
263 </definition>
264 <definition
265 id="hasROLE_USER_MANAGER_AND_isCdmStoreConnected">
266 <and>
267 <reference
268 definitionId="hasROLE_USER_MANAGER">
269 </reference>
270 <reference
271 definitionId="isCdmStoreConnected">
272 </reference>
273 </and>
274 </definition>
275 <definition
276 id="hasROLE_USER_MANAGER_OR_hasROLE_PROJECT_MANAGER_AND_isCdmStoreConnected">
277 <or>
278 <reference
279 definitionId="hasROLE_PROJECT_MANAGER_AND_isCdmStoreConnected">
280 </reference>
281 <reference
282 definitionId="hasROLE_USER_MANAGER_AND_isCdmStoreConnected">
283 </reference>
284 </or>
285 </definition>
286 <definition
287 id="isChecklistEditorEnabled">
288 <test
289 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
290 </test>
291 </definition>
292 <definition
293 id="isFeatureTree">
294 <with
295 variable="selection">
296 <test
297 property="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester.isFeatureTree">
298 </test>
299 </with>
300 </definition>
301 </extension>
302 <extension
303 point="org.eclipse.ui.activities">
304 <activity
305 description="%activity.description"
306 id="eu.etaxonomy.taxeditor.store.activityDelete"
307 name="%activity.name">
308 <enabledWhen>
309 <reference
310 definitionId="canDELETE">
311 </reference>
312 </enabledWhen>
313 </activity>
314 <activityPatternBinding
315 activityId="eu.etaxonomy.taxeditor.store.activityDelete"
316 pattern="eu\.etaxonomy\.taxeditor\..*/.*.delete">
317 </activityPatternBinding>
318 <activity
319 description="%activity.description.0"
320 id="eu.etaxonomy.taxeditor.store.activityUpdate"
321 name="%activity.name.0">
322 <enabledWhen>
323 <reference
324 definitionId="canUPDATE">
325 </reference>
326 </enabledWhen>
327 </activity>
328 <activityPatternBinding
329 activityId="eu.etaxonomy.taxeditor.store.activityUpdate"
330 pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.update\..*">
331 </activityPatternBinding>
332 <activity
333 description="%activity.description.1"
334 id="eu.etaxonomy.taxeditor.store.activityCreate"
335 name="%activity.name.1">
336 <enabledWhen>
337 <reference
338 definitionId="canDELETE">
339 </reference>
340 </enabledWhen>
341 </activity>
342 <activityPatternBinding
343 activityId="eu.etaxonomy.taxeditor.store.activityCreate"
344 pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.create\..*">
345 </activityPatternBinding>
346 <activity
347 description="%activity.description.2"
348 id="eu.etaxonomy.taxeditor.store.activityUserManagement"
349 name="%activity.name.2">
350 <enabledWhen>
351 <reference
352 definitionId="hasROLE_USER_MANAGER">
353 </reference>
354 </enabledWhen>
355 </activity>
356 <activityPatternBinding
357 activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
358 pattern="eu\.etaxonomy\.taxeditor\..*/.*.UserManagement">
359 </activityPatternBinding>
360 <activityPatternBinding
361 activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
362 pattern="eu\.etaxonomy\.taxeditor\..*/bulkeditor\.input\.group">
363 </activityPatternBinding>
364 <activity
365 description="%activity.description.3"
366 id="eu.etaxonomy.taxeditor.store.activityProjectManagement"
367 name="%activity.name.3">
368 <enabledWhen>
369 <reference
370 definitionId="hasROLE_PROJECT_MANAGER">
371 </reference>
372 </enabledWhen>
373 </activity>
374 <activityPatternBinding
375 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
376 pattern="eu\.etaxonomy\.taxeditor\..*/eu\.etaxonomy\.taxeditor\..*\.definedTerm.*">
377 </activityPatternBinding>
378 <activityPatternBinding
379 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
380 pattern="eu.etaxonomy.taxeditor.bulkeditor/bulkeditor.menus.openmenu"
381 isEqualityPattern="true">
382 </activityPatternBinding>
383 <activityPatternBinding
384 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
385 pattern="eu.etaxonomy.taxeditor.bulkeditor/eu.etaxonomy.taxeditor.editor.definedTerm"
386 isEqualityPattern="true">
387 </activityPatternBinding>
388 </extension>
389 <extension
390 point="org.eclipse.ui.services">
391 <sourceProvider
392 provider="eu.etaxonomy.taxeditor.security.AuthenticationSourceProvider">
393 <variable
394 name="eu.etaxonomy.taxeditor.security.userRoles"
395 priorityLevel="workbench">
396 </variable>
397 </sourceProvider>
398 </extension>
399 <extension
400 point="eu.etaxonomy.taxeditor.store.cdmViewer">
401 <viewCommandMapping
402 commandId="eu.etaxonomy.taxeditor.command.openClassificationWizard"
403 selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
404 viewerName="%viewCommandMapping.viewerName.CLASSIFICATION_WIZARD">
405 </viewCommandMapping>
406 <viewCommandMapping
407 commandId="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
408 selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
409 viewerName="%viewCommandMapping.viewerName.TAXON_NODE_WIZARD">
410 </viewCommandMapping>
411 <viewCommandMapping
412 commandId="eu.etaxonomy.taxeditor.store.openDefinedTermEditor"
413 selection="eu.etaxonomy.cdm.persistence.dto.TermNodeDto"
414 viewerName="Vocabulary">
415 </viewCommandMapping>
416 </extension>
417 <extension
418 id="eu.etaxonomy.taxeditor.store.workbench.model"
419 name="%extension.name.2"
420 point="org.eclipse.e4.workbench.model">
421 <fragment
422 apply="always"
423 uri="fragment.e4xmi">
424 </fragment>
425 </extension>
426 <extension
427 point="eu.etaxonomy.taxeditor.store.preferencePage">
428 <page
429 category="eu.etaxonomy.taxeditor.preferences.general"
430 class="eu.etaxonomy.taxeditor.preference.DebugPreferences"
431 id="eu.etaxonomy.taxeditor.preference.DebugPreferences"
432 name="%page.name.34">
433 </page>
434 <page
435 category="eu.etaxonomy.taxeditor.preferences.general"
436 class="eu.etaxonomy.taxeditor.preference.IOPreferences"
437 id="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
438 name="%page.name.140">
439 </page>
440 <page
441 category="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
442 class="eu.etaxonomy.taxeditor.preference.IOPreferences"
443 id="eu.etaxonomy.taxeditor.store.IOPreferences"
444 name="%page.name.140">
445 </page>
446 <page
447 category="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
448 class="eu.etaxonomy.taxeditor.preference.AbcdImportPreference"
449 id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
450 name="%page.name.40">
451 </page>
452 <!-- <page
453 category="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
454 class="eu.etaxonomy.taxeditor.preference.CdmLightExportPreference"
455 id="eu.etaxonomy.taxeditor.store.cdmLightExportPreference"
456 name="%page.name.142">
457 </page>-->
458 <page
459 category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
460 class="eu.etaxonomy.taxeditor.preference.AbcdImportProvider"
461 id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
462 name="%page.name.41">
463 </page>
464 <page
465 class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
466 id="eu.etaxonomy.taxeditor.preferences.general"
467 name="%page.name">
468 </page>
469 <page
470 category="eu.etaxonomy.taxeditor.preferences.general"
471 class="eu.etaxonomy.taxeditor.preference.FactualDataPreference"
472 id="eu.etaxonomy.taxeditor.preferences.description"
473 name="%page.name.0">
474 </page>
475 <page
476 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
477 class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
478 id="eu.etaxonomy.taxeditor.preferences.termEditor"
479 name="%page.name.101">
480 </page>
481 <page
482 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
483 class="eu.etaxonomy.taxeditor.preference.TermTreePreference"
484 id="eu.etaxonomy.taxeditor.preferences.termTreeEditor"
485 name="%page.name.201">
486 </page>
487 <page
488 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
489 class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
490 id="eu.etaxonomy.taxeditor.preferences.supplemental"
491 name="%view.name.3">
492 </page>
493
494 <page
495 category="eu.etaxonomy.taxeditor.preferences.description"
496 class="eu.etaxonomy.taxeditor.preference.menu.FeatureMenuPreferences"
497 id="eu.etaxonomy.taxeditor.preferences.feature"
498 name="%page.name.1">
499 </page>
500 <!--<page
501 category="eu.etaxonomy.taxeditor.preferences.description"
502 class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreferences"
503 id="eu.etaxonomy.taxeditor.preferences.nameFeature"
504 name="%page.name.59">
505 </page>-->
506 <!--<page
507 category="eu.etaxonomy.taxeditor.preferences.description"
508 class="eu.etaxonomy.taxeditor.preference.menu.PresenceAbsenceMenuPreferences"
509 id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
510 name="%page.name.2">
511 </page>-->
512 <page
513 category="eu.etaxonomy.taxeditor.preference.searchPreferences"
514 class="eu.etaxonomy.taxeditor.preference.SearchDialogPreferences"
515 id="eu.etaxonomy.taxeditor.preferences.searchDialog"
516 name="%page.name.48">
517 </page>
518 <page
519 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
520 class="eu.etaxonomy.taxeditor.preference.NomenclaturalCodePreferences"
521 id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
522 name="%page.name.4">
523 </page>
524 <page
525 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
526 class="eu.etaxonomy.taxeditor.preference.RankPreference"
527 id="eu.etaxonomy.taxeditor.preferences.ranks"
528 name="%page.name.5">
529 </page>
530 <page
531 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
532 class="eu.etaxonomy.taxeditor.preference.NomenclaturalStatusTypePreferences"
533 id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
534 name="%page.name.6">
535 </page>
536 <page
537 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
538 class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
539 id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
540 name="%page.name.7">
541 </page>
542 <page
543 category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
544 class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
545 id="taxeditor-store.page1"
546 name="%page.name.8">
547 </page>
548 <page
549 category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
550 class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
551 id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
552 name="%page.name.9">
553 </page>
554 <page
555 category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
556 class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
557 id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
558 name="%page.name.13">
559 </page>
560 <page
561 category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
562 class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
563 id="eu.etaxonomy.taxeditor.preferences.languages"
564 name="%page.name.10">
565 </page>
566 <page
567 category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
568 class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
569 id="eu.etaxonomy.taxeditor.preferences.markerTypes"
570 name="%page.name.11">
571 </page>
572 <page
573 category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
574 class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
575 id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
576 name="%page.name.12">
577 </page>
578 <page
579 category="eu.etaxonomy.taxeditor.preferences.description"
580 class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuPreferences"
581 id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
582 name="%page.name.14">
583 </page>
584 <page
585 category="eu.etaxonomy.taxeditor.preferences.general"
586 class="eu.etaxonomy.taxeditor.preference.ExperimentalFeaturesPreferences"
587 id="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
588 name="%page.name.49">
589 </page>
590 <page
591 category="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
592 class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
593 id="eu.etaxonomy.taxeditor.preferences.matching"
594 name="%page.name.15">
595 </page>
596 <page
597 category="eu.etaxonomy.taxeditor.preferences.matching"
598 class="eu.etaxonomy.taxeditor.preference.matching.NonViralNameMatchingPreference"
599 id="eu.etaxonomy.taxeditor.preferences.matching.nonViralName"
600 name="%page.name.16">
601 </page>
602 <page
603 category="eu.etaxonomy.taxeditor.preferences.matching"
604 class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
605 id="eu.etaxonomy.taxeditor.preferences.matching.reference"
606 name="%page.name.17">
607 </page>
608 <page
609 category="eu.etaxonomy.taxeditor.preferences.matching"
610 class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
611 id="eu.etaxonomy.taxeditor.preferences.matching.teamOrPerson"
612 name="%page.name.18">
613 </page>
614 <!-- <page
615 category="eu.etaxonomy.taxeditor.preferences.description"
616 class="eu.etaxonomy.taxeditor.preference.menu.StageMenuPreferences"
617 id="eu.etaxonomy.taxeditor.preferences.stage"
618 name="%page.name.19">
619 </page>-->
620 <!-- <page
621 category="eu.etaxonomy.taxeditor.preferences.description"
622 class="eu.etaxonomy.taxeditor.preference.menu.PreservationMethodMenuPreferences"
623 id="eu.etaxonomy.taxeditor.preferences.preservationMethod"
624 name="%page.name.20">
625 </page> -->
626 <page
627 category="eu.etaxonomy.taxeditor.preferences.description"
628 class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
629 id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
630 name="%page.name.22">
631 </page>
632 <page
633 category="eu.etaxonomy.taxeditor.preferences.description"
634 class="eu.etaxonomy.taxeditor.preference.CommonNameVocabularyPreferencePage"
635 id="eu.etaxonomy.taxeditor.store.vocabularyPreference"
636 name="%page.name.47">
637 </page>
638 <page
639 category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
640 class="eu.etaxonomy.taxeditor.preference.LanguageRepresentationPreferencePage"
641 id="eu.etaxonomy.taxeditor.preferences.language"
642 name="%page.name.23">
643 </page>
644 <page
645 category="eu.etaxonomy.taxeditor.preferences.externalServicesPreferences"
646 class="eu.etaxonomy.taxeditor.preference.MobotOpenUrlPreferences"
647 id="eu.etaxonomy.taxeditor.preferences.mobotOpenUrl"
648 name="%page.name.24">
649 </page>
650 <page
651 category="eu.etaxonomy.taxeditor.preferences.general"
652 class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
653 id="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
654 name="%page.name.26">
655 </page>
656 <page
657 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
658 class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
659 id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
660 name="%page.name.27">
661 </page>
662 <page
663 category="eu.etaxonomy.taxeditor.preferences.description"
664 class="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
665 id="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
666 name="%page.name.104">
667 </page>
668 <page
669 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
670 class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
671 id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
672 name="%page.name.28">
673 </page>
674 <page
675 category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
676 class="eu.etaxonomy.taxeditor.preference.DistributionStatusPreferencePage"
677 id="eu.etaxonomy.taxeditor.preference.DistributionStatusPreferencePage"
678 name="%page.name.105">
679 </page>
680 <page
681 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
682 class="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
683 id="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
684 name="%page.name.107">
685 </page>
686 <page
687 category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
688 class="eu.etaxonomy.taxeditor.preference.NamedAreaVocabularyPreferencePage"
689 id="eu.etaxonomy.taxeditor.preference.NamedAreaVocabularyPreferencePage"
690 name="%page.name.106">
691 </page>
692 <page
693 category="eu.etaxonomy.taxeditor.preferences.general"
694 class="eu.etaxonomy.taxeditor.preference.LanguagePreferences"
695 id="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
696 name="%page.name.301">
697 </page>
698 <page
699 category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
700 class="eu.etaxonomy.taxeditor.preference.LanguageEditorPreferencePage"
701 id="eu.etaxonomy.taxeditor.preference.defaultLanguageEditorPreferencePage"
702 name="%page.name.30">
703 </page>
704 <page
705 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
706 class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
707 id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
708 name="%page.name.32">
709 </page>
710 <page
711 category="eu.etaxonomy.taxeditor.preferences.general"
712 class="eu.etaxonomy.taxeditor.preference.GeneralPreferencePage"
713 id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
714 name="%page.name.38">
715 </page>
716 <page
717 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
718 class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
719 id="eu.etaxonomy.taxeditor.preferences.nameDetails"
720 name="%page.name.36">
721 </page>
722 <page
723 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
724 class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
725 id="eu.etaxonomy.taxeditor.preferences.nameDetailsUI"
726 name="%page.name.102">
727 </page>
728 <page
729 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
730 class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
731 id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
732 name="%page.name.25">
733 </page>
734 <page
735 category="eu.etaxonomy.taxeditor.preferences.general"
736 class="eu.etaxonomy.taxeditor.preference.NamePreferences"
737 id="eu.etaxonomy.taxeditor.preferences.namePreferences"
738 name="%page.name.51">
739 </page>
740 <page
741 category="eu.etaxonomy.taxeditor.preferences.general"
742 class="eu.etaxonomy.taxeditor.preference.TaxonPreferences"
743 id="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
744 name="%page.name.52">
745 </page>
746 <page
747 category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
748 class="eu.etaxonomy.taxeditor.preference.PublishFlagLocalPreference"
749 id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
750 name="%page.name.46">
751 </page>
752 <page
753 category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
754 class="eu.etaxonomy.taxeditor.preference.SecundumReferenceHandling"
755 id="eu.etaxonomy.taxeditor.preferences.secundumPreference"
756 name="%page.name.secundum">
757 </page>
758 <page
759 category="eu.etaxonomy.taxeditor.preferences.general"
760 class="eu.etaxonomy.taxeditor.preference.UIPreferences"
761 id="eu.etaxonomy.taxeditor.preference.UIPreferences"
762 name="%page.name.53">
763 </page>
764 <page
765 category="eu.etaxonomy.taxeditor.preferences.general"
766 class="eu.etaxonomy.taxeditor.preference.ExternalServicesPreferences"
767 id="eu.etaxonomy.taxeditor.preference.externalServicesPreferences"
768 name="%page.name.54">
769 </page>
770 <page
771 category="eu.etaxonomy.taxeditor.preferences.general"
772 class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
773 id="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
774 name="%page.name.55">
775 </page>
776 <page
777 category="eu.etaxonomy.taxeditor.preferences.general"
778 class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
779 id="eu.etaxonomy.taxeditor.preference.searchPreferences"
780 name="%page.name.56">
781 </page>
782 <page
783 category="eu.etaxonomy.taxeditor.preference.searchPreferences"
784 class="eu.etaxonomy.taxeditor.preference.TaxonSearchPreferences"
785 id="eu.etaxonomy.taxeditor.preference.taxonSearchPreferences"
786 name="%page.name.57">
787 </page>
788 <page
789 category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
790 class="eu.etaxonomy.taxeditor.preference.menu.CommonNameLanguagePreferences"
791 id="eu.etaxonomy.taxeditor.preferences.commonnamelanguages"
792 name="%page.name.58">
793 </page>
794 <page
795 category="eu.etaxonomy.taxeditor.preferences.description"
796 class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreference"
797 id="eu.etaxonomy.taxeditor.preferences.feature2"
798 name="%page.name.60">
799 </page>
800 <page
801 category="eu.etaxonomy.taxeditor.preferences.supplemental"
802 class="eu.etaxonomy.taxeditor.preference.SupplementalDataSourcePreferences"
803 id="eu.etaxonomy.taxeditor.preferences.supplementalDataSourcePreferences"
804 name="%page.name.sources">
805 </page>
806
807
808 </extension>
809 <extension
810 point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
811 <page
812 category="eu.etaxonomy.taxeditor.preferences.general"
813 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.GeneralAdminPreferencePage"
814 id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
815 name="%page.name.50">
816 </page>
817 <page
818 category="eu.etaxonomy.taxeditor.preferences.general"
819 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.FactualDataAdminPreferencePage"
820 id="eu.etaxonomy.taxeditor.preferences.description"
821 name="%page.name.0">
822 </page>
823 <page
824 category="eu.etaxonomy.taxeditor.preferences.general"
825 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
826 id="eu.etaxonomy.taxeditor.preference.EmptyLanguagePage"
827 name="%page.name.301">
828 </page>
829 <page
830 category="eu.etaxonomy.taxeditor.preference.EmptyLanguagePage"
831 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.LanguageAdminMenuPreference"
832 id="eu.etaxonomy.taxeditor.preferences.languages"
833 name="%page.name.10">
834 </page>
835 <page
836 category="eu.etaxonomy.taxeditor.preferences.description"
837 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameFeatureAdminMenuPreference"
838 id="eu.etaxonomy.taxeditor.preferences.nameAdminFeature"
839 name="%page.name.59">
840 </page>
841 <page
842 category="eu.etaxonomy.taxeditor.preferences.description"
843 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.FeatureAdminMenuPreference"
844 id="eu.etaxonomy.taxeditor.preferences.adminFeature"
845 name="%page.name.1">
846 </page>
847 <page
848 category="eu.etaxonomy.taxeditor.preferences.description"
849 class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuAdminPreferences"
850 id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
851 name="%page.name.14">
852 </page>
853 <page
854 category="eu.etaxonomy.taxeditor.preferences.description"
855 class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreeAdminPreferenecs"
856 id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
857 name="%page.name.22">
858 </page>
859 <page
860 category="eu.etaxonomy.taxeditor.preferences.description"
861 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionAdminPreferences"
862 id="eu.etaxonomy.taxeditor.store.Distribution"
863 name="%page.name.104">
864 </page>
865 <page
866 category="eu.etaxonomy.taxeditor.preferences.general"
867 class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
868 id="eu.etaxonomy.taxeditor.preference.searchPreferences"
869 name="%page.name.56">
870 </page>
871 <page
872 category="eu.etaxonomy.taxeditor.preference.searchPreferences"
873 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SearchDialogAdminPreferences"
874 id="eu.etaxonomy.taxeditor.preferences.searchDialog"
875 name="%page.name.48">
876 </page>
877 <page
878 category="eu.etaxonomy.taxeditor.preferences.general"
879 class="eu.etaxonomy.taxeditor.preference.NamePreferences"
880 id="eu.etaxonomy.taxeditor.preferences.namePreferences"
881 name="%page.name.51">
882 </page>
883 <page
884 category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
885 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralAdminPreference"
886 id="eu.etaxonomy.taxeditor.store.checklist"
887 name="%page.name.21">
888 </page>
889 <page
890 category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
891 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionDetailsViewAdminPreference"
892 id="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
893 name="%page.name.107">
894 </page>
895 <page
896 category="eu.etaxonomy.taxeditor.store.Distribution"
897 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionStatusAdminPreference"
898 id="eu.etaxonomy.taxeditor.store.distributionVocabulariesAndStatus"
899 name="%page.name.105">
900 </page>
901 <page
902 category="eu.etaxonomy.taxeditor.store.Distribution"
903 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NamedAreaVocabularyAdminPreferencePage"
904 id="eu.etaxonomy.taxeditor.store.distributionNamedAreaVocabularies"
905 name="%page.name.106">
906 </page>
907
908 <page
909 category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
910 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProviderAdminPreferencePage"
911 id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
912 name="%page.name.41">
913 </page>
914 <page
915 category="eu.etaxonomy.taxeditor.preferences.description"
916 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.CommonNameVocabularyAdminPreferencePage"
917 id="eu.etaxonomy.taxeditor.store.vocabularyAdminPreference"
918 name="%page.name.47">
919 </page>
920 <page
921 category="eu.etaxonomy.taxeditor.preferences.general"
922 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SpecimenAdminPreferences"
923 id="eu.etaxonomy.taxeditor.store.specimenAdminPreferences"
924 name="%page.name.26">
925 </page>
926 <page
927 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
928 id="eu.etaxonomy.taxeditor.preferences.general"
929 name="%page.name.42">
930 </page>
931 <page
932 category="eu.etaxonomy.taxeditor.preferences.general"
933 class="eu.etaxonomy.taxeditor.preference.TaxonPreferences"
934 id="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
935 name="%page.name.52">
936 </page>
937 <page
938 category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
939 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.PublishFlagPreference"
940 id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
941 name="%page.name.46">
942 </page>
943 <page
944 category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
945 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SecundumReferenceHandlingAdmin"
946 id="eu.etaxonomy.taxeditor.preferences.secRefHandling"
947 name="%page.name.secundum">
948 </page>
949 <page
950 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
951 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.RankAdminPreference"
952 id="eu.etaxonomy.taxeditor.preferences.adminRankPreference"
953 name="%page.name.5">
954 </page>
955 <page
956 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
957 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalStatusTypeAdminPreference"
958 id="eu.etaxonomy.taxeditor.preferences.adminNomenclaturalStatusTypePreference"
959 name="%page.name.6">
960 </page>
961 <page
962 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
963 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodeAdminPreferencePage"
964 id="eu.etaxonomy.taxeditor.store.page2"
965 name="%page.name.43">
966 </page>
967 <page
968 category="eu.etaxonomy.taxeditor.preferences.general"
969 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.IOAdminPreferences"
970 id="eu.etaxonomy.taxeditor.store.IOPreference"
971 name="%page.name.140">
972 </page>
973 <page
974 category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
975 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.IOAdminPreferences"
976 id="eu.etaxonomy.taxeditor.store.IOPreference"
977 name="%page.name.140">
978 </page>
979 <page
980 category="eu.etaxonomy.taxeditor.store.IOPreference"
981 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportAdminPreference"
982 id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
983 name="%page.name.40">
984 </page>
985 <!-- <page
986 category="eu.etaxonomy.taxeditor.store.IOPreference"
987 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.CdmLightExportAdminPreference"
988 id="eu.etaxonomy.taxeditor.store.cdmLightExportPreference"
989 name="%page.name.142">
990 </page>-->
991 <page
992 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
993 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewAdminConfiguration"
994 id="eu.etaxonomy.taxeditor.store.scientificNameDetails"
995 name="%page.name.61">
996 </page>
997 <page
998 category="eu.etaxonomy.taxeditor.preferences.general"
999 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataAdminPreference"
1000 id="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
1001 name="%page.name.55">
1002 </page>
1003 <page
1004 category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
1005 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.MarkerTypeMenuAdminPreferences"
1006 id="eu.etaxonomy.taxeditor.store.supplementalDataMarkerTypes"
1007 name="Marker Types">
1008 </page>
1009 <page
1010 category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
1011 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ExtensionTypeMenuAdminPreferences"
1012 id="eu.etaxonomy.taxeditor.store.supplementalDataExtensionTypes"
1013 name="Extension Types">
1014 </page>
1015 <page
1016 category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
1017 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataSourceAdminPreference"
1018 id="eu.etaxonomy.taxeditor.store.supplementalDataSourcePreferences"
1019 name="%page.name.sources">
1020 </page>
1021 <page
1022 category="eu.etaxonomy.taxeditor.preferences.general"
1023 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.UIAdminPreference"
1024 id="eu.etaxonomy.taxeditor.store.UIAdminPreference"
1025 name="%page.name.53">
1026 </page>
1027 <page
1028 category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
1029 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.TaxonNodeOrderAdminPreference"
1030 id="eu.etaxonomy.taxeditor.store.TaxonNavigator"
1031 name="%page.name.32">
1032 </page>
1033 </extension>
1034 </plugin>