Project

General

Profile

Download (45.1 KB) Statistics
| Branch: | Tag: | Revision:
1 e8409423 n.hoffmann
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.2"?>
3
<plugin>
4 2f9887be Katja Luther
   <extension-point id="eu.etaxonomy.taxeditor.store.cdmViewer" name="%extension-point.name.2" schema="schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd"/>
5
   <extension-point id="eu.etaxonomy.taxeditor.store.preferencePage" name="%extension-point.name.3" schema="schema/eu.etaxonomy.taxeditor.store.preferencePage.exsd"/>
6 4f857230 Katja Luther
   <extension-point id="eu.etaxonomy.taxeditor.store.adminPreferencePage" name="%extension-point.name.1" schema="schema/eu.etaxonomy.taxeditor.store.adminPreferencePage.exsd"/>
7 e8409423 n.hoffmann
   <extension
8
         point="org.eclipse.ui.menus">
9 a928ae44 n.hoffmann
      <menuContribution
10
            locationURI="toolbar:org.eclipse.ui.trim.status">
11
         <toolbar
12
               id="eu.etaxonomy.taxeditor.store.authentication.trim.toolbar">
13
            <control
14 f211dd28 n.hoffmann
                  class="eu.etaxonomy.taxeditor.ui.bar.AuthenticatedUserBar">
15 a928ae44 n.hoffmann
            </control>
16
         </toolbar>
17
      </menuContribution>
18 e8409423 n.hoffmann
   </extension>
19 f211dd28 n.hoffmann
   <extension
20
         point="org.eclipse.ui.newWizards">
21
      <wizard
22
            category="eu.etaxonomy.taxeditor.new.category.cdm"
23
            class="eu.etaxonomy.taxeditor.newWizard.NewReferenceWizard"
24
            hasPages="true"
25
            id="eu.etaxonomy.taxeditor.new.reference"
26 4db49a38 Alexander Oppermann
            name="%wizard.name.10">
27 f211dd28 n.hoffmann
      </wizard>
28
      <wizard
29
            category="eu.etaxonomy.taxeditor.new.category.cdm"
30
            class="eu.etaxonomy.taxeditor.newWizard.NewNonViralNameWizard"
31
            hasPages="true"
32
            id="eu.etaxonomy.taxeditor.new.nonViralName"
33 4db49a38 Alexander Oppermann
            name="%wizard.name.11">
34 f211dd28 n.hoffmann
      </wizard>
35
      <wizard
36
            category="eu.etaxonomy.taxeditor.new.category.cdm"
37
            class="eu.etaxonomy.taxeditor.newWizard.NewTeamWizard"
38
            hasPages="true"
39
            id="eu.etaxonomy.taxeditor.new.team"
40 4db49a38 Alexander Oppermann
            name="%wizard.name.12">
41 f211dd28 n.hoffmann
      </wizard>
42
      <wizard
43
            category="eu.etaxonomy.taxeditor.new.category.cdm"
44
            class="eu.etaxonomy.taxeditor.newWizard.NewPersonWizard"
45
            hasPages="true"
46
            id="eu.etaxonomy.taxeditor.new.person"
47 4db49a38 Alexander Oppermann
            name="%wizard.name.13">
48 f211dd28 n.hoffmann
      </wizard>
49
      <wizard
50
            category="eu.etaxonomy.taxeditor.new.category.cdm"
51
            class="eu.etaxonomy.taxeditor.newWizard.NewDerivedUnitBaseWizard"
52
            hasPages="true"
53
            id="eu.etaxonomy.taxeditor.new.specimen"
54 4db49a38 Alexander Oppermann
            name="%wizard.name.14">
55 f211dd28 n.hoffmann
      </wizard>
56
      <wizard
57
            category="eu.etaxonomy.taxeditor.new.category.cdm"
58
            class="eu.etaxonomy.taxeditor.newWizard.NewPolytomousKeyWizard"
59
            hasPages="true"
60
            id="eu.etaxonomy.taxeditor.new.key.polytomous"
61 4db49a38 Alexander Oppermann
            name="%wizard.name.15">
62 f211dd28 n.hoffmann
      </wizard>
63
      <category
64
            id="eu.etaxonomy.taxeditor.new.category.cdm"
65 4db49a38 Alexander Oppermann
            name="%category.name.2">
66 f211dd28 n.hoffmann
      </category>
67
      <wizard
68
            category="eu.etaxonomy.taxeditor.new.category.cdm"
69
            class="eu.etaxonomy.taxeditor.newWizard.NewTaxonNodeWizard"
70
            hasPages="true"
71
            id="eu.etaxonomy.taxeditor.new.taxonNode"
72 4db49a38 Alexander Oppermann
            name="%wizard.name.16">
