Project

General

Profile

Download (40.1 KB) Statistics
| Branch: | Tag: | Revision:
1 e8409423 n.hoffmann
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.2"?>
3
<plugin>
4 2f9887be Katja Luther
   <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 4f857230 Katja Luther
   <extension-point id="eu.etaxonomy.taxeditor.store.adminPreferencePage" name="%extension-point.name.1" schema="schema/eu.etaxonomy.taxeditor.store.adminPreferencePage.exsd"/>
7 e8409423 n.hoffmann
   <extension
8
         point="org.eclipse.ui.menus">
9 a928ae44 n.hoffmann
      <menuContribution
10
            locationURI="toolbar:org.eclipse.ui.trim.status">
11
         <toolbar
12
               id="eu.etaxonomy.taxeditor.store.authentication.trim.toolbar">
13
            <control
14 f211dd28 n.hoffmann
                  class="eu.etaxonomy.taxeditor.ui.bar.AuthenticatedUserBar">
15 a928ae44 n.hoffmann
            </control>
16
         </toolbar>
17
      </menuContribution>
18 e8409423 n.hoffmann
   </extension>
19 f211dd28 n.hoffmann
   <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 4db49a38 Alexander Oppermann
            name="%wizard.name.10">
27 f211dd28 n.hoffmann
      </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 4db49a38 Alexander Oppermann
            name="%wizard.name.11">
34 f211dd28 n.hoffmann
      </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 4db49a38 Alexander Oppermann
            name="%wizard.name.12">
41 f211dd28 n.hoffmann
      </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 4db49a38 Alexander Oppermann
            name="%wizard.name.13">
48 f211dd28 n.hoffmann
      </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 4db49a38 Alexander Oppermann
            name="%wizard.name.14">
55 f211dd28 n.hoffmann
      </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 4db49a38 Alexander Oppermann
            name="%wizard.name.15">
62 f211dd28 n.hoffmann
      </wizard>
63
      <category
64
            id="eu.etaxonomy.taxeditor.new.category.cdm"
65 4db49a38 Alexander Oppermann
            name="%category.name.2">
66 f211dd28 n.hoffmann
      </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 4db49a38 Alexander Oppermann
            name="%wizard.name.16">
73 f211dd28 n.hoffmann
      </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 4db49a38 Alexander Oppermann
            name="%wizard.name.17">
81 f211dd28 n.hoffmann
      </wizard>
82
   </extension>
83 3eb913da n.hoffmann
<extension
84
      point="org.eclipse.core.expressions.propertyTesters">
85
   <propertyTester
86 f211dd28 n.hoffmann
         class="eu.etaxonomy.taxeditor.view.datasource.handler.DataSourceMenuPropertyTester"
87 3eb913da n.hoffmann
         id="eu.etaxonomy.taxeditor.datasource.propertyTester"
88
         namespace="eu.etaxonomy.taxeditor.datasource.propertyTester"
89
         properties="isCompatible"
90
         type="org.eclipse.jface.viewers.IStructuredSelection">
91 50fa099c Katja Luther
   </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 d45bc597 Patrick Plitzner
         properties="test, hasDataModel"
97 50fa099c Katja Luther
         type="org.eclipse.jface.viewers.IStructuredSelection">
98 3eb913da n.hoffmann
   </propertyTester>
99 57e6fef9 n.hoffmann
   <propertyTester
100
         class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
101 b3b6bf8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
102
         namespace="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
103 69be3e73 Katja Luther
         properties="isShowExperimentalFeatures, isChecklistEditorEnabled, isShowIOMenuEnabled, isShowSpecimenMenuEnabled"
104 b3b6bf8f Patrick Plitzner
         type="java.lang.Object">
105 57e6fef9 n.hoffmann
   </propertyTester>
106 b9a0d300 l.morris
   <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 3692b5bf Andreas Kohlbecker
   <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 0800831b Patrick Plitzner
   <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 3eb913da n.hoffmann
</extension>
128
<extension
129
      point="org.eclipse.core.expressions.definitions">
130
   <definition
131
         id="isCompatible">
