Merge branch 'release/5.18.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.featuretree.FeatureTreePropertyTester"
122 id="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester"
123 namespace="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester"
124 properties="isFeatureTree"
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 </extension>
412 <extension
413 id="eu.etaxonomy.taxeditor.store.workbench.model"
414 name="%extension.name.2"
415 point="org.eclipse.e4.workbench.model">
416 <fragment
417 apply="always"
418 uri="fragment.e4xmi">
419 </fragment>
420 </extension>
421 <extension
422 point="eu.etaxonomy.taxeditor.store.preferencePage">
423 <page
424 category="eu.etaxonomy.taxeditor.preferences.general"
425 class="eu.etaxonomy.taxeditor.preference.DebugPreferences"
426 id="eu.etaxonomy.taxeditor.preference.DebugPreferences"
427 name="%page.name.34">
428 </page>
429 <page
430 category="eu.etaxonomy.taxeditor.preferences.general"
431 class="eu.etaxonomy.taxeditor.preference.IOPreferences"
432 id="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
433 name="%page.name.140">
434 </page>
435 <page
436 category="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
437 class="eu.etaxonomy.taxeditor.preference.IOPreferences"
438 id="eu.etaxonomy.taxeditor.store.IOPreferences"
439 name="%page.name.140">
440 </page>
441 <page
442 category="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
443 class="eu.etaxonomy.taxeditor.preference.AbcdImportPreference"
444 id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
445 name="%page.name.40">
446 </page>
447 <!-- <page
448 category="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
449 class="eu.etaxonomy.taxeditor.preference.CdmLightExportPreference"
450 id="eu.etaxonomy.taxeditor.store.cdmLightExportPreference"
451 name="%page.name.142">
452 </page>-->
453 <page
454 category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
455 class="eu.etaxonomy.taxeditor.preference.AbcdImportProvider"
456 id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
457 name="%page.name.41">
458 </page>
459 <page
460 class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
461 id="eu.etaxonomy.taxeditor.preferences.general"
462 name="%page.name">
463 </page>
464 <page
465 category="eu.etaxonomy.taxeditor.preferences.general"
466 class="eu.etaxonomy.taxeditor.preference.FactualDataPreference"
467 id="eu.etaxonomy.taxeditor.preferences.description"
468 name="%page.name.0">
469 </page>
470 <page
471 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
472 class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
473 id="eu.etaxonomy.taxeditor.preferences.termEditor"
474 name="%page.name.101">
475 </page>
476 <page
477 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
478 class="eu.etaxonomy.taxeditor.preference.TermTreePreference"
479 id="eu.etaxonomy.taxeditor.preferences.termTreeEditor"
480 name="%page.name.201">
481 </page>
482 <page
483 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
484 class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
485 id="eu.etaxonomy.taxeditor.preferences.supplemental"
486 name="%view.name.3">
487 </page>
488
489 <page
490 category="eu.etaxonomy.taxeditor.preferences.description"
491 class="eu.etaxonomy.taxeditor.preference.menu.FeatureMenuPreferences"
492 id="eu.etaxonomy.taxeditor.preferences.feature"
493 name="%page.name.1">
494 </page>
495 <!--<page
496 category="eu.etaxonomy.taxeditor.preferences.description"
497 class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreferences"
498 id="eu.etaxonomy.taxeditor.preferences.nameFeature"
499 name="%page.name.59">
500 </page>-->
501 <!--<page
502 category="eu.etaxonomy.taxeditor.preferences.description"
503 class="eu.etaxonomy.taxeditor.preference.menu.PresenceAbsenceMenuPreferences"
504 id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
505 name="%page.name.2">
506 </page>-->
507 <page
508 category="eu.etaxonomy.taxeditor.preference.searchPreferences"
509 class="eu.etaxonomy.taxeditor.preference.SearchDialogPreferences"
510 id="eu.etaxonomy.taxeditor.preferences.searchDialog"
511 name="%page.name.48">
512 </page>
513 <page
514 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
515 class="eu.etaxonomy.taxeditor.preference.NomenclaturalCodePreferences"
516 id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
517 name="%page.name.4">
518 </page>
519 <page
520 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
521 class="eu.etaxonomy.taxeditor.preference.RankPreference"
522 id="eu.etaxonomy.taxeditor.preferences.ranks"
523 name="%page.name.5">
524 </page>
525 <page
526 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
527 class="eu.etaxonomy.taxeditor.preference.NomenclaturalStatusTypePreferences"
528 id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
529 name="%page.name.6">
530 </page>
531 <page
532 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
533 class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
534 id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
535 name="%page.name.7">
536 </page>
537 <page
538 category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
539 class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
540 id="taxeditor-store.page1"
541 name="%page.name.8">
542 </page>
543 <page
544 category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
545 class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
546 id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
547 name="%page.name.9">
548 </page>
549 <page
550 category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
551 class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
552 id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
553 name="%page.name.13">
554 </page>
555 <page
556 category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
557 class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
558 id="eu.etaxonomy.taxeditor.preferences.languages"
559 name="%page.name.10">
560 </page>
561 <page
562 category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
563 class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
564 id="eu.etaxonomy.taxeditor.preferences.markerTypes"
565 name="%page.name.11">
566 </page>
567 <page
568 category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
569 class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
570 id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
571 name="%page.name.12">
572 </page>
573 <page
574 category="eu.etaxonomy.taxeditor.preferences.description"
575 class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuPreferences"
576 id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
577 name="%page.name.14">
578 </page>
579 <page
580 category="eu.etaxonomy.taxeditor.preferences.general"
581 class="eu.etaxonomy.taxeditor.preference.ExperimentalFeaturesPreferences"
582 id="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
583 name="%page.name.49">
584 </page>
585 <page
586 category="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
587 class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
588 id="eu.etaxonomy.taxeditor.preferences.matching"
589 name="%page.name.15">
590 </page>
591 <page
592 category="eu.etaxonomy.taxeditor.preferences.matching"
593 class="eu.etaxonomy.taxeditor.preference.matching.NonViralNameMatchingPreference"
594 id="eu.etaxonomy.taxeditor.preferences.matching.nonViralName"
595 name="%page.name.16">
596 </page>
597 <page
598 category="eu.etaxonomy.taxeditor.preferences.matching"
599 class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
600 id="eu.etaxonomy.taxeditor.preferences.matching.reference"
601 name="%page.name.17">
602 </page>
603 <page
604 category="eu.etaxonomy.taxeditor.preferences.matching"
605 class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
606 id="eu.etaxonomy.taxeditor.preferences.matching.teamOrPerson"
607 name="%page.name.18">
608 </page>
609 <!-- <page
610 category="eu.etaxonomy.taxeditor.preferences.description"
611 class="eu.etaxonomy.taxeditor.preference.menu.StageMenuPreferences"
612 id="eu.etaxonomy.taxeditor.preferences.stage"
613 name="%page.name.19">
614 </page>-->
615 <!-- <page
616 category="eu.etaxonomy.taxeditor.preferences.description"
617 class="eu.etaxonomy.taxeditor.preference.menu.PreservationMethodMenuPreferences"
618 id="eu.etaxonomy.taxeditor.preferences.preservationMethod"
619 name="%page.name.20">
620 </page> -->
621 <page
622 category="eu.etaxonomy.taxeditor.preferences.description"
623 class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
624 id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
625 name="%page.name.22">
626 </page>
627 <page
628 category="eu.etaxonomy.taxeditor.preferences.description"
629 class="eu.etaxonomy.taxeditor.preference.CommonNameVocabularyPreferencePage"
630 id="eu.etaxonomy.taxeditor.store.vocabularyPreference"
631 name="%page.name.47">
632 </page>
633 <page
634 category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
635 class="eu.etaxonomy.taxeditor.preference.LanguageRepresentationPreferencePage"
636 id="eu.etaxonomy.taxeditor.preferences.language"
637 name="%page.name.23">
638 </page>
639 <page
640 category="eu.etaxonomy.taxeditor.preferences.externalServicesPreferences"
641 class="eu.etaxonomy.taxeditor.preference.MobotOpenUrlPreferences"
642 id="eu.etaxonomy.taxeditor.preferences.mobotOpenUrl"
643 name="%page.name.24">
644 </page>
645 <page
646 category="eu.etaxonomy.taxeditor.preferences.general"
647 class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
648 id="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
649 name="%page.name.26">
650 </page>
651 <page
652 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
653 class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
654 id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
655 name="%page.name.27">
656 </page>
657 <page
658 category="eu.etaxonomy.taxeditor.preferences.description"
659 class="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
660 id="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
661 name="%page.name.104">
662 </page>
663 <page
664 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
665 class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
666 id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
667 name="%page.name.28">
668 </page>
669 <page
670 category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
671 class="eu.etaxonomy.taxeditor.preference.DistributionStatusPreferencePage"
672 id="eu.etaxonomy.taxeditor.preference.DistributionStatusPreferencePage"
673 name="%page.name.105">
674 </page>
675 <page
676 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
677 class="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
678 id="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
679 name="%page.name.107">
680 </page>
681 <page
682 category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
683 class="eu.etaxonomy.taxeditor.preference.NamedAreaVocabularyPreferencePage"
684 id="eu.etaxonomy.taxeditor.preference.NamedAreaVocabularyPreferencePage"
685 name="%page.name.106">
686 </page>
687 <page
688 category="eu.etaxonomy.taxeditor.preferences.general"
689 class="eu.etaxonomy.taxeditor.preference.LanguagePreferences"
690 id="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
691 name="%page.name.301">
692 </page>
693 <page
694 category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
695 class="eu.etaxonomy.taxeditor.preference.LanguageEditorPreferencePage"
696 id="eu.etaxonomy.taxeditor.preference.defaultLanguageEditorPreferencePage"
697 name="%page.name.30">
698 </page>
699 <page
700 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
701 class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
702 id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
703 name="%page.name.32">
704 </page>
705 <page
706 category="eu.etaxonomy.taxeditor.preferences.general"
707 class="eu.etaxonomy.taxeditor.preference.GeneralPreferencePage"
708 id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
709 name="%page.name.38">
710 </page>
711 <page
712 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
713 class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
714 id="eu.etaxonomy.taxeditor.preferences.nameDetails"
715 name="%page.name.36">
716 </page>
717 <page
718 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
719 class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
720 id="eu.etaxonomy.taxeditor.preferences.nameDetailsUI"
721 name="%page.name.102">
722 </page>
723 <page
724 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
725 class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
726 id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
727 name="%page.name.25">
728 </page>
729 <page
730 category="eu.etaxonomy.taxeditor.preferences.general"
731 class="eu.etaxonomy.taxeditor.preference.NamePreferences"
732 id="eu.etaxonomy.taxeditor.preferences.namePreferences"
733 name="%page.name.51">
734 </page>
735 <page
736 category="eu.etaxonomy.taxeditor.preferences.general"
737 class="eu.etaxonomy.taxeditor.preference.TaxonPreferences"
738 id="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
739 name="%page.name.52">
740 </page>
741 <page
742 category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
743 class="eu.etaxonomy.taxeditor.preference.PublishFlagLocalPreference"
744 id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
745 name="%page.name.46">
746 </page>
747 <page
748 category="eu.etaxonomy.taxeditor.preferences.general"
749 class="eu.etaxonomy.taxeditor.preference.UIPreferences"
750 id="eu.etaxonomy.taxeditor.preference.UIPreferences"
751 name="%page.name.53">
752 </page>
753 <page
754 category="eu.etaxonomy.taxeditor.preferences.general"
755 class="eu.etaxonomy.taxeditor.preference.ExternalServicesPreferences"
756 id="eu.etaxonomy.taxeditor.preference.externalServicesPreferences"
757 name="%page.name.54">
758 </page>
759 <page
760 category="eu.etaxonomy.taxeditor.preferences.general"
761 class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
762 id="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
763 name="%page.name.55">
764 </page>
765 <page
766 category="eu.etaxonomy.taxeditor.preferences.general"
767 class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
768 id="eu.etaxonomy.taxeditor.preference.searchPreferences"
769 name="%page.name.56">
770 </page>
771 <page
772 category="eu.etaxonomy.taxeditor.preference.searchPreferences"
773 class="eu.etaxonomy.taxeditor.preference.TaxonSearchPreferences"
774 id="eu.etaxonomy.taxeditor.preference.taxonSearchPreferences"
775 name="%page.name.57">
776 </page>
777 <page
778 category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
779 class="eu.etaxonomy.taxeditor.preference.menu.CommonNameLanguagePreferences"
780 id="eu.etaxonomy.taxeditor.preferences.commonnamelanguages"
781 name="%page.name.58">
782 </page>
783 <page
784 category="eu.etaxonomy.taxeditor.preferences.description"
785 class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreference"
786 id="eu.etaxonomy.taxeditor.preferences.feature2"
787 name="%page.name.60">
788 </page>
789 <page
790 category="eu.etaxonomy.taxeditor.preferences.supplemental"
791 class="eu.etaxonomy.taxeditor.preference.SupplementalDataSourcePreferences"
792 id="eu.etaxonomy.taxeditor.preferences.supplementalDataSourcePreferences"
793 name="%page.name.sources">
794 </page>
795
796
797 </extension>
798 <extension
799 point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
800 <page
801 category="eu.etaxonomy.taxeditor.preferences.general"
802 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.GeneralAdminPreferencePage"
803 id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
804 name="%page.name.50">
805 </page>
806 <page
807 category="eu.etaxonomy.taxeditor.preferences.general"
808 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.FactualDataAdminPreferencePage"
809 id="eu.etaxonomy.taxeditor.preferences.description"
810 name="%page.name.0">
811 </page>
812 <page
813 category="eu.etaxonomy.taxeditor.preferences.general"
814 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
815 id="eu.etaxonomy.taxeditor.preference.EmptyLanguagePage"
816 name="%page.name.301">
817 </page>
818 <page
819 category="eu.etaxonomy.taxeditor.preference.EmptyLanguagePage"
820 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.LanguageAdminMenuPreference"
821 id="eu.etaxonomy.taxeditor.preferences.languages"
822 name="%page.name.10">
823 </page>
824 <page
825 category="eu.etaxonomy.taxeditor.preferences.description"
826 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameFeatureAdminMenuPreference"
827 id="eu.etaxonomy.taxeditor.preferences.nameAdminFeature"
828 name="%page.name.59">
829 </page>
830 <page
831 category="eu.etaxonomy.taxeditor.preferences.description"
832 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.FeatureAdminMenuPreference"
833 id="eu.etaxonomy.taxeditor.preferences.adminFeature"
834 name="%page.name.1">
835 </page>
836 <page
837 category="eu.etaxonomy.taxeditor.preferences.description"
838 class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuAdminPreferences"
839 id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
840 name="%page.name.14">
841 </page>
842 <page
843 category="eu.etaxonomy.taxeditor.preferences.description"
844 class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreeAdminPreferenecs"
845 id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
846 name="%page.name.22">
847 </page>
848 <page
849 category="eu.etaxonomy.taxeditor.preferences.description"
850 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionAdminPreferences"
851 id="eu.etaxonomy.taxeditor.store.Distribution"
852 name="%page.name.104">
853 </page>
854 <page
855 category="eu.etaxonomy.taxeditor.preferences.general"
856 class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
857 id="eu.etaxonomy.taxeditor.preference.searchPreferences"
858 name="%page.name.56">
859 </page>
860 <page
861 category="eu.etaxonomy.taxeditor.preference.searchPreferences"
862 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SearchDialogAdminPreferences"
863 id="eu.etaxonomy.taxeditor.preferences.searchDialog"
864 name="%page.name.48">
865 </page>
866 <page
867 category="eu.etaxonomy.taxeditor.preferences.general"
868 class="eu.etaxonomy.taxeditor.preference.NamePreferences"
869 id="eu.etaxonomy.taxeditor.preferences.namePreferences"
870 name="%page.name.51">
871 </page>
872 <page
873 category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
874 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralAdminPreference"
875 id="eu.etaxonomy.taxeditor.store.checklist"
876 name="%page.name.21">
877 </page>
878 <page
879 category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
880 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionDetailsViewAdminPreference"
881 id="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
882 name="%page.name.107">
883 </page>
884 <page
885 category="eu.etaxonomy.taxeditor.store.Distribution"
886 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionStatusAdminPreference"
887 id="eu.etaxonomy.taxeditor.store.distributionVocabulariesAndStatus"
888 name="%page.name.105">
889 </page>
890 <page
891 category="eu.etaxonomy.taxeditor.store.Distribution"
892 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NamedAreaVocabularyAdminPreferencePage"
893 id="eu.etaxonomy.taxeditor.store.distributionNamedAreaVocabularies"
894 name="%page.name.106">
895 </page>
896
897 <page
898 category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
899 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProviderAdminPreferencePage"
900 id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
901 name="%page.name.41">
902 </page>
903 <page
904 category="eu.etaxonomy.taxeditor.preferences.description"
905 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.CommonNameVocabularyAdminPreferencePage"
906 id="eu.etaxonomy.taxeditor.store.vocabularyAdminPreference"
907 name="%page.name.47">
908 </page>
909 <page
910 category="eu.etaxonomy.taxeditor.preferences.general"
911 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SpecimenAdminPreferences"
912 id="eu.etaxonomy.taxeditor.store.specimenAdminPreferences"
913 name="%page.name.26">
914 </page>
915 <page
916 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
917 id="eu.etaxonomy.taxeditor.preferences.general"
918 name="%page.name.42">
919 </page>
920 <page
921 category="eu.etaxonomy.taxeditor.preferences.general"
922 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.PublishFlagPreference"
923 id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
924 name="%page.name.46">
925 </page>
926 <page
927 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
928 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.RankAdminPreference"
929 id="eu.etaxonomy.taxeditor.preferences.adminRankPreference"
930 name="%page.name.5">
931 </page>
932 <page
933 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
934 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalStatusTypeAdminPreference"
935 id="eu.etaxonomy.taxeditor.preferences.adminNomenclaturalStatusTypePreference"
936 name="%page.name.6">
937 </page>
938 <page
939 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
940 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodeAdminPreferencePage"
941 id="eu.etaxonomy.taxeditor.store.page2"
942 name="%page.name.43">
943 </page>
944 <page
945 category="eu.etaxonomy.taxeditor.preferences.general"
946 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.IOAdminPreferences"
947 id="eu.etaxonomy.taxeditor.store.IOPreference"
948 name="%page.name.140">
949 </page>
950 <page
951 category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
952 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.IOAdminPreferences"
953 id="eu.etaxonomy.taxeditor.store.IOPreference"
954 name="%page.name.140">
955 </page>
956 <page
957 category="eu.etaxonomy.taxeditor.store.IOPreference"
958 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportAdminPreference"
959 id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
960 name="%page.name.40">
961 </page>
962 <!-- <page
963 category="eu.etaxonomy.taxeditor.store.IOPreference"
964 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.CdmLightExportAdminPreference"
965 id="eu.etaxonomy.taxeditor.store.cdmLightExportPreference"
966 name="%page.name.142">
967 </page>-->
968 <page
969 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
970 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewAdminConfiguration"
971 id="eu.etaxonomy.taxeditor.store.scientificNameDetails"
972 name="%page.name.61">
973 </page>
974 <page
975 category="eu.etaxonomy.taxeditor.preferences.general"
976 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataAdminPreference"
977 id="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
978 name="%page.name.55">
979 </page>
980 <page
981 category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
982 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.MarkerTypeMenuAdminPreferences"
983 id="eu.etaxonomy.taxeditor.store.supplementalDataMarkerTypes"
984 name="Marker Types">
985 </page>
986 <page
987 category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
988 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ExtensionTypeMenuAdminPreferences"
989 id="eu.etaxonomy.taxeditor.store.supplementalDataExtensionTypes"
990 name="Extension Types">
991 </page>
992 <page
993 category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
994 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataSourceAdminPreference"
995 id="eu.etaxonomy.taxeditor.store.supplementalDataSourcePreferences"
996 name="%page.name.sources">
997 </page>
998 <page
999 category="eu.etaxonomy.taxeditor.preferences.general"
1000 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.UIAdminPreference"
1001 id="eu.etaxonomy.taxeditor.store.UIAdminPreference"
1002 name="%page.name.53">
1003 </page>
1004 <page
1005 category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
1006 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.TaxonNodeOrderAdminPreference"
1007 id="eu.etaxonomy.taxeditor.store.TaxonNavigator"
1008 name="%page.name.32">
1009 </page>
1010 </extension>
1011 </plugin>