73 f211dd28 n.hoffmann
      </wizard>
74
      <wizard
75
            category="eu.etaxonomy.taxeditor.new.category.cdm"
76
            class="eu.etaxonomy.taxeditor.newWizard.NewClassificationWizard"
77
            hasPages="true"
78
            icon="icons/tree_icon_small.jpg"
79
            id="eu.etaxonomy.taxeditor.new.classification"
80 4db49a38 Alexander Oppermann
            name="%wizard.name.17">
81 f211dd28 n.hoffmann
      </wizard>
82
   </extension>
83 3eb913da n.hoffmann
<extension
84
      point="org.eclipse.core.expressions.propertyTesters">
85
   <propertyTester
86 f211dd28 n.hoffmann
         class="eu.etaxonomy.taxeditor.view.datasource.handler.DataSourceMenuPropertyTester"
87 3eb913da n.hoffmann
         id="eu.etaxonomy.taxeditor.datasource.propertyTester"
88
         namespace="eu.etaxonomy.taxeditor.datasource.propertyTester"
89
         properties="isCompatible"
90
         type="org.eclipse.jface.viewers.IStructuredSelection">
91 50fa099c Katja Luther
   </propertyTester>
92
    <propertyTester
93
         class="eu.etaxonomy.taxeditor.view.datasource.handler.DataSourceMenuPropertyTester"
94
         id="eu.etaxonomy.taxeditor.datasource.propertyTester"
95
         namespace="eu.etaxonomy.taxeditor.datasource.propertyTester"
96 d45bc597 Patrick Plitzner
         properties="test, hasDataModel"
97 50fa099c Katja Luther
         type="org.eclipse.jface.viewers.IStructuredSelection">
98 3eb913da n.hoffmann
   </propertyTester>
99 57e6fef9 n.hoffmann
   <propertyTester
100
         class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
101 b3b6bf8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
102
         namespace="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
103 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 1a182481 Katja Luther
         class="eu.etaxonomy.taxeditor.termtree.TermTreePropertyTester"
122 843dce37 Katja Luther
         id="eu.etaxonomy.taxeditor.termtree.TermTreePropertyTester"
123
         namespace="eu.etaxonomy.taxeditor.termtree.TermTreePropertyTester"
124 44000ac1 Katja Luther
         properties="isTermTree"
125 0800831b Patrick Plitzner
         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 44000ac1 Katja Luther
    <viewCommandMapping
412 070a27a4 Katja Luther
         commandId="eu.etaxonomy.taxeditor.store.command.OpenDefinedTermEditor"
413
         selection="eu.etaxonomy.cdm.model.term.DefinedTermBase"
414 44000ac1 Katja Luther
         viewerName="Vocabulary">
415
   </viewCommandMapping>
416 124382f7 Patrick Plitzner
</extension>
417 0f8746c6 Patrick Plitzner
<extension
418 bb1d1762 Patrick Plitzner
      id="eu.etaxonomy.taxeditor.store.workbench.model"
419 2f9887be Katja Luther
      name="%extension.name.2"
420 0f8746c6 Patrick Plitzner
      point="org.eclipse.e4.workbench.model">
421
   <fragment
422
         apply="always"
423
         uri="fragment.e4xmi">
424
   </fragment>
425
</extension>
426 008ebe8f Patrick Plitzner
<extension
427 672874ab Patrick Plitzner
      point="eu.etaxonomy.taxeditor.store.preferencePage">
428 d147dfd6 Katja Luther
    <page
429 008ebe8f Patrick Plitzner
         category="eu.etaxonomy.taxeditor.preferences.general"
430
         class="eu.etaxonomy.taxeditor.preference.DebugPreferences"
431
         id="eu.etaxonomy.taxeditor.preference.DebugPreferences"
432
         name="%page.name.34">
433 d147dfd6 Katja Luther
    </page>
434
    <page
435
         category="eu.etaxonomy.taxeditor.preferences.general"
436
         class="eu.etaxonomy.taxeditor.preference.IOPreferences"
437 abe2817d Katja Luther
         id="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
438
         name="%page.name.140">
439
    </page>
440
    <page
441
         category="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
442
         class="eu.etaxonomy.taxeditor.preference.IOPreferences"
443 d147dfd6 Katja Luther
         id="eu.etaxonomy.taxeditor.store.IOPreferences"
444
         name="%page.name.140">
445
    </page>
446
    <page
447 abe2817d Katja Luther
         category="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
448 d147dfd6 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.AbcdImportPreference"
449
         id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
450
         name="%page.name.40">
451 cb6764ac Katja Luther
    </page>
452 43e9fd92 Katja Luther
  <!--   <page
453 cb6764ac Katja Luther
         category="eu.etaxonomy.taxeditor.store.IOPreferencesGeneral"