132
      <with
133 f41433b9 a.theys
            variable="selection">
134 3eb913da n.hoffmann
         <test
135
               property="eu.etaxonomy.taxeditor.datasource.propertyTester.isCompatible">
136
         </test>
137
      </with>
138
   </definition>
139 d45bc597 Patrick Plitzner
   <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 57e6fef9 n.hoffmann
   <definition
149
         id="isShowExperimentalFeatures">
150 b3b6bf8f Patrick Plitzner
      <test
151
            property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowExperimentalFeatures">
152
      </test>
153 57e6fef9 n.hoffmann
   </definition>
154 3b975922 Katja Luther
   <definition
155
         id="isShowIOMenuEnabled">
156
      <test
157
            property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowIOMenuEnabled">
158
      </test>
159
   </definition>
160 69be3e73 Katja Luther
   <definition
161
         id="isShowSpecimenMenuEnabled">
162
      <test
163
            property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowSpecimenMenuEnabled">
164
      </test>
165
   </definition>
166 b9a0d300 l.morris
   <definition
167
         id="isModifiable">
168
      <with
169 f41433b9 a.theys
            variable="selection">
170 b9a0d300 l.morris
         <test
171
               property="eu.etaxonomy.taxeditor.store.termEditor.propertyTester.isModifiable">
172
         </test>
173
      </with>
174
   </definition>
175 3692b5bf Andreas Kohlbecker
   <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 45716169 Andreas Kohlbecker
            <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 3692b5bf Andreas Kohlbecker
      </definition>
241 ef32cd3e Patrick Plitzner
      <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 1e61fa5c Katja Luther
          <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 b3b6bf8f Patrick Plitzner
      <definition
275
            id="isChecklistEditorEnabled">
276
         <test
277
               property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
278
         </test>
279
      </definition>
280 0800831b Patrick Plitzner
      <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 3692b5bf Andreas Kohlbecker
</extension>
290
<extension
291
      point="org.eclipse.ui.activities">
292
   <activity
293 4633f830 Katja Luther
         description="%activity.description"
294 3692b5bf Andreas Kohlbecker
         id="eu.etaxonomy.taxeditor.store.activityDelete"
295 4633f830 Katja Luther
         name="%activity.name">
296 3692b5bf Andreas Kohlbecker
      <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 4633f830 Katja Luther
         description="%activity.description.0"
308 3692b5bf Andreas Kohlbecker
         id="eu.etaxonomy.taxeditor.store.activityUpdate"
309 4633f830 Katja Luther
         name="%activity.name.0">
310 3692b5bf Andreas Kohlbecker
      <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 4633f830 Katja Luther
         description="%activity.description.1"
322 3692b5bf Andreas Kohlbecker
         id="eu.etaxonomy.taxeditor.store.activityCreate"
323 4633f830 Katja Luther
         name="%activity.name.1">
324 3692b5bf Andreas Kohlbecker
      <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 4633f830 Katja Luther
         description="%activity.description.2"
336 3692b5bf Andreas Kohlbecker
         id="eu.etaxonomy.taxeditor.store.activityUserManagement"
337 4633f830 Katja Luther
         name="%activity.name.2">
338 3692b5bf Andreas Kohlbecker
      <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 45716169 Andreas Kohlbecker
   <activityPatternBinding
349
         activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
350
         pattern="eu\.etaxonomy\.taxeditor\..*/bulkeditor\.input\.group">
351
   </activityPatternBinding>
352
   <activity
353 4633f830 Katja Luther
         description="%activity.description.3"
354 45716169 Andreas Kohlbecker
         id="eu.etaxonomy.taxeditor.store.activityProjectManagement"
355 4633f830 Katja Luther
         name="%activity.name.3">
356 45716169 Andreas Kohlbecker
      <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 c09bbef0 Andreas Kohlbecker
   <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 45716169 Andreas Kohlbecker
</extension>
377
<extension
378
      point="org.eclipse.ui.services">
379
   <sourceProvider
380 87bae5e8 Andreas Kohlbecker
         provider="eu.etaxonomy.taxeditor.security.AuthenticationSourceProvider">
