merge validation editor branch to trunk
[taxeditor.git] / eu.etaxonomy.taxeditor.application / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>
3 <plugin>
4 <extension
5 id="application"
6 name="%extension.name"
7 point="org.eclipse.core.runtime.applications">
8 <application
9 cardinality="singleton-global"
10 thread="main"
11 visible="true">
12 <run
13 class="eu.etaxonomy.taxeditor.Application">
14 </run>
15 </application>
16 </extension>
17 <extension
18 point="org.eclipse.ui.perspectives">
19 <perspective
20 class="eu.etaxonomy.taxeditor.perspective.Taxonomic"
21 id="eu.etaxonomy.taxeditor.application.perspective.taxonomic"
22 name="%perspective.name">
23 </perspective>
24 <!--perspective
25 class="eu.etaxonomy.taxeditor.perspective.BulkEditing"
26 id="eu.etaxonomy.taxeditor.application.perspective.bulkeditor"
27 name="Bulk Editing">
28 </perspective-->
29 <perspective
30 class="eu.etaxonomy.taxeditor.perspective.PolytomousKey"
31 id="eu.etaxonomy.taxeditor.application.perspective.polytomous"
32 name="%perspective.name.0">
33 </perspective>
34 <perspective
35 class="eu.etaxonomy.taxeditor.perspective.Uses"
36 id="eu.etaxonomy.taxeditor.application.perspective.uses"
37 name="%perspective.name.1">
38 </perspective>
39 <perspective
40 class="eu.etaxonomy.taxeditor.perspective.DerivatePerspective"
41 icon="icons/specimen_derivate-16x16-32.png"
42 id="eu.etaxonomy.taxeditor.application.perspective.derivates"
43 name="%perspective.name.2">
44 </perspective>
45 <perspective
46 class="eu.etaxonomy.taxeditor.perspective.ChecklistPerspective"
47 icon="icons/check.png"
48 id="eu.etaxonomy.taxeditor.perspective.checklistperspective"
49 name="Checklist">
50 </perspective>
51
52 </extension>
53 <!--extension
54 point="org.eclipse.ui.views">
55 <view
56 class="eu.etaxonomy.taxeditor.navigation.taxonomictree.TaxonomicTreeView"
57 id="eu.etaxonomy.taxeditor.navigation.taxonomictree.treeView"
58 name="Taxonomic Tree">
59 </view>
60 <view
61 allowMultiple="true"
62 class="eu.etaxonomy.taxeditor.navigation.search.SearchResultView"
63 id="eu.etaxonomy.taxeditor.navigation.search.searchResultView"
64 name="Search Result"
65 restorable="true">
66 </view>
67 </extension-->
68 <extension
69 point="org.eclipse.ui.perspectiveExtensions">
70 <perspectiveExtension
71 targetID="eu.etaxonomy.taxeditor.application.perspective.bulkeditor">
72 <showInPart
73 id="eu.etaxonomy.taxeditor.editor.forms.detailsView">
74 </showInPart>
75 <showInPart
76 id="eu.etaxonomy.taxeditor.bulkeditor.referencingobjectsview">
77 </showInPart>
78 </perspectiveExtension>
79 <perspectiveExtension
80 targetID="eu.etaxonomy.taxeditor.application.perspective.polytomous">
81 <showInPart
82 id="eu.etaxonomy.taxeditor.editor.forms.detailsView">
83 </showInPart>
84 </perspectiveExtension>
85 <perspectiveExtension
86 targetID="eu.etaxonomy.taxeditor.application.perspective.uses">
87 <showInPart
88 id="eu.etaxonomy.taxeditor.editor.forms.detailsView">
89 </showInPart>
90 </perspectiveExtension>
91 </extension>
92 <extension
93 point="org.eclipse.ui.menus">
94 <menuContribution
95 locationURI="menu:org.eclipse.ui.main.menu">
96 <menu
97 id="org.eclipse.ui.main.menu.file"
98 label="%menu.label">
99 </menu>
100 <menu
101 id="org.eclipse.ui.main.menu.edit"
102 label="%menu.label.0">
103 </menu>
104 <menu
105 id="org.eclipse.ui.main.menu.window"
106 label="%menu.label.1">
107 </menu>
108 <menu
109 id="org.eclipse.ui.main.menu.help"
110 label="%menu.label.2">
111 </menu>
112 </menuContribution>
113 <menuContribution
114 locationURI="menu:org.eclipse.ui.main.menu.file">
115 <menu
116 id="eu.etaxonomy.navigation.menu.new"
117 label="%menu.label.3">
118 </menu>
119 <separator
120 name="eu.etaxonomy.taxeditor.application.filemenu.new"
121 visible="true">
122 </separator>
123 <command
124 commandId="org.eclipse.ui.file.close"
125 label="%command.label"
126 style="push">
127 </command>
128 <command
129 commandId="org.eclipse.ui.file.closeAll"
130 label="%command.label.0"
131 style="push">
132 </command>
133 <separator
134 name="eu.etaxonomy.taxeditor.application.filemenu.close"
135 visible="true">
136 </separator>
137 <command
138 commandId="org.eclipse.ui.file.save"
139 label="%command.label.1"
140 style="push">
141 </command>
142 <command
143 commandId="org.eclipse.ui.file.saveAll"
144 label="%command.label.2"
145 style="push">
146 </command>
147 <separator
148 name="eu.etaxonomy.taxeditor.application.filemenu.save"
149 visible="true">
150 </separator>
151 <command
152 commandId="org.eclipse.ui.file.import"
153 label="%command.label.3"
154 style="push">
155 </command>
156 <command
157 commandId="org.eclipse.ui.file.export"
158 label="%command.label.4"
159 style="push">
160 </command>
161 <separator
162 name="eu.etaxonomy.taxeditor.application.filemenu.io"
163 visible="true">
164 </separator>
165 <command
166 commandId="org.eclipse.ui.file.exit"
167 id="eu.etaxonomy.taxeditor.application.menu.exit"
168 label="%command.label.5"
169 style="push">
170 </command>
171 </menuContribution>
172 <menuContribution
173 locationURI="menu:org.eclipse.ui.main.menu.edit">
174 <command
175 commandId="org.eclipse.ui.edit.undo"
176 label="%command.label.6">
177 </command>
178 <command
179 commandId="org.eclipse.ui.edit.redo"
180 label="%command.label.7"
181 style="push">
182 </command>
183 <separator
184 name="eu.etaxonomy.taxeditor.ui.edit.separator1"
185 visible="true">
186 </separator>
187 <command
188 commandId="org.eclipse.ui.edit.cut"
189 label="%command.label.8"
190 style="push">
191 </command>
192 <command
193 commandId="org.eclipse.ui.edit.copy"
194 label="%command.label.9"
195 style="push">
196 </command>
197 <command
198 commandId="org.eclipse.ui.edit.paste"
199 label="%command.label.10"
200 style="push">
201 </command>
202 <separator
203 name="eu.etaxonomy.taxeditor.ui.edit.separator2"
204 visible="true">
205 </separator>
206 <command
207 commandId="org.eclipse.ui.edit.delete"
208 label="%command.label.11"
209 style="push">
210 </command>
211 </menuContribution>
212 <menuContribution
213 locationURI="menu:org.eclipse.ui.main.menu.window">
214 <separator
215 name="eu.etaxonomy.taxeditor.application.windowMenu.last"
216 visible="true">
217 </separator>
218 <command
219 commandId="org.eclipse.ui.window.preferences"
220 label="%command.label.12"
221 style="push">
222 </command>
223 </menuContribution>
224 <menuContribution
225 locationURI="menu:org.eclipse.ui.main.menu.help">
226 <command
227 commandId="org.eclipse.ui.help.helpContents"
228 label="%command.label.13"
229 style="push">
230 </command>
231 <command
232 commandId="org.eclipse.ui.help.helpSearch"
233 label="%command.label.14"
234 style="push">
235 </command>
236 <separator
237 name="eu.etaxonomy.taxeditor.ui.help.separator0"
238 visible="true">
239 </separator>
240 <command
241 commandId="org.eclipse.ui.help.dynamicHelp"
242 label="%command.label.15"
243 style="push">
244 </command>
245 <command
246 commandId="eu.etaxonomy.taxeditor.application.help.parser"
247 label="%command.label.16"
248 style="push">
249 </command>
250 <separator
251 name="eu.etaxonomy.taxeditor.ui.help.separator1"
252 visible="true">
253 </separator>
254 <!--command
255 commandId="eu.etaxonomy.taxeditor.install"
256 label="%command.label.18"
257 style="push"/-->
258 <command
259 commandId="eu.etaxonomy.taxeditor.update"
260 label="%command.label.17"
261 style="push"/>
262 <separator
263 name="eu.etaxonomy.taxeditor.ui.help.separator2"
264 visible="true">
265 </separator>
266 <command
267 commandId="org.eclipse.ui.help.aboutAction"
268 label="%command.label.19">
269 </command>
270 <command
271 commandId="eu.etaxonomy.taxeditor.application.help.aboutPlatform"
272 label="%command.label.20"
273 style="push">
274 </command>
275 </menuContribution>
276 <menuContribution
277 locationURI="toolbar:org.eclipse.ui.main.toolbar">
278 <toolbar
279 id="eu.etaxonomy.taxeditor.editor.main">
280 <command
281 commandId="org.eclipse.ui.newWizard"
282 label="%command.label.21"
283 style="push">
284 </command>
285 <command
286 commandId="org.eclipse.ui.file.save"
287 label="%command.label.22"
288 style="push">
289 </command>
290 </toolbar>
291 </menuContribution>
292 </extension>
293 <extension
294 id="product"
295 point="org.eclipse.core.runtime.products">
296 <product
297 application="eu.etaxonomy.taxeditor.application.application"
298 name="%product.name">
299 <property
300 name="windowImages"
301 value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">
302 </property>
303 <property
304 name="aboutText"
305 value="%productBlurb">
306 </property>
307 <!--property
308 name="startupForegroundColor"
309 value="#C8D5EA"-->
310 <property
311 name="startupForegroundColor"
312 value="000000">
313 </property>
314 <property
315 name="startupProgressRect"
316 value="5,447,366,15">
317 </property>
318 <property
319 name="startupMessageRect"
320 value="7,432,360,20">
321 </property>
322 <property
323 name="appName"
324 value="EDIT Taxonomic Editor">
325 </property>
326 <property
327 name="preferenceCustomization"
328 value="plugin_customization.ini">
329 </property>
330 <property
331 name="aboutImage"
332 value="icons/256color_48x48.gif">
333 </property>
334 </product>
335 </extension>
336 <extension
337 point="org.eclipse.ui.commands">
338 <command
339 defaultHandler="eu.etaxonomy.taxeditor.OpenExternalParserHelpHandler"
340 id="eu.etaxonomy.taxeditor.application.help.parser"
341 name="%command.name">
342 </command>
343 <command
344 defaultHandler="eu.etaxonomy.taxeditor.OpenExternalAboutPlatformHandler"
345 id="eu.etaxonomy.taxeditor.application.help.aboutPlatform"
346 name="%command.name.0">
347 </command>
348 <command
349 defaultHandler="eu.etaxonomy.taxeditor.update.UpdateHandler"
350 id="eu.etaxonomy.taxeditor.update"
351 name="%command.label.17">
352 </command>
353 <command
354 defaultHandler="eu.etaxonomy.taxeditor.update.InstallNewSoftwareHandler"
355 id="eu.etaxonomy.taxeditor.install"
356 name="%command.label.18">
357 </command>
358 </extension>
359
360
361 <extension
362 point="org.eclipse.ui.activities">
363 <activity
364 description="%activity.description"
365 id="eu.etaxonomy.taxeditor.disable"
366 name="%activity.name">
367 </activity>
368 <activityPatternBinding
369 activityId="eu.etaxonomy.taxeditor.disable"
370 pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.project">
371 </activityPatternBinding>
372 <activityPatternBinding
373 activityId="eu.etaxonomy.taxeditor.disable"
374 pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.file">
375 </activityPatternBinding>
376 <activityPatternBinding
377 activityId="eu.etaxonomy.taxeditor.disable"
378 pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.folder">
379 </activityPatternBinding>
380 <activityPatternBinding
381 activityId="eu.etaxonomy.taxeditor.disable"
382 pattern="org\.eclipse\.ui\.editors/org\.eclipse\.ui\.editors\.wizards\.UntitledTextFileWizard">
383 </activityPatternBinding>
384 <activityPatternBinding
385 activityId="eu.etaxonomy.taxeditor.disable"
386 pattern="org\.eclipse\..*externaltools.*">
387 </activityPatternBinding>
388 <activityPatternBinding
389 activityId="eu.etaxonomy.taxeditor.disable"
390 pattern="org\.eclipse\.debug.*">
391 </activityPatternBinding>
392 <activityPatternBinding
393 activityId="eu.etaxonomy.taxeditor.disable"
394 pattern="org\.eclipse\.team.*">
395 </activityPatternBinding>
396 <activityPatternBinding
397 activityId="eu.etaxonomy.taxeditor.disable"
398 pattern="org\.eclipse\.ant.*">
399 </activityPatternBinding>
400 <activityPatternBinding
401 activityId="eu.etaxonomy.taxeditor.disable"
402 pattern="org\.eclipse\.pde.*">
403 </activityPatternBinding>
404 <activityPatternBinding
405 activityId="eu.etaxonomy.taxeditor.disable"
406 pattern="org\.eclipse\.jdt.*">
407 </activityPatternBinding>
408 <activityPatternBinding
409 activityId="eu.etaxonomy.taxeditor.disable"
410 pattern="org\.eclipse\.search.*">
411 </activityPatternBinding>
412 </extension>
413 <extension
414 id="eu_etaxonomy_taxeditor_product"
415 point="org.eclipse.core.runtime.products">
416 <product
417 application="eu.etaxonomy.taxeditor.application.application"
418 name="EDIT Taxonomic Editor">
419 <property
420 name="appName"
421 value="EDIT Taxonomic Editor">
422 </property>
423 <property
424 name="aboutImage"
425 value="icons/256color_48x48.gif">
426 </property>
427 <property
428 name="aboutText"
429 value="%productBlurb">
430 </property>
431 <property
432 name="windowImages"
433 value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">
434 </property>
435 <property
436 name="startupForegroundColor"
437 value="000000">
438 </property>
439 <property
440 name="startupMessageRect"
441 value="7,432,360,20">
442 </property>
443 <property
444 name="startupProgressRect"
445 value="5,447,366,15">
446 </property>
447 <property
448 name="preferenceCustomization"
449 value="plugin_customization.ini">
450 </property>
451 </product>
452 </extension>
453
454 </plugin>