Project

General

Profile

Download (40.6 KB) Statistics
| Branch: | Tag: | Revision:
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="hasROLE_PROJECT_MANAGER">
231
         <with
232
               variable="eu.etaxonomy.taxeditor.security.userRoles">
233
            <iterate
234
                  ifEmpty="false"
235
                  operator="or">
236
               <or>
237
                  <equals
238
                        value="ROLE_ADMIN">
239
                  </equals>
240
                  <equals
241
                        value="ROLE_PROJECT_MANAGER">
242
                  </equals>
243
               </or>
244
            </iterate>
245
         </with>
246
      </definition>
247
      <definition
248
            id="hasROLE_PROJECT_MANAGER_AND_isCdmStoreConnected">
249
         <and>
250
            <reference
251
                  definitionId="hasROLE_PROJECT_MANAGER">
252
            </reference>
253
            <reference
254
                  definitionId="isCdmStoreConnected">
255
            </reference>
256
         </and>
257
      </definition>
258
          <definition
259
            id="hasROLE_USER_MANAGER_AND_isCdmStoreConnected">
260
         <and>
261
            <reference
262
                  definitionId="hasROLE_USER_MANAGER">
263
            </reference>
264
            <reference
265
                  definitionId="isCdmStoreConnected">
266
            </reference>
267
         </and>
268
      </definition>
269
       <definition
270
            id="hasROLE_USER_MANAGER_OR_hasROLE_PROJECT_MANAGER_AND_isCdmStoreConnected">
271
         <or>
272
            <reference
273
                  definitionId="hasROLE_PROJECT_MANAGER_AND_isCdmStoreConnected">
274
            </reference>
275
            <reference
276
                  definitionId="hasROLE_USER_MANAGER_AND_isCdmStoreConnected">
277
            </reference>
278
         </or>
279
      </definition>
280
      <definition
281
            id="isChecklistEditorEnabled">
282
         <test
283
               property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
284
         </test>
285
      </definition>
286
      <definition
287
            id="isFeatureTree">
288
         <with
289
               variable="selection">
290
            <test
291
                  property="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester.isFeatureTree">
292
            </test>
293
         </with>
294
      </definition>
295
</extension>
296
<extension
297
      point="org.eclipse.ui.activities">
298
   <activity
299
         description="%activity.description"
300
         id="eu.etaxonomy.taxeditor.store.activityDelete"
301
         name="%activity.name">
302
      <enabledWhen>
303
         <reference
304
               definitionId="canDELETE">
305
         </reference>
306
      </enabledWhen>
307
   </activity>
308
   <activityPatternBinding
309
         activityId="eu.etaxonomy.taxeditor.store.activityDelete"
310
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.delete">
311
   </activityPatternBinding>
312
   <activity
313
         description="%activity.description.0"
314
         id="eu.etaxonomy.taxeditor.store.activityUpdate"
315
         name="%activity.name.0">
316
      <enabledWhen>
317
         <reference
318
               definitionId="canUPDATE">
319
         </reference>
320
      </enabledWhen>
321
   </activity>
322
   <activityPatternBinding
323
         activityId="eu.etaxonomy.taxeditor.store.activityUpdate"
324
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.update\..*">
325
   </activityPatternBinding>
326
   <activity
327
         description="%activity.description.1"
328
         id="eu.etaxonomy.taxeditor.store.activityCreate"
329
         name="%activity.name.1">
330
      <enabledWhen>
331
         <reference
332
               definitionId="canDELETE">
333
         </reference>
334
      </enabledWhen>
335
   </activity>
336
   <activityPatternBinding
337
         activityId="eu.etaxonomy.taxeditor.store.activityCreate"
338
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.create\..*">
339
   </activityPatternBinding>
340
   <activity
341
         description="%activity.description.2"
342
         id="eu.etaxonomy.taxeditor.store.activityUserManagement"
343
         name="%activity.name.2">
344
      <enabledWhen>
345
         <reference
346
               definitionId="hasROLE_USER_MANAGER">
