Merge branch 'release/5.9.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="hasROLE_USER_MANAGER">
207 <with
208 variable="eu.etaxonomy.taxeditor.security.userRoles">
209 <iterate
210 ifEmpty="false"
211 operator="or">
212 <or>
213 <equals
214 value="ROLE_ADMIN">
215 </equals>
216 <equals
217 value="ROLE_USER_MANAGER">
218 </equals>
219 </or>
220 </iterate>
221 </with>
222 </definition>
223 <definition
224 id="hasROLE_PROJECT_MANAGER">
225 <with
226 variable="eu.etaxonomy.taxeditor.security.userRoles">
227 <iterate
228 ifEmpty="false"
229 operator="or">
230 <or>
231 <equals
232 value="ROLE_ADMIN">
233 </equals>
234 <equals
235 value="ROLE_PROJECT_MANAGER">
236 </equals>
237 </or>
238 </iterate>
239 </with>
240 </definition>
241 <definition
242 id="hasROLE_PROJECT_MANAGER_AND_isCdmStoreConnected">
243 <and>
244 <reference
245 definitionId="hasROLE_PROJECT_MANAGER">
246 </reference>
247 <reference
248 definitionId="isCdmStoreConnected">
249 </reference>
250 </and>
251 </definition>
252
253 <definition
254 id="isChecklistEditorEnabled">
255 <test
256 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
257 </test>
258 </definition>
259 <definition
260 id="isFeatureTree">
261 <with
262 variable="selection">
263 <test
264 property="eu.etaxonomy.taxeditor.featuretree.FeatureTreePropertyTester.isFeatureTree">
265 </test>
266 </with>
267 </definition>
268 </extension>
269 <extension
270 point="org.eclipse.ui.activities">
271 <activity
272 description="%activity.description"
273 id="eu.etaxonomy.taxeditor.store.activityDelete"
274 name="%activity.name">
275 <enabledWhen>
276 <reference
277 definitionId="canDELETE">
278 </reference>
279 </enabledWhen>
280 </activity>
281 <activityPatternBinding
282 activityId="eu.etaxonomy.taxeditor.store.activityDelete"
283 pattern="eu\.etaxonomy\.taxeditor\..*/.*.delete">
284 </activityPatternBinding>
285 <activity
286 description="%activity.description.0"
287 id="eu.etaxonomy.taxeditor.store.activityUpdate"
288 name="%activity.name.0">
289 <enabledWhen>
290 <reference
291 definitionId="canUPDATE">
292 </reference>
293 </enabledWhen>
294 </activity>
295 <activityPatternBinding
296 activityId="eu.etaxonomy.taxeditor.store.activityUpdate"
297 pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.update\..*">
298 </activityPatternBinding>
299 <activity
300 description="%activity.description.1"
301 id="eu.etaxonomy.taxeditor.store.activityCreate"
302 name="%activity.name.1">
303 <enabledWhen>
304 <reference
305 definitionId="canDELETE">
306 </reference>
307 </enabledWhen>
308 </activity>
309 <activityPatternBinding
310 activityId="eu.etaxonomy.taxeditor.store.activityCreate"
311 pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.create\..*">
312 </activityPatternBinding>
313 <activity
314 description="%activity.description.2"
315 id="eu.etaxonomy.taxeditor.store.activityUserManagement"
316 name="%activity.name.2">
317 <enabledWhen>
318 <reference
319 definitionId="hasROLE_USER_MANAGER">
320 </reference>
321 </enabledWhen>
322 </activity>
323 <activityPatternBinding
324 activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
325 pattern="eu\.etaxonomy\.taxeditor\..*/.*.UserManagement">
326 </activityPatternBinding>
327 <activityPatternBinding
328 activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
329 pattern="eu\.etaxonomy\.taxeditor\..*/bulkeditor\.input\.group">
330 </activityPatternBinding>
331 <activity
332 description="%activity.description.3"
333 id="eu.etaxonomy.taxeditor.store.activityProjectManagement"
334 name="%activity.name.3">
335 <enabledWhen>
336 <reference
337 definitionId="hasROLE_PROJECT_MANAGER">
338 </reference>
339 </enabledWhen>
340 </activity>
341 <activityPatternBinding
342 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
343 pattern="eu\.etaxonomy\.taxeditor\..*/eu\.etaxonomy\.taxeditor\..*\.definedTerm.*">
344 </activityPatternBinding>
345 <activityPatternBinding
346 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
347 pattern="eu.etaxonomy.taxeditor.bulkeditor/bulkeditor.menus.openmenu"
348 isEqualityPattern="true">
349 </activityPatternBinding>
350 <activityPatternBinding
351 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
352 pattern="eu.etaxonomy.taxeditor.bulkeditor/eu.etaxonomy.taxeditor.editor.definedTerm"
353 isEqualityPattern="true">
354 </activityPatternBinding>
355 </extension>
356 <extension
357 point="org.eclipse.ui.services">
358 <sourceProvider
359 provider="eu.etaxonomy.taxeditor.security.AuthenticationSourceProvider">
360 <variable
361 name="eu.etaxonomy.taxeditor.security.userRoles"
362 priorityLevel="workbench">
363 </variable>
364 </sourceProvider>
365 </extension>
366 <extension
367 point="eu.etaxonomy.taxeditor.store.cdmViewer">
368 <viewCommandMapping
369 commandId="eu.etaxonomy.taxeditor.command.openClassificationWizard"
370 selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
371 viewerName="%viewCommandMapping.viewerName.CLASSIFICATION_WIZARD">
372 </viewCommandMapping>
373 <viewCommandMapping
374 commandId="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
375 selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
376 viewerName="%viewCommandMapping.viewerName.TAXON_NODE_WIZARD">
377 </viewCommandMapping>
378 </extension>
379 <extension
380 id="eu.etaxonomy.taxeditor.store.workbench.model"
381 name="%extension.name.2"
382 point="org.eclipse.e4.workbench.model">
383 <fragment
384 apply="always"
385 uri="fragment.e4xmi">
386 </fragment>
387 </extension>
388 <extension
389 point="eu.etaxonomy.taxeditor.store.preferencePage">
390 <page
391 category="eu.etaxonomy.taxeditor.preferences.general"
392 class="eu.etaxonomy.taxeditor.preference.DebugPreferences"
393 id="eu.etaxonomy.taxeditor.preference.DebugPreferences"
394 name="%page.name.34">
395 </page>
396 <page
397 category="eu.etaxonomy.taxeditor.preferences.general"
398 class="eu.etaxonomy.taxeditor.preference.AbcdImportPreference"
399 id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
400 name="%page.name.40">
401 </page>
402 <page
403 category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
404 class="eu.etaxonomy.taxeditor.preference.AbcdImportProvider"
405 id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
406 name="%page.name.41">
407 </page>
408 <page
409 class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
410 id="eu.etaxonomy.taxeditor.preferences.general"
411 name="%page.name">
412 </page>
413 <page
414 category="eu.etaxonomy.taxeditor.preferences.general"
415 class="eu.etaxonomy.taxeditor.preference.FactualDataPreference"
416 id="eu.etaxonomy.taxeditor.preferences.description"
417 name="%page.name.0">
418 </page>
419 <page
420 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
421 class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
422 id="eu.etaxonomy.taxeditor.preferences.termEditor"
423 name="%page.name.101">
424 </page>
425 <page
426 category="eu.etaxonomy.taxeditor.preferences.description"
427 class="eu.etaxonomy.taxeditor.preference.menu.FeatureMenuPreferences"
428 id="eu.etaxonomy.taxeditor.preferences.feature"
429 name="%page.name.1">
430 </page>
431 <page
432 category="eu.etaxonomy.taxeditor.preferences.description"
433 class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreferences"
434 id="eu.etaxonomy.taxeditor.preferences.nameFeature"
435 name="%page.name.59">
436 </page>
437 <!--<page
438 category="eu.etaxonomy.taxeditor.preferences.description"
439 class="eu.etaxonomy.taxeditor.preference.menu.PresenceAbsenceMenuPreferences"
440 id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
441 name="%page.name.2">
442 </page>-->
443 <page
444 category="eu.etaxonomy.taxeditor.preference.searchPreferences"
445 class="eu.etaxonomy.taxeditor.preference.SearchDialogPreferences"
446 id="eu.etaxonomy.taxeditor.preferences.searchDialog"
447 name="%page.name.48">
448 </page>
449 <page
450 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
451 class="eu.etaxonomy.taxeditor.preference.NomenclaturalCodePreferences"
452 id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
453 name="%page.name.4">
454 </page>
455 <page
456 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
457 class="eu.etaxonomy.taxeditor.preference.RankPreference"
458 id="eu.etaxonomy.taxeditor.preferences.ranks"
459 name="%page.name.5">
460 </page>
461 <page
462 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
463 class="eu.etaxonomy.taxeditor.preference.NomenclaturalStatusTypePreferences"
464 id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
465 name="%page.name.6">
466 </page>
467 <page
468 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
469 class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
470 id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
471 name="%page.name.7">
472 </page>
473 <page
474 category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
475 class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
476 id="taxeditor-store.page1"
477 name="%page.name.8">
478 </page>
479 <page
480 category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
481 class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
482 id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
483 name="%page.name.9">
484 </page>
485 <page
486 category="eu.etaxonomy.taxeditor.preferences.typeDesignation"
487 class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
488 id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
489 name="%page.name.13">
490 </page>
491 <page
492 category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
493 class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
494 id="eu.etaxonomy.taxeditor.preferences.languages"
495 name="%page.name.10">
496 </page>
497 <page
498 category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
499 class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
500 id="eu.etaxonomy.taxeditor.preferences.markerTypes"
501 name="%page.name.11">
502 </page>
503 <page
504 category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
505 class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
506 id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
507 name="%page.name.12">
508 </page>
509 <page
510 category="eu.etaxonomy.taxeditor.preferences.description"
511 class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuPreferences"
512 id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
513 name="%page.name.14">
514 </page>
515 <page
516 category="eu.etaxonomy.taxeditor.preferences.general"
517 class="eu.etaxonomy.taxeditor.preference.ExperimentalFeaturesPreferences"
518 id="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
519 name="%page.name.49">
520 </page>
521 <page
522 category="eu.etaxonomy.taxeditor.preferences.experimentalFeaturesPreferences"
523 class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
524 id="eu.etaxonomy.taxeditor.preferences.matching"
525 name="%page.name.15">
526 </page>
527 <page
528 category="eu.etaxonomy.taxeditor.preferences.matching"
529 class="eu.etaxonomy.taxeditor.preference.matching.NonViralNameMatchingPreference"
530 id="eu.etaxonomy.taxeditor.preferences.matching.nonViralName"
531 name="%page.name.16">
532 </page>
533 <page
534 category="eu.etaxonomy.taxeditor.preferences.matching"
535 class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
536 id="eu.etaxonomy.taxeditor.preferences.matching.reference"
537 name="%page.name.17">
538 </page>
539 <page
540 category="eu.etaxonomy.taxeditor.preferences.matching"
541 class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
542 id="eu.etaxonomy.taxeditor.preferences.matching.teamOrPerson"
543 name="%page.name.18">
544 </page>
545 <!-- <page
546 category="eu.etaxonomy.taxeditor.preferences.description"
547 class="eu.etaxonomy.taxeditor.preference.menu.StageMenuPreferences"
548 id="eu.etaxonomy.taxeditor.preferences.stage"
549 name="%page.name.19">
550 </page>-->
551 <!-- <page
552 category="eu.etaxonomy.taxeditor.preferences.description"
553 class="eu.etaxonomy.taxeditor.preference.menu.PreservationMethodMenuPreferences"
554 id="eu.etaxonomy.taxeditor.preferences.preservationMethod"
555 name="%page.name.20">
556 </page> -->
557 <page
558 category="eu.etaxonomy.taxeditor.preferences.description"
559 class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
560 id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
561 name="%page.name.22">
562 </page>
563 <page
564 category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
565 class="eu.etaxonomy.taxeditor.preference.LanguageRepresentationPreferencePage"
566 id="eu.etaxonomy.taxeditor.preferences.language"
567 name="%page.name.23">
568 </page>
569 <page
570 category="eu.etaxonomy.taxeditor.preferences.externalServicesPreferences"
571 class="eu.etaxonomy.taxeditor.preference.MobotOpenUrlPreferences"
572 id="eu.etaxonomy.taxeditor.preferences.mobotOpenUrl"
573 name="%page.name.24">
574 </page>
575 <page
576 category="eu.etaxonomy.taxeditor.preferences.general"
577 class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
578 id="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
579 name="%page.name.26">
580 </page>
581 <page
582 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
583 class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
584 id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
585 name="%page.name.27">
586 </page>
587 <page
588 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
589 class="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
590 id="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
591 name="%page.name.104">
592 </page>
593 <page
594 category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
595 class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
596 id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
597 name="%page.name.28">
598 </page>
599 <page
600 category="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
601 class="eu.etaxonomy.taxeditor.preference.DistributionStatusAndNamedAreaVocabularies"
602 id="eu.etaxonomy.taxeditor.preference.DistributionStatusAndNamedAreaVocabulariesPage"
603 name="%page.name.105">
604 </page>
605 <page
606 category="eu.etaxonomy.taxeditor.preferences.general"
607 class="eu.etaxonomy.taxeditor.preference.LanguageEditorPreferencePage"
608 id="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
609 name="%page.name.30">
610 </page>
611 <page
612 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
613 class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
614 id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
615 name="%page.name.32">
616 </page>
617 <page
618 category="eu.etaxonomy.taxeditor.preferences.general"
619 class="eu.etaxonomy.taxeditor.preference.GeneralPreferencePage"
620 id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
621 name="%page.name.38">
622 </page>
623 <page
624 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
625 class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
626 id="eu.etaxonomy.taxeditor.preferences.nameDetails"
627 name="%page.name.36">
628 </page>
629 <page
630 category="eu.etaxonomy.taxeditor.preference.UIPreferences"
631 class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
632 id="eu.etaxonomy.taxeditor.preferences.nameDetailsUI"
633 name="%page.name.102">
634 </page>
635 <page
636 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
637 class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
638 id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
639 name="%page.name.25">
640 </page>
641 <page
642 category="eu.etaxonomy.taxeditor.preferences.general"
643 class="eu.etaxonomy.taxeditor.preference.NamePreferences"
644 id="eu.etaxonomy.taxeditor.preferences.namePreferences"
645 name="%page.name.51">
646 </page>
647 <page
648 category="eu.etaxonomy.taxeditor.preferences.general"
649 class="eu.etaxonomy.taxeditor.preference.TaxonPreferences"
650 id="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
651 name="%page.name.52">
652 </page>
653 <page
654 category="eu.etaxonomy.taxeditor.preferences.taxonPreferences"
655 class="eu.etaxonomy.taxeditor.preference.PublishFlagLocalPreference"
656 id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
657 name="%page.name.46">
658 </page>
659 <page
660 category="eu.etaxonomy.taxeditor.preferences.general"
661 class="eu.etaxonomy.taxeditor.preference.UIPreferences"
662 id="eu.etaxonomy.taxeditor.preference.UIPreferences"
663 name="%page.name.53">
664 </page>
665 <page
666 category="eu.etaxonomy.taxeditor.preferences.general"
667 class="eu.etaxonomy.taxeditor.preference.ExternalServicesPreferences"
668 id="eu.etaxonomy.taxeditor.preference.externalServicesPreferences"
669 name="%page.name.54">
670 </page>
671 <page
672 category="eu.etaxonomy.taxeditor.preferences.general"
673 class="eu.etaxonomy.taxeditor.preference.SupplementalDataPreferences"
674 id="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
675 name="%page.name.55">
676 </page>
677 <page
678 category="eu.etaxonomy.taxeditor.preferences.general"
679 class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
680 id="eu.etaxonomy.taxeditor.preference.searchPreferences"
681 name="%page.name.56">
682 </page>
683 <page
684 category="eu.etaxonomy.taxeditor.preference.searchPreferences"
685 class="eu.etaxonomy.taxeditor.preference.TaxonSearchPreferences"
686 id="eu.etaxonomy.taxeditor.preference.taxonSearchPreferences"
687 name="%page.name.57">
688 </page>
689 <page
690 category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
691 class="eu.etaxonomy.taxeditor.preference.menu.CommonNameLanguagePreferences"
692 id="eu.etaxonomy.taxeditor.preferences.commonnamelanguages"
693 name="%page.name.58">
694 </page>
695 <page
696 category="eu.etaxonomy.taxeditor.preferences.description"
697 class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuPreference"
698 id="eu.etaxonomy.taxeditor.preferences.feature2"
699 name="%page.name.60">
700 </page>
701 <page
702 category="eu.etaxonomy.taxeditor.preference.supplementalDataPreferences"
703 class="eu.etaxonomy.taxeditor.preference.SupplementalDataSourcePreferences"
704 id="eu.etaxonomy.taxeditor.preferences.supplementalDataSourcePreferences"
705 name="%page.name.sources">
706 </page>
707
708
709 </extension>
710 <extension
711 point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
712 <!-- <page
713 class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralAdminPreferences"
714 id="eu.etaxonomy.taxeditor.preferences.general"
715 name="%page.name">
716 </page> -->
717 <page
718 category="eu.etaxonomy.taxeditor.preferences.general"
719 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.GeneralAdminPreferencePage"
720 id="eu.etaxonomy.taxeditor.preferences.generalPreferences"
721 name="%page.name.50">
722 </page>
723 <!--<page
724 category="eu.etaxonomy.taxeditor.preferences.general"
725 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionAdminPreferences"
726 id="eu.etaxonomy.taxeditor.store.distribution"
727 name="%page.name.100">
728 </page>-->
729 <page
730 category="eu.etaxonomy.taxeditor.preferences.general"
731 class="eu.etaxonomy.taxeditor.preference.FactualDataPreference"
732 id="eu.etaxonomy.taxeditor.preferences.description"
733 name="%page.name.0">
734 </page>
735 <page
736 category="eu.etaxonomy.taxeditor.preferences.description"
737 class="eu.etaxonomy.taxeditor.preference.menu.FeatureMenuAdminPreferences"
738 id="eu.etaxonomy.taxeditor.preferences.feature"
739 name="%page.name.1">
740 </page>
741 <page
742 category="eu.etaxonomy.taxeditor.preferences.description"
743 class="eu.etaxonomy.taxeditor.preference.menu.NameFeatureMenuAdminPreferences"
744 id="eu.etaxonomy.taxeditor.preferences.nameFeature"
745 name="%page.name.59">
746 </page>
747 <page
748 category="eu.etaxonomy.taxeditor.preferences.description"
749 class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuAdminPreferences"
750 id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
751 name="%page.name.14">
752 </page>
753 <page
754 category="eu.etaxonomy.taxeditor.preferences.description"
755 class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreeAdminPreferenecs"
756 id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
757 name="%page.name.22">
758 </page>
759 <page
760 category="eu.etaxonomy.taxeditor.preferences.general"
761 class="eu.etaxonomy.taxeditor.preference.DistributionGeneralPreference"
762 id="eu.etaxonomy.taxeditor.store.Distribution"
763 name="%page.name.104">
764 </page>
765 <page
766 category="eu.etaxonomy.taxeditor.preferences.general"
767 class="eu.etaxonomy.taxeditor.preference.SearchPreferences"
768 id="eu.etaxonomy.taxeditor.preference.searchPreferences"
769 name="%page.name.56">
770 </page>
771 <page
772 category="eu.etaxonomy.taxeditor.preference.searchPreferences"
773 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SearchDialogAdminPreferences"
774 id="eu.etaxonomy.taxeditor.preferences.searchDialog"
775 name="%page.name.48">
776 </page>
777 <page
778 category="eu.etaxonomy.taxeditor.preferences.general"
779 class="eu.etaxonomy.taxeditor.preference.NamePreferences"
780 id="eu.etaxonomy.taxeditor.preferences.namePreferences"
781 name="%page.name.51">
782 </page>
783 <page
784 category="eu.etaxonomy.taxeditor.store.Distribution"
785 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralAdminPreference"
786 id="eu.etaxonomy.taxeditor.store.checklist"
787 name="%page.name.21">
788 </page>
789 <page
790 category="eu.etaxonomy.taxeditor.store.Distribution"
791 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.DistributionStatusAndNamedAreaVocabulariesAdminPreference"
792 id="eu.etaxonomy.taxeditor.store.distributionVocabulariesAndStatus"
793 name="%page.name.105">
794 </page>
795 <page
796 category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
797 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProviderAdminPreferencePage"
798 id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
799 name="%page.name.41">
800 </page>
801 <page
802 category="eu.etaxonomy.taxeditor.preferences.general"
803 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.VocabularyAdminPreferences"
804 id="eu.etaxonomy.taxeditor.store.vocabularyAdminPreference"
805 name="%page.name.47">
806 </page>
807 <page
808 category="eu.etaxonomy.taxeditor.preferences.general"
809 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SpecimenAdminPreferences"
810 id="eu.etaxonomy.taxeditor.store.specimenAdminPreferences"
811 name="%page.name.26">
812 </page>
813 <page
814 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.EmptyAdminPreferencePage"
815 id="eu.etaxonomy.taxeditor.preferences.general"
816 name="%page.name.42">
817 </page>
818 <page
819 category="eu.etaxonomy.taxeditor.preferences.general"
820 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.PublishFlagPreference"
821 id="eu.etaxonomy.taxeditor.preferences.publishFlagPreference"
822 name="%page.name.46">
823 </page>
824 <page
825 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
826 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.RankAdminPreference"
827 id="eu.etaxonomy.taxeditor.preferences.adminRankPreference"
828 name="%page.name.5">
829 </page>
830 <page
831 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
832 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalStatusTypeAdminPreference"
833 id="eu.etaxonomy.taxeditor.preferences.adminNomenclaturalStatusTypePreference"
834 name="%page.name.6">
835 </page>
836 <page
837 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
838 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodeAdminPreferencePage"
839 id="eu.etaxonomy.taxeditor.store.page2"
840 name="%page.name.43">
841 </page>
842 <page
843 category="eu.etaxonomy.taxeditor.preferences.general"
844 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportAdminPreference"
845 id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
846 name="%page.name.40">
847 </page>
848 <page
849 category="eu.etaxonomy.taxeditor.preferences.namePreferences"
850 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewAdminConfiguration"
851 id="eu.etaxonomy.taxeditor.store.scientificNameDetails"
852 name="%page.name.61">
853 </page>
854 <page
855 category="eu.etaxonomy.taxeditor.preferences.general"
856 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataAdminPreference"
857 id="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
858 name="%page.name.55">
859 </page>
860 <page
861 category="eu.etaxonomy.taxeditor.store.supplementalDataPreferences"
862 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.SupplementalDataSourceAdminPreference"
863 id="eu.etaxonomy.taxeditor.store.supplementalDataSourcePreferences"
864 name="%page.name.sources">
865 </page>
866 </extension>
867 </plugin>