Project

General

Profile

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