454
         class="eu.etaxonomy.taxeditor.preference.CdmLightExportPreference"
455
         id="eu.etaxonomy.taxeditor.store.cdmLightExportPreference"
456
         name="%page.name.142">
457 43e9fd92 Katja Luther
    </page>-->
458 d147dfd6 Katja Luther
    <page
459 905236e8 Katja Luther
         category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
460
         class="eu.etaxonomy.taxeditor.preference.AbcdImportProvider"
461
         id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
462
         name="%page.name.41">
463 d147dfd6 Katja Luther
    </page>
464
    <page
465 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
466
         id="eu.etaxonomy.taxeditor.preferences.general"
467
         name="%page.name">
468 d147dfd6 Katja Luther
    </page>
469
    <page
470 008ebe8f Patrick Plitzner
         category="eu.etaxonomy.taxeditor.preferences.general"
471 f2a17eb8 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.FactualDataPreference"
472 008ebe8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preferences.description"
473
         name="%page.name.0">
474 d147dfd6 Katja Luther
    </page>
475 f2a17eb8 Katja Luther
    <page
476 6cd56d5e Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
477 f2a17eb8 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
478
         id="eu.etaxonomy.taxeditor.preferences.termEditor"
479
         name="%page.name.101">
480 008ebe8f Patrick Plitzner
   </page>
481 e84897d0 Katja Luther
   <page
482
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
483
         class="eu.etaxonomy.taxeditor.preference.TermTreePreference"
484
         id="eu.etaxonomy.taxeditor.preferences.termTreeEditor"
485
         name="%page.name.201">
486
   </page>
487 69bb9d71 Katja Luther
   <page
488
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
489
         class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
490
         id="eu.etaxonomy.taxeditor.preferences.supplemental"
491
         name="%view.name.3">
492
   </page>
493
   
494 008ebe8f Patrick Plitzner
   <page
495
         category="eu.etaxonomy.taxeditor.preferences.description"
496
         class="eu.etaxonomy.taxeditor.preference.menu.FeatureMenuPreferences"
497
         id="eu.etaxonomy.taxeditor.preferences.feature"
498
         name="%page.name.1">
499 63732a7c Katja Luther
   </page>
500 8a7e7d33 Katja Luther
    <!--<page
501 63732a7c Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.description"
502
         class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreferences"
503
         id="eu.etaxonomy.taxeditor.preferences.nameFeature"
504
         name="%page.name.59">
505 8a7e7d33 Katja Luther
   </page>-->
506 a4f3f99c Katja Luther
   <!--<page
507 008ebe8f Patrick Plitzner
         category="eu.etaxonomy.taxeditor.preferences.description"
508
         class="eu.etaxonomy.taxeditor.preference.menu.PresenceAbsenceMenuPreferences"
509
         id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
510
         name="%page.name.2">
511 a4f3f99c Katja Luther
   </page>-->
512 6c029f30 Katja Luther
    <page
513 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.searchPreferences"
514
         class="eu.etaxonomy.taxeditor.preference.SearchDialogPreferences"
515
         id="eu.etaxonomy.taxeditor.preferences.searchDialog"
516 6c029f30 Katja Luther
         name="%page.name.48">
517 008ebe8f Patrick Plitzner
   </page>
518
   <page
519 00e51d7a Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
520 c9bb625e Katja Luther
         class="eu.etaxonomy.taxeditor.preference.NomenclaturalCodePreferences"
521 008ebe8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
522
         name="%page.name.4">
523
   </page>
524
   <page
525 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
526 a4f3f99c Katja Luther
         class="eu.etaxonomy.taxeditor.preference.RankPreference"
527 008ebe8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preferences.ranks"
528
         name="%page.name.5">
529
   </page>
530
   <page
531 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
532 a4f3f99c Katja Luther
         class="eu.etaxonomy.taxeditor.preference.NomenclaturalStatusTypePreferences"
533 008ebe8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
534
         name="%page.name.6">
535
   </page>
536
   <page
537 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
538 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
539
         id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
540
         name="%page.name.7">
541
   </page>
542
   <page
543 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
544 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
545
         id="taxeditor-store.page1"
546
         name="%page.name.8">
547
   </page>
548
   <page
549 905236e8 Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
550 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
551
         id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
552
         name="%page.name.9">
553
   </page>
554
   <page
555 905236e8 Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
556 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
557
         id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
558
         name="%page.name.13">
559
   </page>
560
   <page
561 4b186567 Katja Luther
         category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
562 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
563
         id="eu.etaxonomy.taxeditor.preferences.languages"
564
         name="%page.name.10">
565
   </page>
566
   <page
567 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
568 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
569
         id="eu.etaxonomy.taxeditor.preferences.markerTypes"
