Project

General

Profile

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