Project

General

Profile

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