347
         </reference>
348
      </enabledWhen>
349
   </activity>
350
   <activityPatternBinding
351
         activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
352
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.UserManagement">
353
   </activityPatternBinding>
354
   <activityPatternBinding
355
         activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
356
         pattern="eu\.etaxonomy\.taxeditor\..*/bulkeditor\.input\.group">
357
   </activityPatternBinding>
358
   <activity
359
         description="%activity.description.3"
360
         id="eu.etaxonomy.taxeditor.store.activityProjectManagement"
361
         name="%activity.name.3">
362
      <enabledWhen>
363
         <reference
364
               definitionId="hasROLE_PROJECT_MANAGER">
365
         </reference>
366
      </enabledWhen>
367
   </activity>
368
   <activityPatternBinding
369
         activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
370
         pattern="eu\.etaxonomy\.taxeditor\..*/eu\.etaxonomy\.taxeditor\..*\.definedTerm.*">
371
   </activityPatternBinding>
372
   <activityPatternBinding
373
         activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
374
         pattern="eu.etaxonomy.taxeditor.bulkeditor/bulkeditor.menus.openmenu"
375
         isEqualityPattern="true">
376
   </activityPatternBinding>
377
   <activityPatternBinding
378
         activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
379
         pattern="eu.etaxonomy.taxeditor.bulkeditor/eu.etaxonomy.taxeditor.editor.definedTerm"
380
         isEqualityPattern="true">
381
   </activityPatternBinding>
382
</extension>
383
<extension
384
      point="org.eclipse.ui.services">
385
   <sourceProvider
386
         provider="eu.etaxonomy.taxeditor.security.AuthenticationSourceProvider">
387
      <variable
388
            name="eu.etaxonomy.taxeditor.security.userRoles"
389
            priorityLevel="workbench">
390
      </variable>
391
   </sourceProvider>
392
</extension>
393
<extension
394
      point="eu.etaxonomy.taxeditor.store.cdmViewer">
395
   <viewCommandMapping
396
         commandId="eu.etaxonomy.taxeditor.command.openClassificationWizard"
397
         selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
398
         viewerName="%viewCommandMapping.viewerName.CLASSIFICATION_WIZARD">
399
   </viewCommandMapping>
400
   <viewCommandMapping
401
         commandId="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
402
         selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
403
         viewerName="%viewCommandMapping.viewerName.TAXON_NODE_WIZARD">
404
   </viewCommandMapping>
405
</extension>
406
<extension
407
      id="eu.etaxonomy.taxeditor.store.workbench.model"
408
      name="%extension.name.2"
409
      point="org.eclipse.e4.workbench.model">
410
   <fragment
411
         apply="always"
412
         uri="fragment.e4xmi">
413
   </fragment>
414
</extension>
415
<extension
416
      point="eu.etaxonomy.taxeditor.store.preferencePage">
417
    <page
418
         category="eu.etaxonomy.taxeditor.preferences.general"
419
         class="eu.etaxonomy.taxeditor.preference.DebugPreferences"
420
         id="eu.etaxonomy.taxeditor.preference.DebugPreferences"
421
         name="%page.name.34">
422
    </page>
423
    <page
424
         category="eu.etaxonomy.taxeditor.preferences.general"
425
         class="eu.etaxonomy.taxeditor.preference.IOPreferences"
426
         id="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
427
         name="%page.name.140">
428
    </page>
429
    <page
430
         category="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
431
         class="eu.etaxonomy.taxeditor.preference.IOPreferences"
432
         id="eu.etaxonomy.taxeditor.store.IOPreferences"
433
         name="%page.name.140">
434
    </page>
435
    <page
436
         category="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
437
         class="eu.etaxonomy.taxeditor.preference.AbcdImportPreference"
438
         id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
439
         name="%page.name.40">
440
    </page>
441
    <page
442
         category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
443
         class="eu.etaxonomy.taxeditor.preference.AbcdImportProvider"
444
         id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
445
         name="%page.name.41">
