Project

General

Profile

Download (32.8 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 6cd56d5e Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
418 f2a17eb8 Katja Luther
         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 63732a7c Katja Luther
   </page>
428
    <page
429
         category="eu.etaxonomy.taxeditor.preferences.description"
430
         class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreferences"
431
         id="eu.etaxonomy.taxeditor.preferences.nameFeature"
432
         name="%page.name.59">
433 008ebe8f Patrick Plitzner
   </page>
434 a4f3f99c Katja Luther
   <!--<page
435 008ebe8f Patrick Plitzner
         category="eu.etaxonomy.taxeditor.preferences.description"
436
         class="eu.etaxonomy.taxeditor.preference.menu.PresenceAbsenceMenuPreferences"
437
         id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
438
         name="%page.name.2">
439 a4f3f99c Katja Luther
   </page>-->
440 6c029f30 Katja Luther
    <page
441 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.searchPreferences"
442
         class="eu.etaxonomy.taxeditor.preference.SearchDialogPreferences"
443
         id="eu.etaxonomy.taxeditor.preferences.searchDialog"
444 6c029f30 Katja Luther
         name="%page.name.48">
445 008ebe8f Patrick Plitzner
   </page>
446
   <page
447 00e51d7a Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
448 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalCodePreferences"
449
         id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
450
         name="%page.name.4">
451
   </page>
452
   <page
453 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
454 a4f3f99c Katja Luther
         class="eu.etaxonomy.taxeditor.preference.RankPreference"
455 008ebe8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preferences.ranks"
456
         name="%page.name.5">
457
   </page>
458
   <page
459 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
460 a4f3f99c Katja Luther
         class="eu.etaxonomy.taxeditor.preference.NomenclaturalStatusTypePreferences"
461 008ebe8f Patrick Plitzner
         id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
462
         name="%page.name.6">
463
   </page>
464
   <page
465 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
466 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
467
         id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
468
         name="%page.name.7">
469
   </page>
470
   <page
471 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
472 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
473
         id="taxeditor-store.page1"
474
         name="%page.name.8">
475
   </page>
476
   <page
477 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
478 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
479
         id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
480
         name="%page.name.9">
481
   </page>
482
   <page
483 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
484 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
485
         id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
486
         name="%page.name.13">
487
   </page>
488
   <page
489 f2a17eb8 Katja Luther
         category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
490 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
491
         id="eu.etaxonomy.taxeditor.preferences.languages"
492
         name="%page.name.10">
493
   </page>
494
   <page
495 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
496 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
497
         id="eu.etaxonomy.taxeditor.preferences.markerTypes"
498
         name="%page.name.11">
499
   </page>
500
   <page
501 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
502 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
503
         id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
504
         name="%page.name.12">
505
   </page>
506
   <page
507
         category="eu.etaxonomy.taxeditor.preferences.description"
508
         class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuPreferences"
509
         id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
510
         name="%page.name.14">
511
   </page>
512
   <page
513
         category="eu.etaxonomy.taxeditor.preferences.general"
514 2f9887be Katja Luther
         class="eu.etaxonomy.taxeditor.preference.ExperimentalFeaturesPreferences"
515
         id="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
516
         name="%page.name.49">
517
   </page>
518
   <page
519
         category="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
520 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
521
         id="eu.etaxonomy.taxeditor.preferences.matching"
522
         name="%page.name.15">
523
   </page>
524
   <page
525
         category="eu.etaxonomy.taxeditor.preferences.matching"
526
         class="eu.etaxonomy.taxeditor.preference.matching.NonViralNameMatchingPreference"
527
         id="eu.etaxonomy.taxeditor.preferences.matching.nonViralName"
528
         name="%page.name.16">
529
   </page>
530
   <page
531
         category="eu.etaxonomy.taxeditor.preferences.matching"
532
         class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
533 f2a17eb8 Katja Luther
         id="eu.etaxonomy.taxeditor.preferences.matching.reference"
534 008ebe8f Patrick Plitzner
         name="%page.name.17">
535
   </page>
536
   <page
537
         category="eu.etaxonomy.taxeditor.preferences.matching"
538
         class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
539 f2a17eb8 Katja Luther
         id="eu.etaxonomy.taxeditor.preferences.matching.teamOrPerson"
540 008ebe8f Patrick Plitzner
         name="%page.name.18">
541
   </page>
542
   <page
543
         category="eu.etaxonomy.taxeditor.preferences.description"
544
         class="eu.etaxonomy.taxeditor.preference.menu.StageMenuPreferences"
545
         id="eu.etaxonomy.taxeditor.preferences.stage"
546
         name="%page.name.19">
547
   </page>
548
   <page
549
         category="eu.etaxonomy.taxeditor.preferences.description"
550
         class="eu.etaxonomy.taxeditor.preference.menu.PreservationMethodMenuPreferences"
551
         id="eu.etaxonomy.taxeditor.preferences.preservationMethod"
552
         name="%page.name.20">
553
   </page>
554
   <page
555 f2a17eb8 Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.description"
556 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
557
         id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
558
         name="%page.name.22">
559
   </page>
560
   <page
561
         category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
562
         class="eu.etaxonomy.taxeditor.preference.LanguageRepresentationPreferencePage"
563
         id="eu.etaxonomy.taxeditor.preferences.language"
564
         name="%page.name.23">
565
   </page>
566
   <page
567 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.externalServicesPreferences"
568 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.MobotOpenUrlPreferences"
569
         id="eu.etaxonomy.taxeditor.preferences.mobotOpenUrl"
570
         name="%page.name.24">
571
   </page>
572
   <page
573
         category="eu.etaxonomy.taxeditor.preferences.general"
574
         class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
575
         id="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
576
         name="%page.name.26">
577
   </page>
578
   <page
579 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
580 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
581
         id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
582
         name="%page.name.27">
583
   </page>
584 198c9340 Katja Luther
    <page
585 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
586 198c9340 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
587
         id="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
588
         name="%page.name.104">
589
   </page>
590
   <page
591
         category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
592 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
593
         id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
594
         name="%page.name.28">
595 198c9340 Katja Luther
   </page>
596
    <page
597
         category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
598
         class="eu.etaxonomy.taxeditor.preference.DistributionStatusAndNamedAreaVocabularies"
599
         id="eu.etaxonomy.taxeditor.preference.DistributionStatusAndNamedAreaVocabulariesPage"
600
         name="%page.name.105">
601 008ebe8f Patrick Plitzner
   </page>
602
   <page
603
         category="eu.etaxonomy.taxeditor.preferences.general"
604
         class="eu.etaxonomy.taxeditor.preference.LanguageEditorPreferencePage"
605
         id="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
606
         name="%page.name.30">
607
   </page>
608
   <page
609 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
610 008ebe8f Patrick Plitzner
         class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
611
         id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
612
         name="%page.name.32">
613
   </page>
614 185eb33b Katja Luther
   <page
615
         category="eu.etaxonomy.taxeditor.preferences.general"
616
         class="eu.etaxonomy.taxeditor.preference.GeneralPreferencePage"
617
         id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
618 b5776641 Katja Luther
         name="%page.name.38">
619 185eb33b Katja Luther
   </page>
620 e398666b Katja Luther
  <page
621 2f9887be Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
622
         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
623
         id="eu.etaxonomy.taxeditor.preferences.nameDetails"
624
         name="%page.name.36">
625 e398666b Katja Luther
   </page>
626 2f9887be Katja Luther
   <page
627
         category="eu.etaxonomy.taxeditor.preference.UIPreferences"
628
         class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
629
         id="eu.etaxonomy.taxeditor.preferences.nameDetailsUI"
630 b5776641 Katja Luther
         name="%page.name.102">
631 2f9887be Katja Luther
   </page>
632
     <page
633
         category="eu.etaxonomy.taxeditor.preferences.namePreferences"
634
         class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
635
         id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
636
         name="%page.name.25">
637
   </page>
638
   <page
639
         category="eu.etaxonomy.taxeditor.preferences.general"
640
         class="eu.etaxonomy.taxeditor.preference.NamePreferences"
641
         id="eu.etaxonomy.taxeditor.preferences.namePreferences"
642
         name="%page.name.51">
643
   </page>
644
   <page
645
         category="eu.etaxonomy.taxeditor.preferences.general"
646
         class="eu.etaxonomy.taxeditor.preference.TaxonPreferences"
647
         id="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
648
         name="%page.name.52">
649 6ff64c46 Katja Luther
   </page>
650
       <page
651
        category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
652
         class="eu.etaxonomy.taxeditor.preference.PublishFlagLocalPreference"
653
         id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
654
         name="%page.name.46">
655 2f9887be Katja Luther
   </page>
656
   <page
657
         category="eu.etaxonomy.taxeditor.preferences.general"
658
         class="eu.etaxonomy.taxeditor.preference.UIPreferences"
659
         id="eu.etaxonomy.taxeditor.preference.UIPreferences"
660
         name="%page.name.53">
661
   </page>
662
   <page
663
         category="eu.etaxonomy.taxeditor.preferences.general"
664
         class="eu.etaxonomy.taxeditor.preference.ExternalServicesPreferences"
665
         id="eu.etaxonomy.taxeditor.preference.externalServicesPreferences"
666
         name="%page.name.54">
667
   </page>
668
   <page
669
         category="eu.etaxonomy.taxeditor.preferences.general"
670
         class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
671
         id="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
672
         name="%page.name.55">
673
   </page>
674
   <page
675
         category="eu.etaxonomy.taxeditor.preferences.general"
676
         class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
677
         id="eu.etaxonomy.taxeditor.preference.searchPreferences"
678
         name="%page.name.56">
679
   </page>
680
    <page
681
         category="eu.etaxonomy.taxeditor.preference.searchPreferences"
682
         class="eu.etaxonomy.taxeditor.preference.TaxonSearchPreferences"
683
         id="eu.etaxonomy.taxeditor.preference.taxonSearchPreferences"
684
         name="%page.name.57">
685
   </page>
686 2de8ed33 Katja Luther
    <page
687
          category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
688
          class="eu.etaxonomy.taxeditor.preference.menu.CommonNameLanguagePreferences"
689
          id="eu.etaxonomy.taxeditor.preferences.commonnamelanguages"
690 1b16a0e4 Katja Luther
          name="%page.name.58">
691 2de8ed33 Katja Luther
    </page>
692 63732a7c Katja Luther
    <page
693
          category="eu.etaxonomy.taxeditor.preferences.description"
694
          class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreference"
695
          id="eu.etaxonomy.taxeditor.preferences.feature2"
696
          name="%page.name.60">
697
    </page>
698 b91b98c5 Patrick Plitzner
    <page
699
          category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
700
          class="eu.etaxonomy.taxeditor.preference.SupplementalDataSourcePreferences"
701
          id="eu.etaxonomy.taxeditor.preferences.supplementalDataSourcePreferences"
702 ddaac84e Patrick Plitzner
          name="%page.name.sources">
703 b91b98c5 Patrick Plitzner
    </page>
704 2f9887be Katja Luther
   
705
   
706 008ebe8f Patrick Plitzner
</extension>
707 3f7d14c1 Katja Luther
<extension
708
      point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
709 59246837 Katja Luther
   <!-- <page
710
         class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralAdminPreferences"
711 3f7d14c1 Katja Luther
         id="eu.etaxonomy.taxeditor.preferences.general"
712
         name="%page.name">
713 59246837 Katja Luther
   </page>  -->
714 695f0fab Patrick Plitzner
   <page
715
         category="eu.etaxonomy.taxeditor.preferences.general"
716
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.GeneralAdminPreferencePage"
717
         id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
718
         name="%page.name.50">
719
   </page>
720 239530ee Katja Luther
   <!--<page 
721 3f7d14c1 Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.general"
722 3b975922 Katja Luther
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionAdminPreferences"
723
         id="eu.etaxonomy.taxeditor.store.distribution"
724
         name="%page.name.100">
725 239530ee Katja Luther
   </page>-->
726 3b975922 Katja Luther
    <page 
727 239530ee Katja Luther
         category="eu.etaxonomy.taxeditor.preferences.general"
728 198c9340 Katja Luther
         class="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
729
         id="eu.etaxonomy.taxeditor.store.Distribution"
730
         name="%page.name.104">
731
   </page>
732
   <page 
733
         category="eu.etaxonomy.taxeditor.store.Distribution"
734 432276e4 Katja Luther
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralAdminPreference"
735 3f7d14c1 Katja Luther
         id="eu.etaxonomy.taxeditor.store.checklist"
736 4f857230 Katja Luther
         name="%page.name.21">
737 3f7d14c1 Katja Luther
   </page>
738 198c9340 Katja Luther
   <page 
739
         category="eu.etaxonomy.taxeditor.store.Distribution"
740
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionStatusAndNamedAreaVocabulariesAdminPreference"
741
         id="eu.etaxonomy.taxeditor.store.distributionVocabulariesAndStatus"
742
         name="%page.name.105">
743
   </page>
744 3f7d14c1 Katja Luther
   <page
745
         category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
746
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProvider"
747
         id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
748 4f857230 Katja Luther
         name="%page.name.41">
749 3b975922 Katja Luther
   </page>
750
   <page
751
         category="eu.etaxonomy.taxeditor.preferences.general"
752 432276e4 Katja Luther
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.VocabularyAdminPreferences"
753 3b975922 Katja Luther
         id="eu.etaxonomy.taxeditor.store.vocabularyAdminPreference"
754
         name="%page.name.47">
755 74b82668 Katja Luther
   </page>
756
    <page
757
         category="eu.etaxonomy.taxeditor.preferences.general"
758
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SpecimenAdminPreferences"
759
         id="eu.etaxonomy.taxeditor.store.specimenAdminPreferences"
760 7ebbf765 Katja Luther
         name="%page.name.26">
761 3f7d14c1 Katja Luther
   </page>
762 59246837 Katja Luther
   <page
763 695f0fab Patrick Plitzner
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
764 59246837 Katja Luther
         id="eu.etaxonomy.taxeditor.preferences.general"
765 4f857230 Katja Luther
         name="%page.name.42">
766 59246837 Katja Luther
   </page>
767 8b8b9b2e Katja Luther
    <page
768
        category="eu.etaxonomy.taxeditor.preferences.general"
769
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.PublishFlagPreference"
770
         id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
771
         name="%page.name.46">
772 a4f3f99c Katja Luther
   </page>
773
    <page
774
        category="eu.etaxonomy.taxeditor.preferences.general"
775
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.RankAdminPreference"
776
         id="eu.etaxonomy.taxeditor.preferences.adminRankPreference"
777
         name="%page.name.5">
778
   </page>
779
   <page
780
        category="eu.etaxonomy.taxeditor.preferences.general"
781
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalStatusTypeAdminPreference"
782
         id="eu.etaxonomy.taxeditor.preferences.adminNomenclaturalStatusTypePreference"
783
         name="%page.name.6">
784 8b8b9b2e Katja Luther
   </page>
785 3f7d14c1 Katja Luther
   <page
786
         category="eu.etaxonomy.taxeditor.preferences.general"
787
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodePreferences"
788
         id="eu.etaxonomy.taxeditor.store.page2"
789 4f857230 Katja Luther
         name="%page.name.43">
790 3f7d14c1 Katja Luther
   </page>
791 432276e4 Katja Luther
   <page
792
         category="eu.etaxonomy.taxeditor.preferences.general"
793
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportPreference"
794
         id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
795
         name="%page.name.40">
796
   </page>
797 b5776641 Katja Luther
   <page
798
         category="eu.etaxonomy.taxeditor.preferences.general"
799
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewAdminConfiguration"
800
         id="eu.etaxonomy.taxeditor.store.scientificNameDetails"
801 63732a7c Katja Luther
         name="%page.name.61">
802 b5776641 Katja Luther
   </page>
803 a4f3f99c Katja Luther
   <page
804
         category="eu.etaxonomy.taxeditor.preferences.general"
805
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataAdminPreference"
806
         id="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
807
         name="%page.name.55">
808
   </page>
809 b91b98c5 Patrick Plitzner
   <page
810
         category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
811
         class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataSourceAdminPreference"
812
         id="eu.etaxonomy.taxeditor.store.supplementalDataSourcePreferences"
813 ddaac84e Patrick Plitzner
         name="%page.name.sources">
814 b91b98c5 Patrick Plitzner
   </page>
815 3f7d14c1 Katja Luther
</extension>
816 e8409423 n.hoffmann
</plugin>