Project

General

Profile

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