446
    </page>
447
    <page
448
         class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
449
         id="eu.etaxonomy.taxeditor.preferences.general"
450
         name="%page.name">
451
    </page>
452
    <page
453
         category="eu.etaxonomy.taxeditor.preferences.general"
454
         class="eu.etaxonomy.taxeditor.preference.FactualDataPreference"
455
         id="eu.etaxonomy.taxeditor.preferences.description"
456
         name="%page.name.0">
457
    </page>
458
    <page
459
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
460
         class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
461
         id="eu.etaxonomy.taxeditor.preferences.termEditor"
462
         name="%page.name.101">
463
   </page>
464
   <page
465
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
466
         class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
467
         id="eu.etaxonomy.taxeditor.preferences.supplemental"
468
         name="%view.name.3">
469
   </page>
470
   
471
   <page
472
         category="eu.etaxonomy.taxeditor.preferences.description"
473
         class="eu.etaxonomy.taxeditor.preference.menu.FeatureMenuPreferences"
474
         id="eu.etaxonomy.taxeditor.preferences.feature"
475
         name="%page.name.1">
476
   </page>
477
    <!--<page
478
         category="eu.etaxonomy.taxeditor.preferences.description"
479
         class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreferences"
480
         id="eu.etaxonomy.taxeditor.preferences.nameFeature"
481
         name="%page.name.59">
482
   </page>-->
483
   <!--<page
484
         category="eu.etaxonomy.taxeditor.preferences.description"
485
         class="eu.etaxonomy.taxeditor.preference.menu.PresenceAbsenceMenuPreferences"
486
         id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
487
         name="%page.name.2">
488
   </page>-->
489
    <page
490
         category="eu.etaxonomy.taxeditor.preference.searchPreferences"
491
         class="eu.etaxonomy.taxeditor.preference.SearchDialogPreferences"
492
         id="eu.etaxonomy.taxeditor.preferences.searchDialog"
493
         name="%page.name.48">
494
   </page>
495
   <page
496
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
497
         class="eu.etaxonomy.taxeditor.preference.NomenclaturalCodePreferences"
498
         id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
499
         name="%page.name.4">
500
   </page>
501
   <page
502
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
503
         class="eu.etaxonomy.taxeditor.preference.RankPreference"
504
         id="eu.etaxonomy.taxeditor.preferences.ranks"
505
         name="%page.name.5">
506
   </page>
507
   <page
508
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
509
         class="eu.etaxonomy.taxeditor.preference.NomenclaturalStatusTypePreferences"
510
         id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
511
         name="%page.name.6">
512
   </page>
513
   <page
514
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
515
         class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
516
         id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
517
         name="%page.name.7">
518
   </page>
519
   <page
520
         category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
521
         class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
522
         id="taxeditor-store.page1"
523
         name="%page.name.8">
524
   </page>
525
   <page
526
         category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
527
         class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
528
         id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
529
         name="%page.name.9">
530
   </page>
531
   <page
532
         category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
533
         class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
534
         id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
535
         name="%page.name.13">
536
   </page>
537
   <page
538
         category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
539
         class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
540
         id="eu.etaxonomy.taxeditor.preferences.languages"
541
         name="%page.name.10">
542
   </page>
543
   <page
544
         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
545
         class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
546
         id="eu.etaxonomy.taxeditor.preferences.markerTypes"
547
         name="%page.name.11">
548
   </page>
549
   <page
550
         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
551
         class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
552
         id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
553
         name="%page.name.12">
554
   </page>
555
   <page
556
         category="eu.etaxonomy.taxeditor.preferences.description"
557
         class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuPreferences"
558
         id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
559
         name="%page.name.14">
560
   </page>
561
   <page
562
         category="eu.etaxonomy.taxeditor.preferences.general"
563
         class="eu.etaxonomy.taxeditor.preference.ExperimentalFeaturesPreferences"
564
         id="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
565
         name="%page.name.49">
566
   </page>
567
   <page
568
         category="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
569
         class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
