Project

General

Profile

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