381 45716169 Andreas Kohlbecker
      <variable
382
            name="eu.etaxonomy.taxeditor.security.userRoles"
383
            priorityLevel="workbench">
384
      </variable>
385
   </sourceProvider>
386 3eb913da n.hoffmann
</extension>
387 124382f7 Patrick Plitzner
<extension
388
      point="eu.etaxonomy.taxeditor.store.cdmViewer">
389
   <viewCommandMapping
390
         commandId="eu.etaxonomy.taxeditor.command.openClassificationWizard"
391 0db2412a Patrick Plitzner
         selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
392 d1dfc43d Patrick Plitzner
         viewerName="%viewCommandMapping.viewerName.CLASSIFICATION_WIZARD">
393 124382f7 Patrick Plitzner
   </viewCommandMapping>
394 07e50557 Katja Luther
   <viewCommandMapping
395
         commandId="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
396
         selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
397 d1dfc43d Patrick Plitzner
         viewerName="%viewCommandMapping.viewerName.TAXON_NODE_WIZARD">
398 07e50557 Katja Luther
   </viewCommandMapping>
399 124382f7 Patrick Plitzner
</extension>
400 0f8746c6 Patrick Plitzner
<extension
401 bb1d1762 Patrick Plitzner
      id="eu.etaxonomy.taxeditor.store.workbench.model"
402 2f9887be Katja Luther
      name="%extension.name.2"
403 0f8746c6 Patrick Plitzner
      point="org.eclipse.e4.workbench.model">
404
   <fragment
405
         apply="always"
406
         uri="fragment.e4xmi">
407
   </fragment>
408
</extension>
409 008ebe8f Patrick Plitzner
<extension
410 672874ab Patrick Plitzner
      point="eu.etaxonomy.taxeditor.store.preferencePage">
411 d147dfd6 Katja Luther
    <page
412 008ebe8f Patrick Plitzner
         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 d147dfd6 Katja Luther
    </page>
417
    <page
418
         category="eu.etaxonomy.taxeditor.preferences.general"
419
         class="eu.etaxonomy.taxeditor.preference.IOPreferences"
420 abe2817d Katja Luther
         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 d147dfd6 Katja Luther
         id="eu.etaxonomy.taxeditor.store.IOPreferences"
427
         name="%page.name.140">
428
    </page>
429
    <page
430 abe2817d Katja Luther
         category="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
431 d147dfd6 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.AbcdImportPreference"
432
         id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
433
         name="%page.name.40">
434
    </page>
435
    <page
436 905236e8 Katja Luther
         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 d147dfd6 Katja Luther
    </page>
441
    <page
442 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
443
         id="eu.etaxonomy.taxeditor.preferences.general"
444
         name="%page.name">
445 d147dfd6 Katja Luther
    </page>
446
    <page
447 008ebe8f Patrick Plitzner
         category="eu.etaxonomy.taxeditor.preferences.general"
448 f2a17eb8 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.FactualDataPreference"
449 008ebe8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preferences.description"
450
         name="%page.name.0">
451 d147dfd6 Katja Luther
    </page>
452 f2a17eb8 Katja Luther
    <page
453 6cd56d5e Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
454 f2a17eb8 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
455
         id="eu.etaxonomy.taxeditor.preferences.termEditor"
456
         name="%page.name.101">
457 008ebe8f Patrick Plitzner
   </page>
458 69bb9d71 Katja Luther
   <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 008ebe8f Patrick Plitzner
   <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 63732a7c Katja Luther
   </page>
471 8a7e7d33 Katja Luther
    <!--<page
472 63732a7c Katja Luther
         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 8a7e7d33 Katja Luther
   </page>-->
477 a4f3f99c Katja Luther
   <!--<page
478 008ebe8f Patrick Plitzner
         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 a4f3f99c Katja Luther
   </page>-->
483 6c029f30 Katja Luther
    <page
484 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.searchPreferences"
485
         class="eu.etaxonomy.taxeditor.preference.SearchDialogPreferences"