570
         id="eu.etaxonomy.taxeditor.preferences.matching"
571
         name="%page.name.15">
572
   </page>
573
   <page
574
         category="eu.etaxonomy.taxeditor.preferences.matching"
575
         class="eu.etaxonomy.taxeditor.preference.matching.NonViralNameMatchingPreference"
576
         id="eu.etaxonomy.taxeditor.preferences.matching.nonViralName"
577
         name="%page.name.16">
578
   </page>
579
   <page
580
         category="eu.etaxonomy.taxeditor.preferences.matching"
581
         class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
582
         id="eu.etaxonomy.taxeditor.preferences.matching.reference"
583
         name="%page.name.17">
584
   </page>
585
   <page
586
         category="eu.etaxonomy.taxeditor.preferences.matching"
587
         class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
588
         id="eu.etaxonomy.taxeditor.preferences.matching.teamOrPerson"
589
         name="%page.name.18">
590
   </page>
591
   <!--  <page
592
         category="eu.etaxonomy.taxeditor.preferences.description"
593
         class="eu.etaxonomy.taxeditor.preference.menu.StageMenuPreferences"
594
         id="eu.etaxonomy.taxeditor.preferences.stage"
595
         name="%page.name.19">
596
   </page>-->
597
  <!--  <page
598
         category="eu.etaxonomy.taxeditor.preferences.description"
599
         class="eu.etaxonomy.taxeditor.preference.menu.PreservationMethodMenuPreferences"
600
         id="eu.etaxonomy.taxeditor.preferences.preservationMethod"
601
         name="%page.name.20">
602
   </page> -->
603
   <page
604
         category="eu.etaxonomy.taxeditor.preferences.description"
605
         class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
606
         id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
607
         name="%page.name.22">
608
   </page>
609
   <page
610
         category="eu.etaxonomy.taxeditor.preferences.description"
611
         class="eu.etaxonomy.taxeditor.preference.CommonNameVocabularyPreferencePage"
612
         id="eu.etaxonomy.taxeditor.store.vocabularyPreference"
613
         name="%page.name.47">
614
   </page>
615
   <page
616
         category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
617
         class="eu.etaxonomy.taxeditor.preference.LanguageRepresentationPreferencePage"
618
         id="eu.etaxonomy.taxeditor.preferences.language"
619
         name="%page.name.23">
620
   </page>
621
   <page
622
         category="eu.etaxonomy.taxeditor.preferences.externalServicesPreferences"
623
         class="eu.etaxonomy.taxeditor.preference.MobotOpenUrlPreferences"
624
         id="eu.etaxonomy.taxeditor.preferences.mobotOpenUrl"
625
         name="%page.name.24">
626
   </page>
627
   <page
628
         category="eu.etaxonomy.taxeditor.preferences.general"
629
         class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
630
         id="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
631
         name="%page.name.26">
632
   </page>
633
   <page
634
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
635
         class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
636
         id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
637
         name="%page.name.27">
638
   </page>
639
    <page
640
         category="eu.etaxonomy.taxeditor.preferences.description"
641
         class="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
642
         id="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
643
         name="%page.name.104">
644
   </page>
645
   <page
646
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
647
         class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
648
         id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
649
         name="%page.name.28">
650
   </page>
651
    <page
652
         category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
653
         class="eu.etaxonomy.taxeditor.preference.DistributionStatusPreferencePage"
654
         id="eu.etaxonomy.taxeditor.preference.DistributionStatusPreferencePage"
655
         name="%page.name.105">
656
   </page>
657
   <page
658
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
659
         class="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
660
         id="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
661
         name="%page.name.107">
662
   </page>
663
   <page
664
         category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
665
         class="eu.etaxonomy.taxeditor.preference.NamedAreaVocabularyPreferencePage"
666
         id="eu.etaxonomy.taxeditor.preference.NamedAreaVocabularyPreferencePage"
667
         name="%page.name.106">
668
   </page>
669
   <page
670
         category="eu.etaxonomy.taxeditor.preferences.general"
