Merge branch 'release/5.8.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.store / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>
3 <plugin>
4 <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 <extension-point id="eu.etaxonomy.taxeditor.store.adminPreferencePage" name="%extension-point.name.1" schema="schema/eu.etaxonomy.taxeditor.store.adminPreferencePage.exsd"/>
7 <extension
8 point="org.eclipse.ui.menus">
9 <menuContribution
10 locationURI="toolbar:org.eclipse.ui.trim.status">
11 <toolbar
12 id="eu.etaxonomy.taxeditor.store.authentication.trim.toolbar">
13 <control
14 class="eu.etaxonomy.taxeditor.ui.bar.AuthenticatedUserBar">
15 </control>
16 </toolbar>
17 </menuContribution>
18 </extension>
19 <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 name="%wizard.name.10">
27 </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 name="%wizard.name.11">
34 </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 name="%wizard.name.12">
41 </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 name="%wizard.name.13">
48 </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 name="%wizard.name.14">
55 </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 name="%wizard.name.15">
62 </wizard>
63 <category
64 id="eu.etaxonomy.taxeditor.new.category.cdm"
65 name="%category.name.2">
66 </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 name="%wizard.name.16">
73 </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 name="%wizard.name.17">
81 </wizard>
82 </extension>
83 <extension
84 point="org.eclipse.core.expressions.propertyTesters">
85 <propertyTester
86 class="eu.etaxonomy.taxeditor.view.datasource.handler.DataSourceMenuPropertyTester"
87 id="eu.etaxonomy.taxeditor.datasource.propertyTester"
88 namespace="eu.etaxonomy.taxeditor.datasource.propertyTester"
89 properties="isCompatible"
90 type="org.eclipse.jface.viewers.IStructuredSelection">
91 </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 properties="test, hasDataModel"
97 type="org.eclipse.jface.viewers.IStructuredSelection">
98 </propertyTester>
99 <propertyTester
100 class="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
101 id="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
102 namespace="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester"
103 properties="isShowExperimentalFeatures, isChecklistEditorEnabled, isShowIOMenuEnabled, isShowSpecimenMenuEnabled"
104 type="java.lang.Object">
105 </propertyTester>
106 <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 <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 <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 </extension>
128 <extension
129 point="org.eclipse.core.expressions.definitions">
130 <definition
131 id="isCompatible">
132 <with
133 variable="selection">
134 <test
135 property="eu.etaxonomy.taxeditor.datasource.propertyTester.isCompatible">
136 </test>
137 </with>
138 </definition>
139 <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 <definition
149 id="isShowExperimentalFeatures">
150 <test
151 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowExperimentalFeatures">
152 </test>
153 </definition>
154 <definition
155 id="isShowIOMenuEnabled">
156 <test
157 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowIOMenuEnabled">
158 </test>
159 </definition>
160 <definition
161 id="isShowSpecimenMenuEnabled">
162 <test
163 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowSpecimenMenuEnabled">
164 </test>
165 </definition>
166 <definition
167 id="isModifiable">
168 <with
169 variable="selection">
170 <test
171 property="eu.etaxonomy.taxeditor.store.termEditor.propertyTester.isModifiable">
172 </test>
173 </with>
174 </definition>
175 <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 <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 <definition
215 id="hasROLE_USER_MANAGER">
216 <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 </definition>
250 <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
262 <definition
263 id="isChecklistEditorEnabled">
264 <test
265 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
266 </test>
267 </definition>
268 <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 </extension>
278 <extension
279 point="org.eclipse.ui.activities">
280 <activity
281 description="%activity.description"
282 id="eu.etaxonomy.taxeditor.store.activityDelete"
283 name="%activity.name">
284 <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 description="%activity.description.0"
296 id="eu.etaxonomy.taxeditor.store.activityUpdate"
297 name="%activity.name.0">
298 <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 description="%activity.description.1"
310 id="eu.etaxonomy.taxeditor.store.activityCreate"
311 name="%activity.name.1">
312 <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 description="%activity.description.2"
324 id="eu.etaxonomy.taxeditor.store.activityUserManagement"
325 name="%activity.name.2">
326 <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 <activityPatternBinding
337 activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
338 pattern="eu\.etaxonomy\.taxeditor\..*/bulkeditor\.input\.group">
339 </activityPatternBinding>
340 <activity
341 description="%activity.description.3"
342 id="eu.etaxonomy.taxeditor.store.activityProjectManagement"
343 name="%activity.name.3">
344 <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 <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 </extension>
365 <extension
366 point="org.eclipse.ui.services">
367 <sourceProvider
368 provider="eu.etaxonomy.taxeditor.security.AuthenticationSourceProvider">
369 <variable
370 name="eu.etaxonomy.taxeditor.security.userRoles"
371 priorityLevel="workbench">
372 </variable>
373 </sourceProvider>
374 </extension>
375 <extension
376 point="eu.etaxonomy.taxeditor.store.cdmViewer">
377 <viewCommandMapping
378 commandId="eu.etaxonomy.taxeditor.command.openClassificationWizard"
379 selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
380 viewerName="%viewCommandMapping.viewerName.CLASSIFICATION_WIZARD">
381 </viewCommandMapping>
382 <viewCommandMapping
383 commandId="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
384 selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
385 viewerName="%viewCommandMapping.viewerName.TAXON_NODE_WIZARD">
386 </viewCommandMapping>
387 </extension>
388 <extension
389 id="eu.etaxonomy.taxeditor.store.workbench.model"
390 name="%extension.name.2"
391 point="org.eclipse.e4.workbench.model">
392 <fragment
393 apply="always"
394 uri="fragment.e4xmi">
395 </fragment>
396 </extension>
397 <extension
398 point="eu.etaxonomy.taxeditor.store.preferencePage">
399 <page
400 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 class="eu.etaxonomy.taxeditor.preference.FactualDataPreference"
413 id="eu.etaxonomy.taxeditor.preferences.description"
414 name="%page.name.0">
415 </page>
416 <page
417 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
418 class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
419 id="eu.etaxonomy.taxeditor.preferences.termEditor"
420 name="%page.name.101">
421 </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 <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 </page>
434 <!--<page
435 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 </page>-->
440 <page
441 category="eu.etaxonomy.taxeditor.preference.searchPreferences"
442 class="eu.etaxonomy.taxeditor.preference.SearchDialogPreferences"
443 id="eu.etaxonomy.taxeditor.preferences.searchDialog"
444 name="%page.name.48">
445 </page>
446 <page
447 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
448 class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalCodePreferences"
449 id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
450 name="%page.name.4">
451 </page>
452 <page
453 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
454 class="eu.etaxonomy.taxeditor.preference.RankPreference"
455 id="eu.etaxonomy.taxeditor.preferences.ranks"
456 name="%page.name.5">
457 </page>
458 <page
459 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
460 class="eu.etaxonomy.taxeditor.preference.NomenclaturalStatusTypePreferences"
461 id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
462 name="%page.name.6">
463 </page>
464 <page
465 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
466 class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
467 id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
468 name="%page.name.7">
469 </page>
470 <page
471 category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
472 class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
473 id="taxeditor-store.page1"
474 name="%page.name.8">
475 </page>
476 <page
477 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
478 class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
479 id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
480 name="%page.name.9">
481 </page>
482 <page
483 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
484 class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
485 id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
486 name="%page.name.13">
487 </page>
488 <page
489 category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
490 class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
491 id="eu.etaxonomy.taxeditor.preferences.languages"
492 name="%page.name.10">
493 </page>
494 <page
495 category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
496 class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
497 id="eu.etaxonomy.taxeditor.preferences.markerTypes"
498 name="%page.name.11">
499 </page>
500 <page
501 category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
502 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 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 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 id="eu.etaxonomy.taxeditor.preferences.matching.reference"
534 name="%page.name.17">
535 </page>
536 <page
537 category="eu.etaxonomy.taxeditor.preferences.matching"
538 class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
539 id="eu.etaxonomy.taxeditor.preferences.matching.teamOrPerson"
540 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 category="eu.etaxonomy.taxeditor.preferences.description"
556 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 category="eu.etaxonomy.taxeditor.preferences.externalServicesPreferences"
568 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 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
580 class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
581 id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
582 name="%page.name.27">
583 </page>
584 <page
585 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
586 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 class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
593 id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
594 name="%page.name.28">
595 </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 </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 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
610 class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
611 id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
612 name="%page.name.32">
613 </page>
614 <page
615 category="eu.etaxonomy.taxeditor.preferences.general"
616 class="eu.etaxonomy.taxeditor.preference.GeneralPreferencePage"
617 id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
618 name="%page.name.38">
619 </page>
620 <page
621 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 </page>
626 <page
627 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
628 class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
629 id="eu.etaxonomy.taxeditor.preferences.nameDetailsUI"
630 name="%page.name.102">
631 </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 </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 </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 <page
687 category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
688 class="eu.etaxonomy.taxeditor.preference.menu.CommonNameLanguagePreferences"
689 id="eu.etaxonomy.taxeditor.preferences.commonnamelanguages"
690 name="%page.name.58">
691 </page>
692 <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 <page
699 category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
700 class="eu.etaxonomy.taxeditor.preference.SupplementalDataSourcePreferences"
701 id="eu.etaxonomy.taxeditor.preferences.supplementalDataSourcePreferences"
702 name="%page.name.sources">
703 </page>
704
705
706 </extension>
707 <extension
708 point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
709 <!-- <page
710 class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralAdminPreferences"
711 id="eu.etaxonomy.taxeditor.preferences.general"
712 name="%page.name">
713 </page> -->
714 <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 <!--<page
721 category="eu.etaxonomy.taxeditor.preferences.general"
722 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionAdminPreferences"
723 id="eu.etaxonomy.taxeditor.store.distribution"
724 name="%page.name.100">
725 </page>-->
726 <page
727 category="eu.etaxonomy.taxeditor.preferences.general"
728 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 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralAdminPreference"
735 id="eu.etaxonomy.taxeditor.store.checklist"
736 name="%page.name.21">
737 </page>
738 <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 <page
745 category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
746 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProvider"
747 id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
748 name="%page.name.41">
749 </page>
750 <page
751 category="eu.etaxonomy.taxeditor.preferences.general"
752 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.VocabularyAdminPreferences"
753 id="eu.etaxonomy.taxeditor.store.vocabularyAdminPreference"
754 name="%page.name.47">
755 </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 name="%page.name.26">
761 </page>
762 <page
763 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
764 id="eu.etaxonomy.taxeditor.preferences.general"
765 name="%page.name.42">
766 </page>
767 <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 </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 </page>
785 <page
786 category="eu.etaxonomy.taxeditor.preferences.general"
787 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodePreferences"
788 id="eu.etaxonomy.taxeditor.store.page2"
789 name="%page.name.43">
790 </page>
791 <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 <page
798 category="eu.etaxonomy.taxeditor.preferences.general"
799 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewAdminConfiguration"
800 id="eu.etaxonomy.taxeditor.store.scientificNameDetails"
801 name="%page.name.61">
802 </page>
803 <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 <page
810 category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
811 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataSourceAdminPreference"
812 id="eu.etaxonomy.taxeditor.store.supplementalDataSourcePreferences"
813 name="%page.name.sources">
814 </page>
815 </extension>
816 </plugin>