Project

General

Profile

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