671
         class="eu.etaxonomy.taxeditor.preference.LanguageEditorPreferencePage"
672
         id="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
673
         name="%page.name.30">
674
   </page>
675
   <page
676
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
677
         class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
678
         id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
679
         name="%page.name.32">
680
   </page>
681
   <page
682
         category="eu.etaxonomy.taxeditor.preferences.general"
683
         class="eu.etaxonomy.taxeditor.preference.GeneralPreferencePage"
684
         id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
685
         name="%page.name.38">
686
   </page>
687
  <page
688
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
689
         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
690
         id="eu.etaxonomy.taxeditor.preferences.nameDetails"
691
         name="%page.name.36">
692
   </page>
693
   <page
694
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
695
         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
696
         id="eu.etaxonomy.taxeditor.preferences.nameDetailsUI"
697
         name="%page.name.102">
698
   </page>
699
     <page
700
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
701
         class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
702
         id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
703
         name="%page.name.25">
704
   </page>
705
   <page
706
         category="eu.etaxonomy.taxeditor.preferences.general"
707
         class="eu.etaxonomy.taxeditor.preference.NamePreferences"
708
         id="eu.etaxonomy.taxeditor.preferences.namePreferences"
709
         name="%page.name.51">
710
   </page>
711
   <page
712
         category="eu.etaxonomy.taxeditor.preferences.general"
713
         class="eu.etaxonomy.taxeditor.preference.TaxonPreferences"
714
         id="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
715
         name="%page.name.52">
716
   </page>
717
       <page
718
        category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
719
         class="eu.etaxonomy.taxeditor.preference.PublishFlagLocalPreference"
720
         id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
721
         name="%page.name.46">
722
   </page>
723
   <page
724
         category="eu.etaxonomy.taxeditor.preferences.general"
725
         class="eu.etaxonomy.taxeditor.preference.UIPreferences"
726
         id="eu.etaxonomy.taxeditor.preference.UIPreferences"
727
         name="%page.name.53">
728
   </page>
729
   <page
730
         category="eu.etaxonomy.taxeditor.preferences.general"
731
         class="eu.etaxonomy.taxeditor.preference.ExternalServicesPreferences"
732
         id="eu.etaxonomy.taxeditor.preference.externalServicesPreferences"
733
         name="%page.name.54">
734
   </page>
735
   <page
736
         category="eu.etaxonomy.taxeditor.preferences.general"
737
         class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
738
         id="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
739
         name="%page.name.55">
740
   </page>
741
   <page
742
         category="eu.etaxonomy.taxeditor.preferences.general"
743
         class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
744
         id="eu.etaxonomy.taxeditor.preference.searchPreferences"
745
         name="%page.name.56">
746
   </page>
747
    <page
748
         category="eu.etaxonomy.taxeditor.preference.searchPreferences"
749
         class="eu.etaxonomy.taxeditor.preference.TaxonSearchPreferences"
750
         id="eu.etaxonomy.taxeditor.preference.taxonSearchPreferences"
751
         name="%page.name.57">
752
   </page>
753
    <page
754
          category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
755
          class="eu.etaxonomy.taxeditor.preference.menu.CommonNameLanguagePreferences"
756
          id="eu.etaxonomy.taxeditor.preferences.commonnamelanguages"
757
          name="%page.name.58">
758
    </page>
759
    <page
760
          category="eu.etaxonomy.taxeditor.preferences.description"
761
          class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreference"
762
          id="eu.etaxonomy.taxeditor.preferences.feature2"
763
          name="%page.name.60">
764
    </page>
765
    <page
766
          category="eu.etaxonomy.taxeditor.preferences.supplemental"
767
          class="eu.etaxonomy.taxeditor.preference.SupplementalDataSourcePreferences"
768
          id="eu.etaxonomy.taxeditor.preferences.supplementalDataSourcePreferences"
769
          name="%page.name.sources">
770
    </page>
771
   
772
   
773
</extension>
774
<extension
775
      point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
776
      <page
