Project

General

Profile

Download (29.4 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="isUserLoggedIn">
207
            <with
208
               variable="eu.etaxonomy.taxeditor.security.user">
209
               <instanceof
210
                     value="eu.etaxonomy.cdm.model.common.User">
211
               </instanceof>
212
         </with>
213
      </definition>
214
      <definition
215
            id="hasROLE_USER_MANAGER">
216
            <with
217
               variable="eu.etaxonomy.taxeditor.security.userRoles">
218
            <iterate
219
                  ifEmpty="false"
220
                  operator="or">
221
               <or>
222
                  <equals
223
                        value="ROLE_ADMIN">
224
                  </equals>
225
                  <equals
226
                        value="ROLE_USER_MANAGER">
227
                  </equals>
228
               </or>
229
            </iterate>
230
         </with>
231
      </definition>
232
      <definition
233
            id="hasROLE_PROJECT_MANAGER">
234
         <with
235
               variable="eu.etaxonomy.taxeditor.security.userRoles">
236
            <iterate
237
                  ifEmpty="false"
238
                  operator="or">
239
               <or>
240
                  <equals
241
                        value="ROLE_ADMIN">
242
                  </equals>
243
                  <equals
244
                        value="ROLE_PROJECT_MANAGER">
245
                  </equals>
246
               </or>
247
            </iterate>
248
         </with>
249
      </definition>
250
      <definition
251
            id="hasROLE_PROJECT_MANAGER_AND_isCdmStoreConnected">
252
         <and>
253
            <reference
254
                  definitionId="hasROLE_PROJECT_MANAGER">
255
            </reference>
256
            <reference
257
                  definitionId="isCdmStoreConnected">
258
            </reference>
259
         </and>
260
      </definition>
261
       
262
      <definition
263
            id="isChecklistEditorEnabled">
264
         <test
265
               property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
266
         </test>
267
      </definition>
268
      <definition
269
            id="isFeatureTree">
270
         <with
271
               variable="selection">
272
            <test
273
                  property="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester.isFeatureTree">
274
            </test>
275
         </with>
276
      </definition>
277
</extension>
278
<extension
279
      point="org.eclipse.ui.activities">
280
   <activity
281
         description="%activity.description"
282
         id="eu.etaxonomy.taxeditor.store.activityDelete"
283
         name="%activity.name">
284
      <enabledWhen>
285
         <reference
286
               definitionId="canDELETE">
287
         </reference>
288
      </enabledWhen>
289
   </activity>
290
   <activityPatternBinding
291
         activityId="eu.etaxonomy.taxeditor.store.activityDelete"
292
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.delete">
293
   </activityPatternBinding>
294
   <activity
295
         description="%activity.description.0"
296
         id="eu.etaxonomy.taxeditor.store.activityUpdate"
297
         name="%activity.name.0">
298
      <enabledWhen>
299
         <reference
300
               definitionId="canUPDATE">
301
         </reference>
302
      </enabledWhen>
303
   </activity>
304
   <activityPatternBinding
305
         activityId="eu.etaxonomy.taxeditor.store.activityUpdate"
306
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.update\..*">
307
   </activityPatternBinding>
308
   <activity
309
         description="%activity.description.1"
310
         id="eu.etaxonomy.taxeditor.store.activityCreate"
311
         name="%activity.name.1">
312
      <enabledWhen>
313
         <reference
314
               definitionId="canDELETE">
315
         </reference>
316
      </enabledWhen>
317
   </activity>
318
   <activityPatternBinding
319
         activityId="eu.etaxonomy.taxeditor.store.activityCreate"
320
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.create\..*">
321
   </activityPatternBinding>
322
   <activity
323
         description="%activity.description.2"
324
         id="eu.etaxonomy.taxeditor.store.activityUserManagement"
325
         name="%activity.name.2">
326
      <enabledWhen>
327
         <reference
328
               definitionId="hasROLE_USER_MANAGER">
329
         </reference>
330
      </enabledWhen>
331
   </activity>
332
   <activityPatternBinding
333
         activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
334
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.UserManagement">
335
   </activityPatternBinding>
336
   <activityPatternBinding
337
         activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
338
         pattern="eu\.etaxonomy\.taxeditor\..*/bulkeditor\.input\.group">
339
   </activityPatternBinding>
340
   <activity
341
         description="%activity.description.3"
342
         id="eu.etaxonomy.taxeditor.store.activityProjectManagement"
343
         name="%activity.name.3">
344
      <enabledWhen>
345
         <reference
346
               definitionId="hasROLE_PROJECT_MANAGER">
347
         </reference>
348
      </enabledWhen>
349
   </activity>
350
   <activityPatternBinding
351
         activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
352
         pattern="eu\.etaxonomy\.taxeditor\..*/eu\.etaxonomy\.taxeditor\..*\.definedTerm.*">
353
   </activityPatternBinding>
354
   <activityPatternBinding
355
         activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
356
         pattern="eu.etaxonomy.taxeditor.bulkeditor/bulkeditor.menus.openmenu"
357
         isEqualityPattern="true">
358
   </activityPatternBinding>
359
   <activityPatternBinding
360
         activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
361
         pattern="eu.etaxonomy.taxeditor.bulkeditor/eu.etaxonomy.taxeditor.editor.definedTerm"
362
         isEqualityPattern="true">
363
   </activityPatternBinding>
364
</extension>
365
<extension
366
      point="org.eclipse.ui.services">
367
   <sourceProvider
368
         provider="eu.etaxonomy.taxeditor.security.AuthenticationSourceProvider">
369
      <variable
370
            name="eu.etaxonomy.taxeditor.security.userRoles"
371
            priorityLevel="workbench">
372
      </variable>
373
   </sourceProvider>
374
</extension>
375
<extension
376
      point="eu.etaxonomy.taxeditor.store.cdmViewer">
377
   <viewCommandMapping
378
         commandId="eu.etaxonomy.taxeditor.command.openClassificationWizard"
379
         selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
380
         viewerName="%viewCommandMapping.viewerName.CLASSIFICATION_WIZARD">
381
   </viewCommandMapping>
382
   <viewCommandMapping
383
         commandId="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
384
         selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
385
         viewerName="%viewCommandMapping.viewerName.TAXON_NODE_WIZARD">
386
   </viewCommandMapping>
387
</extension>
388
<extension
389
      id="eu.etaxonomy.taxeditor.store.workbench.model"
390
      name="%extension.name.2"
391
      point="org.eclipse.e4.workbench.model">
392
   <fragment
393
         apply="always"
394
         uri="fragment.e4xmi">
395
   </fragment>
396
</extension>
397
<extension
398
      point="eu.etaxonomy.taxeditor.store.preferencePage">
399
<page
400
         category="eu.etaxonomy.taxeditor.preferences.general"
401
         class="eu.etaxonomy.taxeditor.preference.DebugPreferences"
402
         id="eu.etaxonomy.taxeditor.preference.DebugPreferences"
403
         name="%page.name.34">
404
   </page>
405
   <page
406
         class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
407
         id="eu.etaxonomy.taxeditor.preferences.general"
408
         name="%page.name">
409
   </page>
410
   <page
411
         category="eu.etaxonomy.taxeditor.preferences.general"
412
         class="eu.etaxonomy.taxeditor.preference.FactualDataPreference"
413
         id="eu.etaxonomy.taxeditor.preferences.description"
414
         name="%page.name.0">
415
   </page>
416
    <page
417
         category="eu.etaxonomy.taxeditor.preferences.description"
418
         class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
419
         id="eu.etaxonomy.taxeditor.preferences.termEditor"
420
         name="%page.name.101">
421
   </page>
422
   <page
423
         category="eu.etaxonomy.taxeditor.preferences.description"
424
         class="eu.etaxonomy.taxeditor.preference.menu.FeatureMenuPreferences"
425
         id="eu.etaxonomy.taxeditor.preferences.feature"
426
         name="%page.name.1">
427
   </page>
428
  <!-- <page
429
         category="eu.etaxonomy.taxeditor.preferences.description"
430
         class="eu.etaxonomy.taxeditor.preference.menu.PresenceAbsenceMenuPreferences"
431
         id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
432
         name="%page.name.2">
433
   </page>-->
434
    <page
435
         category="eu.etaxonomy.taxeditor.preference.searchPreferences"
436
         class="eu.etaxonomy.taxeditor.preference.SearchDialogPreferences"
437
         id="eu.etaxonomy.taxeditor.preferences.searchDialog"
438
         name="%page.name.48">
439
   </page>
440
   <page
441
         category="eu.etaxonomy.taxeditor.preferences.name"
442
         class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalCodePreferences"
443
         id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
444
         name="%page.name.4">
445
   </page>
446
   <page
447
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
448
         class="eu.etaxonomy.taxeditor.preference.menu.RankMenuPreferences"
449
         id="eu.etaxonomy.taxeditor.preferences.ranks"
450
         name="%page.name.5">
451
   </page>
452
   <page
453
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
454
         class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalStatusTypeMenuPreferences"
455
         id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
456
         name="%page.name.6">
457
   </page>
458
   <page
459
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
460
         class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
461
         id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
462
         name="%page.name.7">
463
   </page>
464
   <page
465
         category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
466
         class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
467
         id="taxeditor-store.page1"
468
         name="%page.name.8">
469
   </page>
470
   <page
471
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
472
         class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
473
         id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
474
         name="%page.name.9">
475
   </page>
476
   <page
477
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
478
         class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
479
         id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
480
         name="%page.name.13">
481
   </page>
482
   <page
483
         category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
484
         class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
485
         id="eu.etaxonomy.taxeditor.preferences.languages"
486
         name="%page.name.10">
487
   </page>
488
   <page
489
         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
490
         class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
491
         id="eu.etaxonomy.taxeditor.preferences.markerTypes"
492
         name="%page.name.11">
493
   </page>
494
   <page
495
         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
496
         class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
497
         id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
498
         name="%page.name.12">
499
   </page>
500
   <page
501
         category="eu.etaxonomy.taxeditor.preferences.description"
502
         class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuPreferences"
503
         id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
504
         name="%page.name.14">
505
   </page>
506
   <page
507
         category="eu.etaxonomy.taxeditor.preferences.general"
508
         class="eu.etaxonomy.taxeditor.preference.ExperimentalFeaturesPreferences"
509
         id="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
510
         name="%page.name.49">
511
   </page>
512
   <page
513
         category="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
514
         class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
515
         id="eu.etaxonomy.taxeditor.preferences.matching"
516
         name="%page.name.15">
517
   </page>
518
   <page
519
         category="eu.etaxonomy.taxeditor.preferences.matching"
520
         class="eu.etaxonomy.taxeditor.preference.matching.NonViralNameMatchingPreference"
521
         id="eu.etaxonomy.taxeditor.preferences.matching.nonViralName"
522
         name="%page.name.16">
523
   </page>
524
   <page
525
         category="eu.etaxonomy.taxeditor.preferences.matching"
526
         class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
527
         id="eu.etaxonomy.taxeditor.preferences.matching.reference"
528
         name="%page.name.17">
529
   </page>
530
   <page
531
         category="eu.etaxonomy.taxeditor.preferences.matching"
532
         class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
533
         id="eu.etaxonomy.taxeditor.preferences.matching.teamOrPerson"
534
         name="%page.name.18">
535
   </page>
536
   <page
537
         category="eu.etaxonomy.taxeditor.preferences.description"
538
         class="eu.etaxonomy.taxeditor.preference.menu.StageMenuPreferences"
539
         id="eu.etaxonomy.taxeditor.preferences.stage"
540
         name="%page.name.19">
541
   </page>
542
   <page
543
         category="eu.etaxonomy.taxeditor.preferences.description"
544
         class="eu.etaxonomy.taxeditor.preference.menu.PreservationMethodMenuPreferences"
545
         id="eu.etaxonomy.taxeditor.preferences.preservationMethod"
546
         name="%page.name.20">
547
   </page>
548
   <page
549
         category="eu.etaxonomy.taxeditor.preferences.description"
550
         class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
551
         id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
552
         name="%page.name.22">
553
   </page>
554
   <page
555
         category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
556
         class="eu.etaxonomy.taxeditor.preference.LanguageRepresentationPreferencePage"
557
         id="eu.etaxonomy.taxeditor.preferences.language"
558
         name="%page.name.23">
559
   </page>
560
   <page
561
         category="eu.etaxonomy.taxeditor.preferences.externalServicesPreferences"
562
         class="eu.etaxonomy.taxeditor.preference.MobotOpenUrlPreferences"
563
         id="eu.etaxonomy.taxeditor.preferences.mobotOpenUrl"
564
         name="%page.name.24">
565
   </page>
566
   <page
567
         category="eu.etaxonomy.taxeditor.preferences.general"
568
         class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
569
         id="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
570
         name="%page.name.26">
571
   </page>
572
   <page
573
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
574
         class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
575
         id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
576
         name="%page.name.27">
577
   </page>
578
   <page
579
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
580
         class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
581
         id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
582
         name="%page.name.28">
583
   </page>
584
   <page
585
         category="eu.etaxonomy.taxeditor.preferences.general"
586
         class="eu.etaxonomy.taxeditor.preference.LanguageEditorPreferencePage"
587
         id="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
588
         name="%page.name.30">
589
   </page>
590
   <page
591
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
592
         class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
593
         id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
594
         name="%page.name.32">
595
   </page>
596
   <page
597
         category="eu.etaxonomy.taxeditor.preferences.general"
598
         class="eu.etaxonomy.taxeditor.preference.GeneralPreferencePage"
599
         id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
600
         name="%page.name.50">
601
   </page>
602
  <page
603
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
604
         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
605
         id="eu.etaxonomy.taxeditor.preferences.nameDetails"
606
         name="%page.name.36">
607
   </page>
608
   <page
609
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
610
         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
611
         id="eu.etaxonomy.taxeditor.preferences.nameDetailsUI"
612
         name="%page.name.36">
613
   </page>
614
     <page
615
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
616
         class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
617
         id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
618
         name="%page.name.25">
619
   </page>
620
   <page
621
         category="eu.etaxonomy.taxeditor.preferences.general"
622
         class="eu.etaxonomy.taxeditor.preference.NamePreferences"
623
         id="eu.etaxonomy.taxeditor.preferences.namePreferences"
624
         name="%page.name.51">
625
   </page>
626
   <page
627
         category="eu.etaxonomy.taxeditor.preferences.general"
628
         class="eu.etaxonomy.taxeditor.preference.TaxonPreferences"
629
         id="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
630
         name="%page.name.52">
631
   </page>
632
       <page
633
        category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
634
         class="eu.etaxonomy.taxeditor.preference.PublishFlagLocalPreference"
635
         id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
636
         name="%page.name.46">
637
   </page>
638
   <page
639
         category="eu.etaxonomy.taxeditor.preferences.general"
640
         class="eu.etaxonomy.taxeditor.preference.UIPreferences"
641
         id="eu.etaxonomy.taxeditor.preference.UIPreferences"
642
         name="%page.name.53">
643
   </page>
644
   <page
645
         category="eu.etaxonomy.taxeditor.preferences.general"
646
         class="eu.etaxonomy.taxeditor.preference.ExternalServicesPreferences"
647
         id="eu.etaxonomy.taxeditor.preference.externalServicesPreferences"
648
         name="%page.name.54">
649
   </page>
650
   <page
651
         category="eu.etaxonomy.taxeditor.preferences.general"
652
         class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
653
         id="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
654
         name="%page.name.55">
655
   </page>
656
   <page
657
         category="eu.etaxonomy.taxeditor.preferences.general"
658
         class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
659
         id="eu.etaxonomy.taxeditor.preference.searchPreferences"
660
         name="%page.name.56">
661
   </page>
662
    <page
663
         category="eu.etaxonomy.taxeditor.preference.searchPreferences"
664
         class="eu.etaxonomy.taxeditor.preference.TaxonSearchPreferences"
665
         id="eu.etaxonomy.taxeditor.preference.taxonSearchPreferences"
666
         name="%page.name.57">
667
   </page>
668
   
669
   
670
</extension>
671
<extension
672
      point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
673
   <!-- <page
674
         class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralAdminPreferences"
675
         id="eu.etaxonomy.taxeditor.preferences.general"
676
         name="%page.name">
677
   </page>  -->
678
   <page
679
         category="eu.etaxonomy.taxeditor.preferences.general"
680
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.GeneralAdminPreferencePage"
681
         id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
682
         name="%page.name.50">
683
   </page>
684
   <!--<page 
685
         category="eu.etaxonomy.taxeditor.preferences.general"
686
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionAdminPreferences"
687
         id="eu.etaxonomy.taxeditor.store.distribution"
688
         name="%page.name.100">
689
   </page>-->
690
    <page 
691
         category="eu.etaxonomy.taxeditor.preferences.general"
692
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralAdminPreference"
693
         id="eu.etaxonomy.taxeditor.store.checklist"
694
         name="%page.name.21">
695
   </page>
696
   <page
697
         category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
698
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProvider"
699
         id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
700
         name="%page.name.41">
701
   </page>
702
   <page
703
         category="eu.etaxonomy.taxeditor.preferences.general"
704
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.VocabularyAdminPreferences"
705
         id="eu.etaxonomy.taxeditor.store.vocabularyAdminPreference"
706
         name="%page.name.47">
707
   </page>
708
    <page
709
         category="eu.etaxonomy.taxeditor.preferences.general"
710
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SpecimenAdminPreferences"
711
         id="eu.etaxonomy.taxeditor.store.specimenAdminPreferences"
712
         name="%page.name.45">
713
   </page>
714
   <page
715
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
716
         id="eu.etaxonomy.taxeditor.preferences.general"
717
         name="%page.name.42">
718
   </page>
719
    <page
720
        category="eu.etaxonomy.taxeditor.preferences.general"
721
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.PublishFlagPreference"
722
         id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
723
         name="%page.name.46">
724
   </page>
725
   <page
726
         category="eu.etaxonomy.taxeditor.preferences.general"
727
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodePreferences"
728
         id="eu.etaxonomy.taxeditor.store.page2"
729
         name="%page.name.43">
730
   </page>
731
   <page
732
         category="eu.etaxonomy.taxeditor.preferences.general"
733
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewAdminConfiguration"
734
         id="eu.etaxonomy.taxeditor.store.scientificNameDetails"
735
         name="%page.name.44">
736
   </page>
737
   <page
738
         category="eu.etaxonomy.taxeditor.preferences.general"
739
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportPreference"
740
         id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
741
         name="%page.name.40">
742
   </page>
743
</extension>
744
</plugin>
(3-3/4)