Re-implemented taxonomic tree using Common Navigator Framework.
[taxeditor.git] / 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="Taxonomic Editor"
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"
21 id="eu.etaxonomy.taxeditor.application.perspective"
22 name="Taxonomic">
23 </perspective>
24 </extension>
25 <extension
26 point="org.eclipse.ui.editors">
27 <editor
28 class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
29 default="false"
30 id="eu.etaxonomy.taxeditor.editor.multipagetaxoneditor"
31 name="Multitabbed Taxon Editor">
32 </editor>
33 </extension>
34 <!--extension
35 point="org.eclipse.ui.views">
36 <view
37 class="eu.etaxonomy.taxeditor.navigation.taxonomictree.TaxonomicTreeView"
38 id="eu.etaxonomy.taxeditor.navigation.taxonomictree.treeView"
39 name="Taxonomic Tree">
40 </view>
41 <view
42 allowMultiple="true"
43 class="eu.etaxonomy.taxeditor.navigation.search.SearchResultView"
44 id="eu.etaxonomy.taxeditor.navigation.search.searchResultView"
45 name="Search Result"
46 restorable="true">
47 </view>
48 </extension-->
49 <extension
50 point="org.eclipse.ui.menus">
51 <menuContribution
52 locationURI="menu:org.eclipse.ui.main.menu">
53 <menu
54 id="org.eclipse.ui.main.menu.file"
55 label="File">
56 </menu>
57 </menuContribution>
58 <menuContribution
59 locationURI="menu:org.eclipse.ui.main.menu.file">
60 <separator
61 name="eu.etaxonomy.taxeditor.application.filemenu.separator"
62 visible="true">
63 </separator>
64 <command
65 commandId="org.eclipse.ui.file.exit"
66 id="eu.etaxonomy.taxeditor.application.menu.exit"
67 label="Exit"
68 style="push">
69 </command>
70 </menuContribution>
71 <menuContribution
72 locationURI="menu:org.eclipse.ui.main.menu">
73 <menu
74 id="org.eclipse.ui.main.menu.edit"
75 label="Edit">
76 <command
77 commandId="org.eclipse.ui.edit.undo"
78 label="Undo">
79 </command>
80 <command
81 commandId="org.eclipse.ui.edit.redo"
82 label="Redo"
83 style="push">
84 </command>
85 <separator
86 name="eu.etaxonomy.taxeditor.ui.edit.separator1"
87 visible="true">
88 </separator>
89 <command
90 commandId="org.eclipse.ui.edit.cut"
91 label="Cut"
92 style="push">
93 </command>
94 <command
95 commandId="org.eclipse.ui.edit.copy"
96 label="Copy"
97 style="push">
98 </command>
99 <command
100 commandId="org.eclipse.ui.edit.paste"
101 label="Paste"
102 style="push">
103 </command>
104 <separator
105 name="eu.etaxonomy.taxeditor.ui.edit.separator2"
106 visible="true">
107 </separator>
108 <command
109 commandId="org.eclipse.ui.edit.delete"
110 label="Delete"
111 style="push">
112 </command>
113 </menu>
114 </menuContribution>
115 <menuContribution
116 locationURI="menu:org.eclipse.ui.main.menu">
117 <menu
118 id="org.eclipse.ui.main.menu.window"
119 label="Window">
120 <command
121 commandId="org.eclipse.ui.window.preferences"
122 label="Preferences"
123 style="push">
124 </command>
125 </menu>
126 </menuContribution>
127 <menuContribution
128 locationURI="menu:org.eclipse.ui.main.menu">
129 <menu
130 id="org.eclipse.ui.main.menu.help"
131 label="Help">
132 <command
133 commandId="org.eclipse.ui.help.helpContents"
134 label="Help Contents"
135 style="push">
136 </command>
137 <separator
138 name="eu.etaxonomy.taxeditor.ui.help.separator1"
139 visible="true">
140 </separator>
141 <command
142 commandId="org.eclipse.ui.update.findAndInstallUpdates"
143 label="Software Updates..."
144 style="push">
145 </command>
146 <separator
147 name="eu.etaxonomy.taxeditor.ui.help.separator2"
148 visible="true">
149 </separator>
150 <command
151 commandId="org.eclipse.ui.help.aboutAction"
152 label="About Taxonomic Editor">
153 </command>
154 </menu>
155 </menuContribution>
156 </extension>
157 <extension
158 id="TaxonomicEditor"
159 point="org.eclipse.core.runtime.products">
160 <product
161 application="eu.etaxonomy.taxeditor.application.application"
162 name="%productName">
163 <property
164 name="windowImages"
165 value="icons/edit_16x16.gif">
166 </property>
167 <property
168 name="aboutText"
169 value="%productBlurb">
170 </property>
171 <!--property
172 name="startupForegroundColor"
173 value="#C8D5EA"-->
174 <property
175 name="startupForegroundColor"
176 value="000000">
177 </property>
178 <property
179 name="startupProgressRect"
180 value="5,447,366,15">
181 </property>
182 <property
183 name="startupMessageRect"
184 value="7,432,360,20">
185 </property>
186 <property
187 name="appName"
188 value="%productName">
189 </property>
190 <property
191 name="preferenceCustomization"
192 value="plugin_customization.ini">
193 </property>
194 </product>
195 </extension>
196 <!--extension
197 point="org.eclipse.ui.perspectiveExtensions">
198 <perspectiveExtension
199 targetID="eu.etaxonomy.taxeditor.application.perspective">
200 <view
201 closeable="true"
202 id="eu.etaxonomy.taxeditor.navigation.taxonomictree.treeView"
203 minimized="false"
204 moveable="false"
205 ratio="0.4"
206 relationship="left"
207 relative="org.eclipse.ui.editorss"
208 visible="true">
209 </view>
210 </perspectiveExtension>
211 </extension-->
212 </plugin>