777
            category="eu.etaxonomy.taxeditor.preferences.general"
778
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.GeneralAdminPreferencePage"
779
            id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
780
            name="%page.name.50">
781
      </page>
782
      <page
783
            category="eu.etaxonomy.taxeditor.preferences.general"
784
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.FactualDataAdminPreferencePage"
785
            id="eu.etaxonomy.taxeditor.preferences.description"
786
            name="%page.name.0">
787
      </page>
788
      <page
789
            category="eu.etaxonomy.taxeditor.preferences.general"
790
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
791
            id="eu.etaxonomy.taxeditor.preference.EmptyLanguagePage"
792
            name="%page.name.30">
793
      </page>
794
      <page
795
            category="eu.etaxonomy.taxeditor.preference.EmptyLanguagePage"
796
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.LanguageAdminMenuPreference"
797
            id="eu.etaxonomy.taxeditor.preferences.languages"
798
            name="%page.name.10">
799
      </page>
800
      <page
801
            category="eu.etaxonomy.taxeditor.preferences.description"
802
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameFeatureAdminMenuPreference"
803
            id="eu.etaxonomy.taxeditor.preferences.nameAdminFeature"
804
            name="%page.name.59">
805
      </page>
806
      <page
807
            category="eu.etaxonomy.taxeditor.preferences.description"
808
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.FeatureAdminMenuPreference"
809
            id="eu.etaxonomy.taxeditor.preferences.adminFeature"
810
            name="%page.name.1">
811
      </page>
812
      <page
813
            category="eu.etaxonomy.taxeditor.preferences.description"
814
            class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuAdminPreferences"
815
            id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
816
            name="%page.name.14">
817
      </page>
818
      <page
819
            category="eu.etaxonomy.taxeditor.preferences.description"
820
            class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreeAdminPreferenecs"
821
            id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
822
            name="%page.name.22">
823
      </page>
824
      <page 
825
            category="eu.etaxonomy.taxeditor.preferences.description"
826
            class="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
827
            id="eu.etaxonomy.taxeditor.store.Distribution"
828
            name="%page.name.104">
829
      </page>
830
      <page
831
            category="eu.etaxonomy.taxeditor.preferences.general"
832
            class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
833
            id="eu.etaxonomy.taxeditor.preference.searchPreferences"
834
            name="%page.name.56">
835
      </page>
836
      <page
837
            category="eu.etaxonomy.taxeditor.preference.searchPreferences"
838
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SearchDialogAdminPreferences"
839
            id="eu.etaxonomy.taxeditor.preferences.searchDialog"
840
            name="%page.name.48">
841
      </page>
842
      <page
843
            category="eu.etaxonomy.taxeditor.preferences.general"
844
            class="eu.etaxonomy.taxeditor.preference.NamePreferences"
845
            id="eu.etaxonomy.taxeditor.preferences.namePreferences"
846
            name="%page.name.51">
847
      </page>
848
      <page 
849
            category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
850
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralAdminPreference"
851
            id="eu.etaxonomy.taxeditor.store.checklist"
852
            name="%page.name.21">
853
      </page>
854
      <page
855
         category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
856
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionDetailsViewAdminPreference"
857
         id="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
858
         name="%page.name.107">
859
      </page>
860
      <page 
861
            category="eu.etaxonomy.taxeditor.store.Distribution"
862
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionStatusAdminPreference"
863
            id="eu.etaxonomy.taxeditor.store.distributionVocabulariesAndStatus"
864
            name="%page.name.105">
865
      </page>
866
      <page 
867
            category="eu.etaxonomy.taxeditor.store.Distribution"
868
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NamedAreaVocabularyAdminPreferencePage"
869
            id="eu.etaxonomy.taxeditor.store.distributionNamedAreaVocabularies"
870
            name="%page.name.106">
871
      </page>
872
      <page
873
            category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
874
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProviderAdminPreferencePage"
875
            id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
876
            name="%page.name.41">
877
      </page>
878
      <page