570
         name="%page.name.11">
571
   </page>
572
   <page
573 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
574 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
575
         id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
576
         name="%page.name.12">
577
   </page>
578
   <page
579
         category="eu.etaxonomy.taxeditor.preferences.description"
580
         class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuPreferences"
581
         id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
582
         name="%page.name.14">
583
   </page>
584
   <page
585
         category="eu.etaxonomy.taxeditor.preferences.general"
586 2f9887be Katja Luther
         class="eu.etaxonomy.taxeditor.preference.ExperimentalFeaturesPreferences"
587
         id="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
588
         name="%page.name.49">
589
   </page>
590
   <page
591
         category="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
592 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
593
         id="eu.etaxonomy.taxeditor.preferences.matching"
594
         name="%page.name.15">
595
   </page>
596
   <page
597
         category="eu.etaxonomy.taxeditor.preferences.matching"
598
         class="eu.etaxonomy.taxeditor.preference.matching.NonViralNameMatchingPreference"
599
         id="eu.etaxonomy.taxeditor.preferences.matching.nonViralName"
600
         name="%page.name.16">
601
   </page>
602
   <page
603
         category="eu.etaxonomy.taxeditor.preferences.matching"
604
         class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
605 f2a17eb8 Katja Luther
         id="eu.etaxonomy.taxeditor.preferences.matching.reference"
606 008ebe8f Patrick Plitzner
         name="%page.name.17">
607
   </page>
608
   <page
609
         category="eu.etaxonomy.taxeditor.preferences.matching"
610
         class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
611 f2a17eb8 Katja Luther
         id="eu.etaxonomy.taxeditor.preferences.matching.teamOrPerson"
612 008ebe8f Patrick Plitzner
         name="%page.name.18">
613
   </page>
614 905236e8 Katja Luther
   <!--  <page
615 008ebe8f Patrick Plitzner
         category="eu.etaxonomy.taxeditor.preferences.description"
616
         class="eu.etaxonomy.taxeditor.preference.menu.StageMenuPreferences"
617
         id="eu.etaxonomy.taxeditor.preferences.stage"
618
         name="%page.name.19">
619 905236e8 Katja Luther
   </page>-->
620
  <!--  <page
621 008ebe8f Patrick Plitzner
         category="eu.etaxonomy.taxeditor.preferences.description"
622
         class="eu.etaxonomy.taxeditor.preference.menu.PreservationMethodMenuPreferences"
623
         id="eu.etaxonomy.taxeditor.preferences.preservationMethod"
624
         name="%page.name.20">
625 905236e8 Katja Luther
   </page> -->
626 008ebe8f Patrick Plitzner
   <page
627 f2a17eb8 Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.description"
628 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
629
         id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
630
         name="%page.name.22">
631
   </page>
632 d147dfd6 Katja Luther
   <page
633
         category="eu.etaxonomy.taxeditor.preferences.description"
634
         class="eu.etaxonomy.taxeditor.preference.CommonNameVocabularyPreferencePage"
635
         id="eu.etaxonomy.taxeditor.store.vocabularyPreference"
636
         name="%page.name.47">
637
   </page>
638 008ebe8f Patrick Plitzner
   <page
639 4b186567 Katja Luther
         category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
640 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.LanguageRepresentationPreferencePage"
641
         id="eu.etaxonomy.taxeditor.preferences.language"
642
         name="%page.name.23">
643
   </page>
644
   <page
645 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.externalServicesPreferences"
646 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.MobotOpenUrlPreferences"
647
         id="eu.etaxonomy.taxeditor.preferences.mobotOpenUrl"
648
         name="%page.name.24">
649
   </page>
650
   <page
651
         category="eu.etaxonomy.taxeditor.preferences.general"
652
         class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
653
         id="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
654
         name="%page.name.26">
655
   </page>
656
   <page
657 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
658 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
659
         id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
660
         name="%page.name.27">
661
   </page>
662 198c9340 Katja Luther
    <page
663 694478ab Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.description"
664 198c9340 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
665
         id="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
666
         name="%page.name.104">
667
   </page>
668 0ab60230 Katja Luther
   <page
669
         category="eu.etaxonomy.taxeditor.preferences.description"
670
         class="eu.etaxonomy.taxeditor.preference.EnableComputedDescriptions"
671
         id="eu.etaxonomy.taxeditor.preference.EnableComputedDescriptions"
672
         name="%page.name.computedDescriptions">
673
   </page>
674 198c9340 Katja Luther
   <page
675 694478ab Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
676 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
677
         id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
678
         name="%page.name.28">
679 198c9340 Katja Luther
   </page>
680
    <page
681
         category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
682 e7cdc2fb Katja Luther
         class="eu.etaxonomy.taxeditor.preference.DistributionStatusPreferencePage"
