4b3648ba628134278a751a8556c61d696c36af9d
[taxeditor.git] / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>
3 <plugin>
4
5 <extension
6 id="application"
7 point="org.eclipse.core.runtime.applications">
8 <application>
9 <run
10 class="eu.etaxonomy.taxeditor.TaxEditorApplication">
11 </run>
12 </application>
13 </extension>
14 <extension
15 point="org.eclipse.ui.perspectives">
16 <perspective
17 name="RCP Perspective"
18 class="eu.etaxonomy.taxeditor.Perspective"
19 id="eu.etaxonomy.taxeditor.perspective">
20 </perspective>
21 </extension>
22 <extension
23 point="org.eclipse.ui.views">
24 <view
25 name="Message"
26 allowMultiple="true"
27 icon="icons/sample2.gif"
28 class="eu.etaxonomy.taxeditor.View"
29 id="eu.etaxonomy.taxeditor.view">
30 </view>
31 <view
32 name="Mailboxes"
33 allowMultiple="true"
34 icon="icons/sample3.gif"
35 class="eu.etaxonomy.taxeditor.NavigationView"
36 id="eu.etaxonomy.taxeditor.navigationView">
37 </view>
38 </extension>
39 <extension
40 point="org.eclipse.ui.commands">
41 <category
42 name="Mail"
43 id="eu.etaxonomy.taxeditor.category">
44 </category>
45 <command
46 name="Open Mailbox"
47 description="Opens a mailbox"
48 categoryId="eu.etaxonomy.taxeditor.category"
49 id="eu.etaxonomy.taxeditor.open">
50 </command>
51 <command
52 name="Open Message Dialog"
53 description="Open a message dialog"
54 categoryId="eu.etaxonomy.taxeditor.category"
55 id="eu.etaxonomy.taxeditor.openMessage">
56 </command>
57 </extension>
58 <extension
59 point="org.eclipse.ui.bindings">
60 <key
61 commandId="eu.etaxonomy.taxeditor.open"
62 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
63 sequence="CTRL+2">
64 </key>
65 <key
66 commandId="eu.etaxonomy.taxeditor.openMessage"
67 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
68 sequence="CTRL+3">
69 </key>
70 <key
71 commandId="org.eclipse.ui.file.exit"
72 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
73 sequence="CTRL+X">
74 </key>
75 </extension>
76 <extension
77 id="product"
78 point="org.eclipse.core.runtime.products">
79 <product
80 application="eu.etaxonomy.taxeditor.application"
81 name="Taxonomic Editor">
82 <property
83 name="aboutText"
84 value="RCP Mail template created by PDE">
85 </property>
86 <property
87 name="windowImages"
88 value="icons/sample2.gif">
89 </property>
90 <property
91 name="aboutImage"
92 value="product_lg.gif">
93 </property>
94 </product>
95 </extension>
96
97 </plugin>