486
         id="eu.etaxonomy.taxeditor.preferences.searchDialog"
487 6c029f30 Katja Luther
         name="%page.name.48">
488 008ebe8f Patrick Plitzner
   </page>
489
   <page
490 00e51d7a Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
491 c9bb625e Katja Luther
         class="eu.etaxonomy.taxeditor.preference.NomenclaturalCodePreferences"
492 008ebe8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
493
         name="%page.name.4">
494
   </page>
495
   <page
496 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
497 a4f3f99c Katja Luther
         class="eu.etaxonomy.taxeditor.preference.RankPreference"
498 008ebe8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preferences.ranks"
499
         name="%page.name.5">
500
   </page>
501
   <page
502 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
503 a4f3f99c Katja Luther
         class="eu.etaxonomy.taxeditor.preference.NomenclaturalStatusTypePreferences"
504 008ebe8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
505
         name="%page.name.6">
506
   </page>
507
   <page
508 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
509 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
510
         id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
511
         name="%page.name.7">
512
   </page>
513
   <page
514 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
515 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
516
         id="taxeditor-store.page1"
517
         name="%page.name.8">
518
   </page>
519
   <page
520 905236e8 Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
521 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
522
         id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
523
         name="%page.name.9">
524
   </page>
525
   <page
526 905236e8 Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
527 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
528
         id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
529
         name="%page.name.13">
530
   </page>
531
   <page
532 f2a17eb8 Katja Luther
         category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
533 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
534
         id="eu.etaxonomy.taxeditor.preferences.languages"
535
         name="%page.name.10">
536
   </page>
537
   <page
538 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
539 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
540
         id="eu.etaxonomy.taxeditor.preferences.markerTypes"
541
         name="%page.name.11">
542
   </page>
543
   <page
544 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
545 008ebe8f Patrick Plitzner
         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 2f9887be Katja Luther
         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 008ebe8f Patrick Plitzner
         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 f2a17eb8 Katja Luther
         id="eu.etaxonomy.taxeditor.preferences.matching.reference"
577 008ebe8f Patrick Plitzner
         name="%page.name.17">
578
   </page>
579
   <page
580
         category="eu.etaxonomy.taxeditor.preferences.matching"
581
         class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
582 f2a17eb8 Katja Luther
         id="eu.etaxonomy.taxeditor.preferences.matching.teamOrPerson"
583 008ebe8f Patrick Plitzner
         name="%page.name.18">
584
   </page>
585 905236e8 Katja Luther
   <!--  <page
586 008ebe8f Patrick Plitzner
         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 905236e8 Katja Luther
   </page>-->
591
  <!--  <page
592 008ebe8f Patrick Plitzner
         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 905236e8 Katja Luther
   </page> -->
597 008ebe8f Patrick Plitzner
   <page
598 f2a17eb8 Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.description"
599 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
600
         id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
601
         name="%page.name.22">
602
   </page>
603 d147dfd6 Katja Luther
   <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 008ebe8f Patrick Plitzner
   <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 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.externalServicesPreferences"
617 008ebe8f Patrick Plitzner
         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 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
629 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
630
         id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
631
         name="%page.name.27">
632
   </page>
633 198c9340 Katja Luther
    <page
634 694478ab Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.description"
635 198c9340 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
636
         id="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
637
         name="%page.name.104">
638
   </page>
639
   <page
640 694478ab Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
641 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
642
         id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
643
         name="%page.name.28">
644 198c9340 Katja Luther
   </page>
645
    <page
646
         category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
647 e7cdc2fb Katja Luther
         class="eu.etaxonomy.taxeditor.preference.DistributionStatusPreferencePage"
648
         id="eu.etaxonomy.taxeditor.preference.DistributionStatusPreferencePage"
649 198c9340 Katja Luther
         name="%page.name.105">
650 008ebe8f Patrick Plitzner
   </page>
651 4bff1cd7 Katja Luther
   <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 e7cdc2fb Katja Luther
   <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 008ebe8f Patrick Plitzner
   <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 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
671 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
672
         id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
673
         name="%page.name.32">
674
   </page>