683
         id="eu.etaxonomy.taxeditor.preference.DistributionStatusPreferencePage"
684 198c9340 Katja Luther
         name="%page.name.105">
685 008ebe8f Patrick Plitzner
   </page>
686 4bff1cd7 Katja Luther
   <page
687 a0257f6e Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
688 4bff1cd7 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
689
         id="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
690
         name="%page.name.107">
691
   </page>
692 e7cdc2fb Katja Luther
   <page
693
         category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
694
         class="eu.etaxonomy.taxeditor.preference.NamedAreaVocabularyPreferencePage"
695
         id="eu.etaxonomy.taxeditor.preference.NamedAreaVocabularyPreferencePage"
696
         name="%page.name.106">
697
   </page>
698 008ebe8f Patrick Plitzner
   <page
699
         category="eu.etaxonomy.taxeditor.preferences.general"
700 4b186567 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.LanguagePreferences"
701
         id="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
702 8ec0ee52 Katja Luther
         name="%page.name.301">
703 4b186567 Katja Luther
   </page>
704
   <page
705
         category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
706 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.LanguageEditorPreferencePage"
707 4b186567 Katja Luther
         id="eu.etaxonomy.taxeditor.preference.defaultLanguageEditorPreferencePage"
708 008ebe8f Patrick Plitzner
         name="%page.name.30">
709
   </page>
710
   <page
711 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
712 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
713
         id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
714
         name="%page.name.32">
715
   </page>
716 185eb33b Katja Luther
   <page
717
         category="eu.etaxonomy.taxeditor.preferences.general"
718
         class="eu.etaxonomy.taxeditor.preference.GeneralPreferencePage"
719
         id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
720 b5776641 Katja Luther
         name="%page.name.38">
721 185eb33b Katja Luther
   </page>
722 e398666b Katja Luther
  <page
723 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
724
         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
725
         id="eu.etaxonomy.taxeditor.preferences.nameDetails"
726
         name="%page.name.36">
727 e398666b Katja Luther
   </page>
728 2f9887be Katja Luther
   <page
729
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
730
         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
731
         id="eu.etaxonomy.taxeditor.preferences.nameDetailsUI"
732 b5776641 Katja Luther
         name="%page.name.102">
733 2f9887be Katja Luther
   </page>
734
     <page
735
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
736
         class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
737
         id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
738
         name="%page.name.25">
739
   </page>
740
   <page
741
         category="eu.etaxonomy.taxeditor.preferences.general"
742
         class="eu.etaxonomy.taxeditor.preference.NamePreferences"
743
         id="eu.etaxonomy.taxeditor.preferences.namePreferences"
744
         name="%page.name.51">
745
   </page>
746
   <page
747
         category="eu.etaxonomy.taxeditor.preferences.general"
748
         class="eu.etaxonomy.taxeditor.preference.TaxonPreferences"
749
         id="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
750
         name="%page.name.52">
751 6ff64c46 Katja Luther
   </page>
752 44000ac1 Katja Luther
   <page
753 6ff64c46 Katja Luther
        category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
754
         class="eu.etaxonomy.taxeditor.preference.PublishFlagLocalPreference"
755
         id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
756
         name="%page.name.46">
757 2f9887be Katja Luther
   </page>
758 44000ac1 Katja Luther
   <page
759
        category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
760
         class="eu.etaxonomy.taxeditor.preference.SecundumReferenceHandling"
761
         id="eu.etaxonomy.taxeditor.preferences.secundumPreference"
762 f9c172a1 Katja Luther
         name="%page.name.secundum">
763 62b5eb57 Katja Luther
   </page>
764
    <page
765
        category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
766
         class="eu.etaxonomy.taxeditor.preference.TaxonPreferencesMisappliedNames"
767
         id="eu.etaxonomy.taxeditor.preferences.misappliedNames"
768
         name="%page.name.misappliedNames">
769 44000ac1 Katja Luther
   </page>
770 2f9887be Katja Luther
   <page
771
         category="eu.etaxonomy.taxeditor.preferences.general"
772
         class="eu.etaxonomy.taxeditor.preference.UIPreferences"
773
         id="eu.etaxonomy.taxeditor.preference.UIPreferences"
774
         name="%page.name.53">
775
   </page>
776
   <page
777
         category="eu.etaxonomy.taxeditor.preferences.general"
778
         class="eu.etaxonomy.taxeditor.preference.ExternalServicesPreferences"
779
         id="eu.etaxonomy.taxeditor.preference.externalServicesPreferences"
780
         name="%page.name.54">
781
   </page>
782
   <page
783
         category="eu.etaxonomy.taxeditor.preferences.general"
784
         class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
785
         id="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
786
         name="%page.name.55">
787
   </page>
