Project

General

Profile

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