Project

General

Profile

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