788
   <page
789
         category="eu.etaxonomy.taxeditor.preferences.general"
790
         class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
791
         id="eu.etaxonomy.taxeditor.preference.searchPreferences"
792
         name="%page.name.56">
793
   </page>
794 a776a3cb Katja Luther
   <page
795 4b186567 Katja Luther
          category="eu.etaxonomy.taxeditor.preference.languageEditorPreferencePage"
796 2de8ed33 Katja Luther
          class="eu.etaxonomy.taxeditor.preference.menu.CommonNameLanguagePreferences"
797
          id="eu.etaxonomy.taxeditor.preferences.commonnamelanguages"
798 1b16a0e4 Katja Luther
          name="%page.name.58">
799 2de8ed33 Katja Luther
    </page>
800 63732a7c Katja Luther
    <page
801
          category="eu.etaxonomy.taxeditor.preferences.description"
802
          class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreference"
803
          id="eu.etaxonomy.taxeditor.preferences.feature2"
804
          name="%page.name.60">
805
    </page>
806 b91b98c5 Patrick Plitzner
    <page
807 69bb9d71 Katja Luther
          category="eu.etaxonomy.taxeditor.preferences.supplemental"
808 b91b98c5 Patrick Plitzner
          class="eu.etaxonomy.taxeditor.preference.SupplementalDataSourcePreferences"
809
          id="eu.etaxonomy.taxeditor.preferences.supplementalDataSourcePreferences"
810 ddaac84e Patrick Plitzner
          name="%page.name.sources">
811 b91b98c5 Patrick Plitzner
    </page>
812 2f9887be Katja Luther
   
813
   
814 008ebe8f Patrick Plitzner
</extension>
815 3f7d14c1 Katja Luther
<extension
816
      point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
817 69213a6e Katja Luther
      <page
818
            category="eu.etaxonomy.taxeditor.preferences.general"
819
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.GeneralAdminPreferencePage"
820
            id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
821
            name="%page.name.50">
822
      </page>
823 905236e8 Katja Luther
      <page
824
            category="eu.etaxonomy.taxeditor.preferences.general"
825 e056e66e Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.FactualDataAdminPreferencePage"
826 905236e8 Katja Luther
            id="eu.etaxonomy.taxeditor.preferences.description"
827
            name="%page.name.0">
828
      </page>
829 69213a6e Katja Luther
      <page
830
            category="eu.etaxonomy.taxeditor.preferences.general"
831
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
832
            id="eu.etaxonomy.taxeditor.preference.EmptyLanguagePage"
833 8d385449 Katja Luther
            name="%page.name.301">
834 69213a6e Katja Luther
      </page>
835
      <page
836
            category="eu.etaxonomy.taxeditor.preference.EmptyLanguagePage"
837
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.LanguageAdminMenuPreference"
838
            id="eu.etaxonomy.taxeditor.preferences.languages"
839
            name="%page.name.10">
840
      </page>
841 7f73ebf0 Katja Luther
      <page
842
          category="eu.etaxonomy.taxeditor.preference.EmptyLanguagePage"
843
          class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.CommonNameLanguageAdminPreferences"
844
          id="eu.etaxonomy.taxeditor.preferences.commonnameAdminlanguages"
845
          name="%page.name.58">
846
      </page>
847 905236e8 Katja Luther
      <page
848
            category="eu.etaxonomy.taxeditor.preferences.description"
849 8a7e7d33 Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameFeatureAdminMenuPreference"
850
            id="eu.etaxonomy.taxeditor.preferences.nameAdminFeature"
851
            name="%page.name.59">
852 905236e8 Katja Luther
      </page>
853 0ab60230 Katja Luther
      <page
854
            category="eu.etaxonomy.taxeditor.preferences.description"
855
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EnabledComputedDescriptionsAdmin"
856
            id="eu.etaxonomy.taxeditor.preferences.EnabledComputedDescriptionsAdmin"
857
            name="%page.name.computedDescriptions">
858
      </page>
859 69213a6e Katja Luther
      <page
860 905236e8 Katja Luther
            category="eu.etaxonomy.taxeditor.preferences.description"
861 8a7e7d33 Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.FeatureAdminMenuPreference"
862
            id="eu.etaxonomy.taxeditor.preferences.adminFeature"
863
            name="%page.name.1">
864 905236e8 Katja Luther
      </page>
865 c1e3bf07 Katja Luther
    <!-- <page
866 905236e8 Katja Luther
            category="eu.etaxonomy.taxeditor.preferences.description"
867
            class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuAdminPreferences"
868
            id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
869
            name="%page.name.14">
870 c1e3bf07 Katja Luther
      </page>-->
871
      <!--<page
872 905236e8 Katja Luther
            category="eu.etaxonomy.taxeditor.preferences.description"
