Fixed new vocabulary term wizard.
[taxeditor.git] / taxeditor-store / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>
3 <plugin>
4 <extension
5 point="org.eclipse.ui.preferencePages">
6 <page
7 class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
8 id="eu.etaxonomy.taxeditor.preferences.description"
9 name="Description">
10 </page>
11 <page
12 category="eu.etaxonomy.taxeditor.preferences.description"
13 class="eu.etaxonomy.taxeditor.preference.FeatureMenuPreferences"
14 id="eu.etaxonomy.taxeditor.preferences.feature"
15 name="Features">
16 </page>
17 <page
18 category="eu.etaxonomy.taxeditor.preferences.description"
19 class="eu.etaxonomy.taxeditor.preference.DistributionStatusMenuPreferences"
20 id="eu.etaxonomy.taxeditor.preferences.distributionStatus"
21 name="Distribution Status">
22 </page>
23 <page
24 class="eu.etaxonomy.taxeditor.preference.TaxonomicPreferences"
25 id="eu.etaxonomy.taxeditor.preferences.taxonomic"
26 name="Taxonomic">
27 </page>
28 <page
29 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
30 class="eu.etaxonomy.taxeditor.preference.NomenclaturalCodePreferences"
31 id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
32 name="Nomenclatural Code">
33 </page>
34 <!--page
35 class="eu.etaxonomy.taxeditor.store.preference.CdmPreferences"
36 id="eu.etaxonomy.taxeditor.preferences.cdm"
37 name="CDM Datastore">
38 </page>
39 <page
40 category="eu.etaxonomy.taxeditor.preferences.cdm"
41 class="eu.etaxonomy.taxeditor.store.preference.InitializeDbPreferences"
42 id="eu.etaxonomy.taxeditor.preferences.initdb"
43 name="Initialize Datastore">
44 </page-->
45 <page
46 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
47 class="eu.etaxonomy.taxeditor.preference.RankMenuPreferences"
48 id="eu.etaxonomy.taxeditor.preferences.ranks"
49 name="Ranks">
50 </page>
51 <page
52 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
53 class="eu.etaxonomy.taxeditor.preference.NomenclaturalStatusTypeMenuPreferences"
54 id="eu.etaxonomy.taxeditor.preferences.nomenclaturalStatusType"
55 name="Nomenclatural Status Type">
56 </page>
57 <page
58 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
59 class="eu.etaxonomy.taxeditor.preference.NameRelationshipTypeMenuPreferences"
60 id="eu.etaxonomy.taxeditor.preferences.nameRelationshipType"
61 name="Name Relationship Type">
62 </page>
63 <page
64 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
65 class="eu.etaxonomy.taxeditor.preference.TaxonRelationshipTypeMenuPreferences"
66 id="taxeditor-store.page1"
67 name="Taxon Relationship Type">
68 </page>
69 <page
70 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
71 class="eu.etaxonomy.taxeditor.preference.SpecimenTypeDesignationStatusMenuPreferences"
72 id="eu.etaxonomy.taxeditor.preferences.specimenTypeDesignationStatus"
73 name="Specimen Type Designation Status">
74 </page>
75 <page
76 category="eu.etaxonomy.taxeditor.preferences.description"
77 class="eu.etaxonomy.taxeditor.preference.LanguageMenuPreferences"
78 id="eu.etaxonomy.taxeditor.preferences.languages"
79 name="Languages">
80 </page>
81 <page
82 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
83 class="eu.etaxonomy.taxeditor.preference.MarkerTypeMenuPreferences"
84 id="eu.etaxonomy.taxeditor.preferences.markerTypes"
85 name="Marker Types">
86 </page>
87 <page
88 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
89 class="eu.etaxonomy.taxeditor.preference.ExtensionTypeMenuPreferences"
90 id="eu.etaxonomy.taxeditor.preferences.extensionTypes"
91 name="Extension Types">
92 </page>
93 <page
94 category="org.eclipse.ui.preferencePages.Workbench"
95 class="eu.etaxonomy.taxeditor.preference.TaxonomicEditorGeneralPreferences"
96 id="eu.etaxonomy.taxeditor.preferences.general"
97 name="Taxonomic Editor">
98 </page>
99 </extension>
100 <extension
101 point="org.eclipse.ui.views">
102 <view
103 class="eu.etaxonomy.taxeditor.datasource.view.CdmDataSourceView"
104 id="eu.etaxonomy.taxeditor.store.datasource.datasourceView"
105 name="Datasource"
106 restorable="true">
107 </view>
108 <view
109 class="eu.etaxonomy.taxeditor.user.view.UserManagerView"
110 id="eu.etaxonomy.taxeditor.store.userManagerView"
111 name="User Manager"
112 restorable="true">
113 </view>
114 </extension>
115 <extension
116 point="org.eclipse.ui.menus">
117 <menuContribution
118 locationURI="menu:org.eclipse.ui.main.menu">
119 <menu
120 id="org.eclipse.ui.main.menu.window"
121 label="Window">
122 <menu
123 id="eu.etaxonomy.taxeditor.menu.showView"
124 label="Show View">
125 <command
126 commandId="eu.etaxonomy.taxeditor.store.operations.showDatasourceView"
127 label="Datasource"
128 style="push">
129 </command>
130 <command
131 commandId="eu.etaxonomy.taxeditor.store.operations.showUserManagerView"
132 label="User Manager"
133 style="push">
134 </command>
135 </menu>
136 <command
137 commandId="eu.etaxonomy.taxeditor.store.operations.showLoginWindow"
138 label="Login"
139 style="push">
140 </command>
141 </menu>
142 </menuContribution>
143 <menuContribution
144 locationURI="popup:eu.etaxonomy.taxeditor.store.datasource.datasourceView">
145 <command
146 commandId="eu.etaxonomy.taxeditor.store.datasource.change"
147 label="Connect"
148 style="push">
149 </command>
150 <command
151 commandId="eu.etaxonomy.taxeditor.store.datasource.create"
152 label="New"
153 style="push">
154 </command>
155 <command
156 commandId="eu.etaxonomy.taxeditor.store.datasource.edit"
157 label="Edit"
158 style="push">
159 </command>
160 <separator
161 name="eu.etaxonomy.taxeditor.store.datasource.separator"
162 visible="true">
163 </separator>
164 <command
165 commandId="eu.etaxonomy.taxeditor.store.datasource.delete"
166 label="Delete"
167 style="push">
168 </command>
169 </menuContribution>
170 <menuContribution
171 locationURI="menu:org.eclipse.ui.main.menu?before=eu.etaxonomy.taxeditor.navigation.separator">
172 <command
173 commandId="org.eclipse.ui.file.import"
174 label="Import..."
175 style="push">
176 </command>
177 <command
178 commandId="org.eclipse.ui.file.export"
179 label="Export..."
180 style="push">
181 </command>
182 </menuContribution>
183 <menuContribution
184 locationURI="toolbar:org.eclipse.ui.trim.status">
185 <toolbar
186 id="eu.etaxonomy.taxeditor.store.authentication.trim.toolbar">
187 <control
188 class="eu.etaxonomy.taxeditor.user.AuthenticatedUserBar">
189 </control>
190 </toolbar>
191 </menuContribution>
192 <menuContribution
193 locationURI="popup:eu.etaxonomy.taxeditor.store.userManagerView">
194 <command
195 commandId="eu.etaxonomy.taxeditor.store.createUser"
196 label="New"
197 style="push">
198 </command>
199 <command
200 commandId="eu.etaxonomy.taxeditor.store.editUser"
201 label="Edit"
202 style="push">
203 </command>
204 <separator
205 name="eu.etaxonomy.taxeditor.store.userManager.separator"
206 visible="true">
207 </separator>
208 <command
209 commandId="eu.etaxonomy.taxeditor.store.deleteUser"
210 label="Delete"
211 style="push">
212 </command>
213 </menuContribution>
214 </extension>
215 <extension
216 name="Window Menu Commands"
217 point="org.eclipse.ui.commands">
218 <command
219 defaultHandler="eu.etaxonomy.taxeditor.handler.ShowDataSourceViewHandler"
220 id="eu.etaxonomy.taxeditor.store.operations.showDatasourceView"
221 name="Show Datasource View">
222 </command>
223 <command
224 defaultHandler="eu.etaxonomy.taxeditor.handler.ShowUserManagerViewHandler"
225 id="eu.etaxonomy.taxeditor.store.operations.showUserManagerView"
226 name="Show User Manager View">
227 </command>
228 <command
229 defaultHandler="eu.etaxonomy.taxeditor.handler.ShowLoginWindowHandler"
230 id="eu.etaxonomy.taxeditor.store.operations.showLoginWindow"
231 name="Show Login Window">
232 </command>
233 </extension>
234 <extension
235 name="Popup Menu Commands"
236 point="org.eclipse.ui.commands">
237 <command
238 defaultHandler="eu.etaxonomy.taxeditor.datasource.handler.ChangeConnectionHandler"
239 id="eu.etaxonomy.taxeditor.store.datasource.change"
240 name="Connect Datasource">
241 </command>
242 <command
243 defaultHandler="eu.etaxonomy.taxeditor.datasource.handler.EditDataSourceHandler"
244 id="eu.etaxonomy.taxeditor.store.datasource.edit"
245 name="Edit Datasource">
246 </command>
247 <command
248 defaultHandler="eu.etaxonomy.taxeditor.datasource.handler.CreateDataSourceHandler"
249 id="eu.etaxonomy.taxeditor.store.datasource.create"
250 name="Create Datasource">
251 </command>
252 <command
253 defaultHandler="eu.etaxonomy.taxeditor.datasource.handler.DeleteDataSourceHandler"
254 id="eu.etaxonomy.taxeditor.store.datasource.delete"
255 name="Delete Datasource">
256 </command>
257 </extension>
258 <extension
259 point="org.eclipse.ui.commands">
260 <command
261 defaultHandler="eu.etaxonomy.taxeditor.user.handler.CreateUserHandler"
262 id="eu.etaxonomy.taxeditor.store.createUser"
263 name="Create User">
264 </command>
265 <command
266 defaultHandler="eu.etaxonomy.taxeditor.user.handler.EditUserHandler"
267 id="eu.etaxonomy.taxeditor.store.editUser"
268 name="Edit User">
269 </command>
270 <command
271 defaultHandler="eu.etaxonomy.taxeditor.user.handler.DeleteUserHandler"
272 id="eu.etaxonomy.taxeditor.store.deleteUser"
273 name="Delete User">
274 </command>
275 </extension>
276 <extension
277 point="org.eclipse.ui.perspectiveExtensions">
278 <perspectiveExtension
279 targetID="eu.etaxonomy.taxeditor.application.perspective">
280 <view
281 id="eu.etaxonomy.taxeditor.store.datasource.datasourceView"
282 minimized="false"
283 ratio="0.8"
284 relationship="bottom"
285 relative="org.eclipse.ui.editorss"
286 visible="false">
287 </view>
288 <view
289 id="eu.etaxonomy.taxeditor.store.userManagerView"
290 minimized="false"
291 ratio="0.8"
292 relationship="bottom"
293 relative="org.eclipse.ui.editorss"
294 visible="false">
295 </view>
296 </perspectiveExtension>
297 </extension>
298 <extension
299 point="org.eclipse.ui.importWizards">
300 <category
301 id="eu.etaxonomy.taxeditor.import.category.cdm"
302 name="CDM">
303 </category>
304 <wizard
305 category="eu.etaxonomy.taxeditor.import.category.cdm"
306 class="eu.etaxonomy.taxeditor.io.TcsImportWizard"
307 id="eu.etaxonomy.taxeditor.io.import.tcs"
308 name="TCS">
309 </wizard>
310 <wizard
311 category="eu.etaxonomy.taxeditor.import.category.cdm"
312 class="eu.etaxonomy.taxeditor.io.JaxbImportWizard"
313 id="eu.etaxonomy.taxeditor.io.import.excel"
314 name="JAXB">
315 </wizard>
316 <category
317 id="eu.etaxonomy.taxeditor.import.category.excel"
318 name="Excel">
319 </category>
320 <wizard
321 category="eu.etaxonomy.taxeditor.import.category.cdm"
322 class="eu.etaxonomy.taxeditor.io.BerlinModelImportWizard"
323 id="eu.etaxonomy.taxeditor.io.import.berlinModel"
324 name="Berlin Model">
325 </wizard>
326 </extension>
327 <extension
328 point="org.eclipse.ui.exportWizards">
329 <category
330 id="eu.etaxonomy.taxeditor.export.category.cdm"
331 name="CDM">
332 </category>
333 <wizard
334 category="eu.etaxonomy.taxeditor.export.category.cdm"
335 class="eu.etaxonomy.taxeditor.io.TcsExportWizard"
336 id="eu.etaxonomy.taxeditor.io.export.tcs"
337 name="TCS">
338 </wizard>
339 <wizard
340 category="eu.etaxonomy.taxeditor.export.category.cdm"
341 class="eu.etaxonomy.taxeditor.io.JaxbExportWizard"
342 id="eu.etaxonomy.taxeditor.io.export.excel"
343 name="JAXB">
344 </wizard>
345 <wizard
346 category="eu.etaxonomy.taxeditor.export.category.cdm"
347 class="eu.etaxonomy.taxeditor.io.BerlinModelExportWizard"
348 id="eu.etaxonomy.taxeditor.io.export.berlinModel"
349 name="Berlin Model">
350 </wizard>
351 <category
352 id="eu.etaxonomy.taxeditor.export.category.excel"
353 name="Excel">
354 </category>
355 </extension>
356 <extension
357 point="org.eclipse.ui.activities">
358 <activity
359 description="Test"
360 id="test.Export"
361 name="Test"/>
362 <activityPatternBinding
363 activityId="test.Export"
364 pattern="org\.eclipse\.ui\.wizard\.export\.*/org\.eclipse\.ui\.wizard\.import\.*"/>
365 <categoryActivityBinding
366 activityId="test.Export"
367 categoryId="test.category"/>
368 <category
369 id="test.category"
370 name="testCategory">
371 </category>
372 </extension>
373 <extension
374 point="org.eclipse.ui.views">
375 <view
376 name="Progress View"
377 icon="icons/pview.gif"
378 category="org.eclipse.ui"
379 class="org.eclipse.ui.ExtensionFactory:progressView"
380 id="org.eclipse.ui.views.ProgressView">
381 </view>
382 </extension>
383
384 </plugin>