675 185eb33b Katja Luther
   <page
676
         category="eu.etaxonomy.taxeditor.preferences.general"
677
         class="eu.etaxonomy.taxeditor.preference.GeneralPreferencePage"
678
         id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
679 b5776641 Katja Luther
         name="%page.name.38">
680 185eb33b Katja Luther
   </page>
681 e398666b Katja Luther
  <page
682 2f9887be Katja Luther
         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 e398666b Katja Luther
   </page>
687 2f9887be Katja Luther
   <page
688
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
689
         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
690
         id="eu.etaxonomy.taxeditor.preferences.nameDetailsUI"
691 b5776641 Katja Luther
         name="%page.name.102">
692 2f9887be Katja Luther
   </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 6ff64c46 Katja Luther
   </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 2f9887be Katja Luther
   </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 2de8ed33 Katja Luther
    <page
748
          category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
749
          class="eu.etaxonomy.taxeditor.preference.menu.CommonNameLanguagePreferences"
750
          id="eu.etaxonomy.taxeditor.preferences.commonnamelanguages"
751 1b16a0e4 Katja Luther
          name="%page.name.58">
752 2de8ed33 Katja Luther
    </page>
753 63732a7c Katja Luther
    <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 b91b98c5 Patrick Plitzner
    <page
760 69bb9d71 Katja Luther
          category="eu.etaxonomy.taxeditor.preferences.supplemental"
761 b91b98c5 Patrick Plitzner
          class="eu.etaxonomy.taxeditor.preference.SupplementalDataSourcePreferences"
762
          id="eu.etaxonomy.taxeditor.preferences.supplementalDataSourcePreferences"
763 ddaac84e Patrick Plitzner
          name="%page.name.sources">
764 b91b98c5 Patrick Plitzner
    </page>
765 2f9887be Katja Luther
   
766
   
767 008ebe8f Patrick Plitzner
</extension>
768 3f7d14c1 Katja Luther
<extension
769
      point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
770 69213a6e Katja Luther
      <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 905236e8 Katja Luther
      <page
777
            category="eu.etaxonomy.taxeditor.preferences.general"
778 e056e66e Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.FactualDataAdminPreferencePage"
779 905236e8 Katja Luther
            id="eu.etaxonomy.taxeditor.preferences.description"
780
            name="%page.name.0">
781
      </page>
782 69213a6e Katja Luther
      <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 905236e8 Katja Luther
      <page
795
            category="eu.etaxonomy.taxeditor.preferences.description"
796 8a7e7d33 Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameFeatureAdminMenuPreference"
797
            id="eu.etaxonomy.taxeditor.preferences.nameAdminFeature"
798
            name="%page.name.59">
799 905236e8 Katja Luther
      </page>
800 69213a6e Katja Luther
      <page
801 905236e8 Katja Luther
            category="eu.etaxonomy.taxeditor.preferences.description"
802 8a7e7d33 Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.FeatureAdminMenuPreference"
803
            id="eu.etaxonomy.taxeditor.preferences.adminFeature"
804
            name="%page.name.1">
805 905236e8 Katja Luther
      </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 69213a6e Katja Luther
      <page 
819 694478ab Katja Luther
            category="eu.etaxonomy.taxeditor.preferences.description"
820 69213a6e Katja Luther
            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 694478ab Katja Luther
            category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
844 69213a6e Katja Luther
            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 d147dfd6 Katja Luther
       <page
908 69213a6e Katja Luther
            category="eu.etaxonomy.taxeditor.preferences.general"
909 d147dfd6 Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.IOAdminPreferences"
910
            id="eu.etaxonomy.taxeditor.store.IOPreference"
911
            name="%page.name.140">
912
      </page>
913 abe2817d Katja Luther
      <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 d147dfd6 Katja Luther
      <page
920
            category="eu.etaxonomy.taxeditor.store.IOPreference"
921 69213a6e Katja Luther
            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 942f6e18 Katja Luther
            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 69213a6e Katja Luther
            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 3f7d14c1 Katja Luther
</extension>
968 e8409423 n.hoffmann
</plugin>