873
            class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreeAdminPreferenecs"
874
            id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
875
            name="%page.name.22">
876 c1e3bf07 Katja Luther
      </page>-->
877 69213a6e Katja Luther
      <page 
878 694478ab Katja Luther
            category="eu.etaxonomy.taxeditor.preferences.description"
879 43e9fd92 Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionAdminPreferences"
880 69213a6e Katja Luther
            id="eu.etaxonomy.taxeditor.store.Distribution"
881
            name="%page.name.104">
882
      </page>
883
      <page
884
            category="eu.etaxonomy.taxeditor.preferences.general"
885
            class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
886
            id="eu.etaxonomy.taxeditor.preference.searchPreferences"
887
            name="%page.name.56">
888
      </page>
889
      <page
890
            category="eu.etaxonomy.taxeditor.preference.searchPreferences"
891
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SearchDialogAdminPreferences"
892
            id="eu.etaxonomy.taxeditor.preferences.searchDialog"
893
            name="%page.name.48">
894
      </page>
895
      <page
896
            category="eu.etaxonomy.taxeditor.preferences.general"
897
            class="eu.etaxonomy.taxeditor.preference.NamePreferences"
898
            id="eu.etaxonomy.taxeditor.preferences.namePreferences"
899
            name="%page.name.51">
900
      </page>
901
      <page 
902 694478ab Katja Luther
            category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
903 69213a6e Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralAdminPreference"
904
            id="eu.etaxonomy.taxeditor.store.checklist"
905
            name="%page.name.21">
906
      </page>
907 a0257f6e Katja Luther
      <page
908
         category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
909
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionDetailsViewAdminPreference"
910
         id="eu.etaxonomy.taxeditor.preference.DistributionDetailsViewPreference"
911
         name="%page.name.107">
912
      </page>
913 69213a6e Katja Luther
      <page 
914
            category="eu.etaxonomy.taxeditor.store.Distribution"
915
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionStatusAdminPreference"
916
            id="eu.etaxonomy.taxeditor.store.distributionVocabulariesAndStatus"
917
            name="%page.name.105">
918
      </page>
919
      <page 
920
            category="eu.etaxonomy.taxeditor.store.Distribution"
921
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NamedAreaVocabularyAdminPreferencePage"
922
            id="eu.etaxonomy.taxeditor.store.distributionNamedAreaVocabularies"
923
            name="%page.name.106">
924
      </page>
925 43c45f5c Katja
       <page 
926
            category="eu.etaxonomy.taxeditor.preferences.general"
927
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.MediaMetaDataPreference"
928
            id="eu.etaxonomy.taxeditor.store.metaDataPreference"
929
            name="Media Meta Data">
930
      </page>
931 69213a6e Katja Luther
      <page
932
            category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
933
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProviderAdminPreferencePage"
934
            id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
935
            name="%page.name.41">
936
      </page>
937
      <page
938
            category="eu.etaxonomy.taxeditor.preferences.description"
939
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.CommonNameVocabularyAdminPreferencePage"
940 7f73ebf0 Katja Luther
            id="eu.etaxonomy.taxeditor.store.commonNameAdminPreference"
941 69213a6e Katja Luther
            name="%page.name.47">
942
      </page>
943 7f73ebf0 Katja Luther
      <page
944 69213a6e Katja Luther
            category="eu.etaxonomy.taxeditor.preferences.general"
945
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SpecimenAdminPreferences"
946
            id="eu.etaxonomy.taxeditor.store.specimenAdminPreferences"
947
            name="%page.name.26">
948
      </page>
949
      <page
950
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
951
            id="eu.etaxonomy.taxeditor.preferences.general"
952
            name="%page.name.42">
953
      </page>
954
      <page
955 44000ac1 Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.general"
956
         class="eu.etaxonomy.taxeditor.preference.TaxonPreferences"
957
         id="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
958
         name="%page.name.52">
959
      </page>
960
      <page
961
            category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
962 69213a6e Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.PublishFlagPreference"
963
            id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
964
            name="%page.name.46">
965 44000ac1 Katja Luther
      </page>
966
       <page
967
            category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
968
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SecundumReferenceHandlingAdmin"
969
            id="eu.etaxonomy.taxeditor.preferences.secRefHandling"
970 f9c172a1 Katja Luther
            name="%page.name.secundum">
971 69213a6e Katja Luther
      </page>
972 62b5eb57 Katja Luther
      <page
973
            category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
974
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.TaxonPreferencesMisappliedNamesAdmin"
975
            id="eu.etaxonomy.taxeditor.preferences.misappliedNames"
976
            name="%page.name.misappliedNames">
977
      </page>
978 69213a6e Katja Luther
      <page