879
            category="eu.etaxonomy.taxeditor.preferences.description"
880
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.CommonNameVocabularyAdminPreferencePage"
881
            id="eu.etaxonomy.taxeditor.store.vocabularyAdminPreference"
882
            name="%page.name.47">
883
      </page>
884
       <page
885
            category="eu.etaxonomy.taxeditor.preferences.general"
886
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SpecimenAdminPreferences"
887
            id="eu.etaxonomy.taxeditor.store.specimenAdminPreferences"
888
            name="%page.name.26">
889
      </page>
890
      <page
891
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
892
            id="eu.etaxonomy.taxeditor.preferences.general"
893
            name="%page.name.42">
894
      </page>
895
      <page
896
            category="eu.etaxonomy.taxeditor.preferences.general"
897
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.PublishFlagPreference"
898
            id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
899
            name="%page.name.46">
900
      </page>
901
      <page
902
           category="eu.etaxonomy.taxeditor.preferences.namePreferences"
903
           class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.RankAdminPreference"
904
           id="eu.etaxonomy.taxeditor.preferences.adminRankPreference"
905
           name="%page.name.5">
906
     </page>
907
      <page
908
            category="eu.etaxonomy.taxeditor.preferences.namePreferences"
909
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalStatusTypeAdminPreference"
910
            id="eu.etaxonomy.taxeditor.preferences.adminNomenclaturalStatusTypePreference"
911
            name="%page.name.6">
912
      </page>
913
      <page
914
            category="eu.etaxonomy.taxeditor.preferences.namePreferences"
915
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodeAdminPreferencePage"
916
            id="eu.etaxonomy.taxeditor.store.page2"
917
            name="%page.name.43">
918
      </page>
919
       <page
920
            category="eu.etaxonomy.taxeditor.preferences.general"
921
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.IOAdminPreferences"
922
            id="eu.etaxonomy.taxeditor.store.IOPreference"
923
            name="%page.name.140">
924
      </page>
925
      <page
926
            category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
927
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.IOAdminPreferences"
928
            id="eu.etaxonomy.taxeditor.store.IOPreference"
929
            name="%page.name.140">
930
      </page>
931
      <page
932
            category="eu.etaxonomy.taxeditor.store.IOPreference"
933
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportAdminPreference"
934
            id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
935
            name="%page.name.40">
936
      </page>
937
      <page
938
            category="eu.etaxonomy.taxeditor.preferences.namePreferences"
939
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewAdminConfiguration"
940
            id="eu.etaxonomy.taxeditor.store.scientificNameDetails"
941
            name="%page.name.61">
942
      </page>
943
      <page
944
            category="eu.etaxonomy.taxeditor.preferences.general"
945
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataAdminPreference"
946
            id="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
947
            name="%page.name.55">
948
      </page>
949
      <page
950
            category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
951
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.MarkerTypeMenuAdminPreferences"
952
            id="eu.etaxonomy.taxeditor.store.supplementalDataMarkerTypes"
953
            name="Marker Types">
954
      </page>
955
       <page
956
            category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
957
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ExtensionTypeMenuAdminPreferences"
958
            id="eu.etaxonomy.taxeditor.store.supplementalDataExtensionTypes"
959
            name="Extension Types">
960
      </page>
961
      <page
962
            category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
963
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataSourceAdminPreference"
964
            id="eu.etaxonomy.taxeditor.store.supplementalDataSourcePreferences"
965
            name="%page.name.sources">
966
      </page>
967
      <page
968
            category="eu.etaxonomy.taxeditor.preferences.general"
969
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.UIAdminPreference"
970
            id="eu.etaxonomy.taxeditor.store.UIAdminPreference"
971
            name="%page.name.53">
972
       </page>
973
       <page
974
            category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
975
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.TaxonNodeOrderAdminPreference"
976
            id="eu.etaxonomy.taxeditor.store.TaxonNavigator"
977
            name="%page.name.32">
978
      </page>
979
</extension>
980
</plugin>
(3-3/4)