minor changes in checklist editor
[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="Cdm Viewer" schema="schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd"/>
5 <extension-point id="eu.etaxonomy.taxeditor.store.preferencePage" name="Preference Page" 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"
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 </extension>
121 <extension
122 point="org.eclipse.core.expressions.definitions">
123 <definition
124 id="isCompatible">
125 <with
126 variable="selection">
127 <test
128 property="eu.etaxonomy.taxeditor.datasource.propertyTester.isCompatible">
129 </test>
130 </with>
131 </definition>
132 <definition
133 id="hasDataModel">
134 <with
135 variable="selection">
136 <test
137 property="eu.etaxonomy.taxeditor.datasource.propertyTester.hasDataModel">
138 </test>
139 </with>
140 </definition>
141 <definition
142 id="isShowExperimentalFeatures">
143 <test
144 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isShowExperimentalFeatures">
145 </test>
146 </definition>
147 <definition
148 id="isModifiable">
149 <with
150 variable="selection">
151 <test
152 property="eu.etaxonomy.taxeditor.store.termEditor.propertyTester.isModifiable">
153 </test>
154 </with>
155 </definition>
156 <definition
157 id="canUPDATE">
158 <with
159 variable="selection">
160 <test
161 args="UPDATE"
162 property="eu.etaxonomy.taxeditor.security.permissionTester.hasPermissions">
163 </test>
164 </with>
165 </definition>
166 <definition
167 id="canDELETE">
168 <with
169 variable="selection">
170 <test
171 args="DELETE"
172 property="eu.etaxonomy.taxeditor.security.permissionTester.hasPermissions">
173 </test>
174 </with>
175 </definition>
176 <definition
177 id="canCREATE">
178 <with
179 variable="selection">
180 <test
181 args="CREATE"
182 property="eu.etaxonomy.taxeditor.security.permissionTester.hasPermissions">
183 </test>
184 </with>
185 </definition>
186 <definition
187 id="isUserLoggedIn">
188 <with
189 variable="eu.etaxonomy.taxeditor.security.user">
190 <instanceof
191 value="eu.etaxonomy.cdm.model.common.User">
192 </instanceof>
193 </with>
194 </definition>
195 <definition
196 id="hasROLE_USER_MANAGER">
197 <with
198 variable="eu.etaxonomy.taxeditor.security.userRoles">
199 <iterate
200 ifEmpty="false"
201 operator="or">
202 <or>
203 <equals
204 value="ROLE_ADMIN">
205 </equals>
206 <equals
207 value="ROLE_USER_MANAGER">
208 </equals>
209 </or>
210 </iterate>
211 </with>
212 </definition>
213 <definition
214 id="hasROLE_PROJECT_MANAGER">
215 <with
216 variable="eu.etaxonomy.taxeditor.security.userRoles">
217 <iterate
218 ifEmpty="false"
219 operator="or">
220 <or>
221 <equals
222 value="ROLE_ADMIN">
223 </equals>
224 <equals
225 value="ROLE_PROJECT_MANAGER">
226 </equals>
227 </or>
228 </iterate>
229 </with>
230 </definition>
231 <definition
232 id="hasROLE_PROJECT_MANAGER_AND_isCdmStoreConnected">
233 <and>
234 <reference
235 definitionId="hasROLE_PROJECT_MANAGER">
236 </reference>
237 <reference
238 definitionId="isCdmStoreConnected">
239 </reference>
240 </and>
241 </definition>
242 <definition
243 id="isChecklistEditorEnabled">
244 <test
245 property="eu.etaxonomy.taxeditor.preference.PreferencePropertyTester.isChecklistEditorEnabled">
246 </test>
247 </definition>
248 </extension>
249 <extension
250 point="org.eclipse.ui.activities">
251 <activity
252 description="%activity.description"
253 id="eu.etaxonomy.taxeditor.store.activityDelete"
254 name="%activity.name">
255 <enabledWhen>
256 <reference
257 definitionId="canDELETE">
258 </reference>
259 </enabledWhen>
260 </activity>
261 <activityPatternBinding
262 activityId="eu.etaxonomy.taxeditor.store.activityDelete"
263 pattern="eu\.etaxonomy\.taxeditor\..*/.*.delete">
264 </activityPatternBinding>
265 <activity
266 description="%activity.description.0"
267 id="eu.etaxonomy.taxeditor.store.activityUpdate"
268 name="%activity.name.0">
269 <enabledWhen>
270 <reference
271 definitionId="canUPDATE">
272 </reference>
273 </enabledWhen>
274 </activity>
275 <activityPatternBinding
276 activityId="eu.etaxonomy.taxeditor.store.activityUpdate"
277 pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.update\..*">
278 </activityPatternBinding>
279 <activity
280 description="%activity.description.1"
281 id="eu.etaxonomy.taxeditor.store.activityCreate"
282 name="%activity.name.1">
283 <enabledWhen>
284 <reference
285 definitionId="canDELETE">
286 </reference>
287 </enabledWhen>
288 </activity>
289 <activityPatternBinding
290 activityId="eu.etaxonomy.taxeditor.store.activityCreate"
291 pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.create\..*">
292 </activityPatternBinding>
293 <activity
294 description="%activity.description.2"
295 id="eu.etaxonomy.taxeditor.store.activityUserManagement"
296 name="%activity.name.2">
297 <enabledWhen>
298 <reference
299 definitionId="hasROLE_USER_MANAGER">
300 </reference>
301 </enabledWhen>
302 </activity>
303 <activityPatternBinding
304 activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
305 pattern="eu\.etaxonomy\.taxeditor\..*/.*.UserManagement">
306 </activityPatternBinding>
307 <activityPatternBinding
308 activityId="eu.etaxonomy.taxeditor.store.activityUserManagement"
309 pattern="eu\.etaxonomy\.taxeditor\..*/bulkeditor\.input\.group">
310 </activityPatternBinding>
311 <activity
312 description="%activity.description.3"
313 id="eu.etaxonomy.taxeditor.store.activityProjectManagement"
314 name="%activity.name.3">
315 <enabledWhen>
316 <reference
317 definitionId="hasROLE_PROJECT_MANAGER">
318 </reference>
319 </enabledWhen>
320 </activity>
321 <activityPatternBinding
322 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
323 pattern="eu\.etaxonomy\.taxeditor\..*/eu\.etaxonomy\.taxeditor\..*\.definedTerm.*">
324 </activityPatternBinding>
325 <activityPatternBinding
326 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
327 pattern="eu.etaxonomy.taxeditor.bulkeditor/bulkeditor.menus.openmenu"
328 isEqualityPattern="true">
329 </activityPatternBinding>
330 <activityPatternBinding
331 activityId="eu.etaxonomy.taxeditor.store.activityProjectManagement"
332 pattern="eu.etaxonomy.taxeditor.bulkeditor/eu.etaxonomy.taxeditor.editor.definedTerm"
333 isEqualityPattern="true">
334 </activityPatternBinding>
335 </extension>
336 <extension
337 point="org.eclipse.ui.services">
338 <sourceProvider
339 provider="eu.etaxonomy.taxeditor.security.AuthenticationSourceProvider">
340 <variable
341 name="eu.etaxonomy.taxeditor.security.userRoles"
342 priorityLevel="workbench">
343 </variable>
344 </sourceProvider>
345 </extension>
346 <extension
347 point="eu.etaxonomy.taxeditor.store.cdmViewer">
348 <viewCommandMapping
349 commandId="eu.etaxonomy.taxeditor.command.openClassificationWizard"
350 selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
351 viewerName="%viewCommandMapping.viewerName.CLASSIFICATION_WIZARD">
352 </viewCommandMapping>
353 <viewCommandMapping
354 commandId="eu.etaxonomy.taxeditor.command.openTaxonNodeWizard"
355 selection="eu.etaxonomy.cdm.model.taxon.TaxonNode"
356 viewerName="%viewCommandMapping.viewerName.TAXON_NODE_WIZARD">
357 </viewCommandMapping>
358 </extension>
359 <extension
360 id="eu.etaxonomy.taxeditor.store.workbench.model"
361 name="Store Workbench Model"
362 point="org.eclipse.e4.workbench.model">
363 <fragment
364 apply="always"
365 uri="fragment.e4xmi">
366 </fragment>
367 </extension>
368 <extension
369 point="eu.etaxonomy.taxeditor.store.preferencePage">
370 <page
371 category="eu.etaxonomy.taxeditor.preferences.general"
372 class="eu.etaxonomy.taxeditor.preference.DebugPreferences"
373 id="eu.etaxonomy.taxeditor.preference.DebugPreferences"
374 name="%page.name.34">
375 </page>
376 <page
377 class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
378 id="eu.etaxonomy.taxeditor.preferences.general"
379 name="%page.name">
380 </page>
381 <page
382 category="eu.etaxonomy.taxeditor.preferences.general"
383 class="eu.etaxonomy.taxeditor.preference.NameDetailsViewConfiguration"
384 id="eu.etaxonomy.taxeditor.preferences.nameDetails"
385 name="%page.name.36">
386 </page>
387 <page
388 category="eu.etaxonomy.taxeditor.preferences.general"
389 class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
390 id="eu.etaxonomy.taxeditor.preferences.description"
391 name="%page.name.0">
392 </page>
393 <page
394 category="eu.etaxonomy.taxeditor.preferences.description"
395 class="eu.etaxonomy.taxeditor.preference.menu.FeatureMenuPreferences"
396 id="eu.etaxonomy.taxeditor.preferences.feature"
397 name="%page.name.1">
398 </page>
399 <page
400 category="eu.etaxonomy.taxeditor.preferences.description"
401 class="eu.etaxonomy.taxeditor.preference.menu.PresenceAbsenceMenuPreferences"
402 id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
403 name="%page.name.2">
404 </page>
405 <page
406 category="eu.etaxonomy.taxeditor.preferences.general"
407 class="eu.etaxonomy.taxeditor.preference.TaxonomicPreferences"
408 id="eu.etaxonomy.taxeditor.preferences.taxonomic"
409 name="%page.name.3">
410 </page>
411 <page
412 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
413 class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalCodePreferences"
414 id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
415 name="%page.name.4">
416 </page>
417 <page
418 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
419 class="eu.etaxonomy.taxeditor.preference.menu.RankMenuPreferences"
420 id="eu.etaxonomy.taxeditor.preferences.ranks"
421 name="%page.name.5">
422 </page>
423 <page
424 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
425 class="eu.etaxonomy.taxeditor.preference.menu.NomenclaturalStatusTypeMenuPreferences"
426 id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
427 name="%page.name.6">
428 </page>
429 <page
430 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
431 class="eu.etaxonomy.taxeditor.preference.menu.NameRelationshipTypeMenuPreferences"
432 id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
433 name="%page.name.7">
434 </page>
435 <page
436 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
437 class="eu.etaxonomy.taxeditor.preference.menu.TaxonRelationshipTypeMenuPreferences"
438 id="taxeditor-store.page1"
439 name="%page.name.8">
440 </page>
441 <page
442 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
443 class="eu.etaxonomy.taxeditor.preference.menu.SpecimenTypeDesignationStatusMenuPreferences"
444 id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
445 name="%page.name.9">
446 </page>
447 <page
448 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
449 class="eu.etaxonomy.taxeditor.preference.menu.NameTypeDesignationStatusMenuPreferences"
450 id="eu.etaxonomy.taxeditor.preferences.nameTypeDesignationStatus"
451 name="%page.name.13">
452 </page>
453 <page
454 category="eu.etaxonomy.taxeditor.preferences.language"
455 class="eu.etaxonomy.taxeditor.preference.menu.LanguageMenuPreferences"
456 id="eu.etaxonomy.taxeditor.preferences.languages"
457 name="%page.name.10">
458 </page>
459 <page
460 category="eu.etaxonomy.taxeditor.preferences.general"
461 class="eu.etaxonomy.taxeditor.preference.menu.MarkerTypeMenuPreferences"
462 id="eu.etaxonomy.taxeditor.preferences.markerTypes"
463 name="%page.name.11">
464 </page>
465 <page
466 category="eu.etaxonomy.taxeditor.preferences.general"
467 class="eu.etaxonomy.taxeditor.preference.menu.ExtensionTypeMenuPreferences"
468 id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
469 name="%page.name.12">
470 </page>
471 <page
472 category="eu.etaxonomy.taxeditor.preferences.description"
473 class="eu.etaxonomy.taxeditor.preference.menu.NamedAreaTypeMenuPreferences"
474 id="eu.etaxonomy.taxeditor.preferences.namedAreaType"
475 name="%page.name.14">
476 </page>
477 <page
478 category="eu.etaxonomy.taxeditor.preferences.general"
479 class="eu.etaxonomy.taxeditor.preference.MatchingPreferences"
480 id="eu.etaxonomy.taxeditor.preferences.matching"
481 name="%page.name.15">
482 </page>
483 <page
484 category="eu.etaxonomy.taxeditor.preferences.matching"
485 class="eu.etaxonomy.taxeditor.preference.matching.NonViralNameMatchingPreference"
486 id="eu.etaxonomy.taxeditor.preferences.matching.nonViralName"
487 name="%page.name.16">
488 </page>
489 <page
490 category="eu.etaxonomy.taxeditor.preferences.matching"
491 class="eu.etaxonomy.taxeditor.preference.matching.ReferenceMatchingPreference"
492 id="eu.etaxonomy.taxeditor.preferences.matching"
493 name="%page.name.17">
494 </page>
495 <page
496 category="eu.etaxonomy.taxeditor.preferences.matching"
497 class="eu.etaxonomy.taxeditor.preference.matching.TeamOrPersonMatchingPreference"
498 id="eu.etaxonomy.taxeditor.preferences.matching"
499 name="%page.name.18">
500 </page>
501 <page
502 category="eu.etaxonomy.taxeditor.preferences.description"
503 class="eu.etaxonomy.taxeditor.preference.menu.StageMenuPreferences"
504 id="eu.etaxonomy.taxeditor.preferences.stage"
505 name="%page.name.19">
506 </page>
507 <page
508 category="eu.etaxonomy.taxeditor.preferences.description"
509 class="eu.etaxonomy.taxeditor.preference.menu.PreservationMethodMenuPreferences"
510 id="eu.etaxonomy.taxeditor.preferences.preservationMethod"
511 name="%page.name.20">
512 </page>
513 <page
514 category="eu.etaxonomy.taxeditor.preferences.feature"
515 class="eu.etaxonomy.taxeditor.preference.DefaultFeatureTreePreferenecs"
516 id="eu.etaxonomy.taxeditor.preferences.defaultFeatureTreePreferenecs"
517 name="%page.name.22">
518 </page>
519 <page
520 category="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
521 class="eu.etaxonomy.taxeditor.preference.LanguageRepresentationPreferencePage"
522 id="eu.etaxonomy.taxeditor.preferences.language"
523 name="%page.name.23">
524 </page>
525 <page
526 category="eu.etaxonomy.taxeditor.preferences.general"
527 class="eu.etaxonomy.taxeditor.preference.MobotOpenUrlPreferences"
528 id="eu.etaxonomy.taxeditor.preferences.mobotOpenUrl"
529 name="%page.name.24">
530 </page>
531 <page
532 category="eu.etaxonomy.taxeditor.preferences.general"
533 class="eu.etaxonomy.taxeditor.preference.TypeDesignationPreferences"
534 id="eu.etaxonomy.taxeditor.preferences.typeDesignation"
535 name="%page.name.25">
536 </page>
537 <page
538 category="eu.etaxonomy.taxeditor.preferences.general"
539 class="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
540 id="eu.etaxonomy.taxeditor.preference.SpecimenOrObservationPreferences"
541 name="%page.name.26">
542 </page>
543 <page
544 category="eu.etaxonomy.taxeditor.preferences.general"
545 class="eu.etaxonomy.taxeditor.preference.MediaPreferences"
546 id="eu.etaxonomy.taxeditor.preference.MediaPreferences"
547 name="%page.name.27">
548 </page>
549 <page
550 category="eu.etaxonomy.taxeditor.preferences.general"
551 class="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreference"
552 id="eu.etaxonomy.taxeditor.preference.ChecklistEditorGeneralPreferencePage"
553 name="%page.name.28">
554 </page>
555 <page
556 category="eu.etaxonomy.taxeditor.preferences.general"
557 class="eu.etaxonomy.taxeditor.preference.LanguageEditorPreferencePage"
558 id="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
559 name="%page.name.30">
560 </page>
561 <page
562 category="eu.etaxonomy.taxeditor.preferences.general"
563 class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
564 id="eu.etaxonomy.taxeditor.preference.TaxonNavigator"
565 name="%page.name.32">
566 </page>
567 </extension>
568 <extension
569 point="eu.etaxonomy.taxeditor.store.adminPreferencePage">
570 <!-- <page
571 class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralAdminPreferences"
572 id="eu.etaxonomy.taxeditor.preferences.general"
573 name="%page.name">
574 </page> -->
575 <page
576 category="eu.etaxonomy.taxeditor.preferences.general"
577 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.ChecklistEditorGeneralPreference"
578 id="eu.etaxonomy.taxeditor.store.checklist"
579 name="%page.name.21">
580 </page>
581 <page
582 category="eu.etaxonomy.taxeditor.preferences.general"
583 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportPreference"
584 id="eu.etaxonomy.taxeditor.store.abcdImportPreference"
585 name="%page.name.40">
586 </page>
587 <page
588 category="eu.etaxonomy.taxeditor.store.abcdImportPreference"
589 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.AbcdImportProvider"
590 id="eu.etaxonomy.taxeditor.store.abcdImportProvider"
591 name="%page.name.41">
592 </page>
593 <page
594
595 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.PublishFlagPreference"
596 id="eu.etaxonomy.taxeditor.preferences.general"
597 name="%page.name.42">
598 </page>
599
600 <page
601 category="eu.etaxonomy.taxeditor.preferences.general"
602 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NomenclaturalCodePreferences"
603 id="eu.etaxonomy.taxeditor.store.page2"
604 name="%page.name.43">
605 </page>
606 <page
607 category="eu.etaxonomy.taxeditor.preferences.general"
608 class="eu.etaxonomy.taxeditor.databaseAdmin.preferencePage.NameDetailsViewConfiguration"
609 id="eu.etaxonomy.taxeditor.store.page3"
610 name="%page.name.44">
611 </page>
612 </extension>
613 </plugin>