979
           category="eu.etaxonomy.taxeditor.preferences.namePreferences"
980
           class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.RankAdminPreference"
981
           id="eu.etaxonomy.taxeditor.preferences.adminRankPreference"
982
           name="%page.name.5">
983
     </page>
984
      <page
985
            category="eu.etaxonomy.taxeditor.preferences.namePreferences"
986
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalStatusTypeAdminPreference"
987
            id="eu.etaxonomy.taxeditor.preferences.adminNomenclaturalStatusTypePreference"
988
            name="%page.name.6">
989 093a4f0e Katja Luther
      </page>
990
       <page
991
            category="eu.etaxonomy.taxeditor.preferences.namePreferences"
992
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameRelationshipTypeAdminPreferences"
993
            id="eu.etaxonomy.taxeditor.preferences.adminNameRelationshipTypePreference"
994
            name="%page.name.7">
995 69213a6e Katja Luther
      </page>
996
      <page
997
            category="eu.etaxonomy.taxeditor.preferences.namePreferences"
998
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodeAdminPreferencePage"
999
            id="eu.etaxonomy.taxeditor.store.page2"
1000
            name="%page.name.43">
1001
      </page>
1002 d147dfd6 Katja Luther
       <page
1003 69213a6e Katja Luther
            category="eu.etaxonomy.taxeditor.preferences.general"
1004 d147dfd6 Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.IOAdminPreferences"
1005
            id="eu.etaxonomy.taxeditor.store.IOPreference"
1006
            name="%page.name.140">
1007
      </page>
1008 abe2817d Katja Luther
      <page
1009
            category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
1010
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.IOAdminPreferences"
1011
            id="eu.etaxonomy.taxeditor.store.IOPreference"
1012
            name="%page.name.140">
1013
      </page>
1014 d147dfd6 Katja Luther
      <page
1015
            category="eu.etaxonomy.taxeditor.store.IOPreference"
1016 69213a6e Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportAdminPreference"
1017
            id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
1018
            name="%page.name.40">
1019
      </page>
1020 43e9fd92 Katja Luther
     <!-- <page
1021 cb6764ac Katja Luther
            category="eu.etaxonomy.taxeditor.store.IOPreference"
1022
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.CdmLightExportAdminPreference"
1023
            id="eu.etaxonomy.taxeditor.store.cdmLightExportPreference"
1024
            name="%page.name.142">
1025 43e9fd92 Katja Luther
      </page>-->
1026 69213a6e Katja Luther
      <page
1027
            category="eu.etaxonomy.taxeditor.preferences.namePreferences"
1028
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewAdminConfiguration"
1029
            id="eu.etaxonomy.taxeditor.store.scientificNameDetails"
1030
            name="%page.name.61">
1031
      </page>
1032
      <page
1033
            category="eu.etaxonomy.taxeditor.preferences.general"
1034
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataAdminPreference"
1035
            id="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
1036
            name="%page.name.55">
1037
      </page>
1038
      <page
1039
            category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
1040 942f6e18 Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.MarkerTypeMenuAdminPreferences"
1041
            id="eu.etaxonomy.taxeditor.store.supplementalDataMarkerTypes"
1042
            name="Marker Types">
1043
      </page>
1044
       <page
1045
            category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
1046
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ExtensionTypeMenuAdminPreferences"
1047
            id="eu.etaxonomy.taxeditor.store.supplementalDataExtensionTypes"
1048
            name="Extension Types">
1049
      </page>
1050
      <page
1051
            category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
1052 69213a6e Katja Luther
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataSourceAdminPreference"
1053
            id="eu.etaxonomy.taxeditor.store.supplementalDataSourcePreferences"
1054
            name="%page.name.sources">
1055
      </page>
1056
      <page
1057
            category="eu.etaxonomy.taxeditor.preferences.general"
1058
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.UIAdminPreference"
1059
            id="eu.etaxonomy.taxeditor.store.UIAdminPreference"
1060
            name="%page.name.53">
1061
       </page>
1062
       <page
1063
            category="eu.etaxonomy.taxeditor.store.UIAdminPreference"
1064
            class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.TaxonNodeOrderAdminPreference"
1065
            id="eu.etaxonomy.taxeditor.store.TaxonNavigator"
1066
            name="%page.name.32">
1067
      </page>
1068 5c07d4b4 Katja Luther
       <page
1069
       		 category="eu.etaxonomy.taxeditor.preference.EmptyLanguagePage"
1070
             class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.LanguageRepresentationAdminPreferencePage"
1071
             id="eu.etaxonomy.taxeditor.preferences.termLanguages"
1072
             name="%page.name.23">
1073
       </page>
1074 3f7d14c1 Katja Luther
</extension>
1075 e8409423 n.hoffmann
</plugin>