Preferences have used legacy preference classes to this point - checkin before attemp...
[taxeditor.git] / eclipseprojects / eu.etaxonomy.taxeditor / 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.Application">
11 </run>
12 </application>
13 </extension>
14 <extension
15 point="org.eclipse.ui.perspectives">
16 <perspective
17 class="eu.etaxonomy.taxeditor.FreetextPropertiesPerspective"
18 fixed="false"
19 id="eu.etaxonomy.taxeditor.perspective.freetextproperties"
20 name="Show Properties">
21 </perspective>
22 <perspective
23 class="eu.etaxonomy.taxeditor.SideBySidePerspective"
24 id="eu.etaxonomy.taxeditor.perspective.sidebyside"
25 name="Hide Properties">
26 </perspective>
27 </extension>
28 <extension
29 point="org.eclipse.ui.views">
30 <view
31 class="eu.etaxonomy.taxeditor.navigation.TaxonomicTreeView"
32 icon="icons/edit_16x16.gif"
33 id="eu.etaxonomy.taxeditor.navigation.taxonomictreeview"
34 name="Taxonomic Tree">
35 </view>
36 <view
37 class="eu.etaxonomy.taxeditor.navigation.RecentNamesView"
38 icon="icons/edit_16x16.gif"
39 id="eu.etaxonomy.taxeditor.navigation.recentnamesview"
40 name="Recent Names">
41 </view>
42 <view
43 class="eu.etaxonomy.taxeditor.navigation.SearchView"
44 icon="icons/edit_16x16.gif"
45 id="eu.etaxonomy.taxeditor.navigation.searchview"
46 name="Search">
47 </view>
48 <view
49 class="eu.etaxonomy.taxeditor.navigation.FavoritesView"
50 icon="icons/edit_16x16.gif"
51 id="eu.etaxonomy.taxeditor.navigation.favoritesview"
52 name="Favorites">
53 </view>
54 <view
55 class="eu.etaxonomy.taxeditor.navigation.NameListView"
56 icon="icons/edit_16x16.gif"
57 id="eu.etaxonomy.taxeditor.view.namelistview"
58 name="Name List View">
59 </view>
60 <view
61 class="eu.etaxonomy.taxeditor.editor.UndoView"
62 icon="icons/edit_16x16.gif"
63 id="eu.etaxonomy.taxeditor.view.undoview"
64 name="Recent Actions">
65 </view>
66 <view
67 class="eu.etaxonomy.taxeditor.navigation.LeftPane"
68 icon="icons/edit_16x16.gif"
69 id="eu.etaxonomy.taxeditor.view.LeftPane"
70 name="New ViewPart">
71 </view>
72 <view
73 class="eu.etaxonomy.taxeditor.navigation.LeftPane"
74 icon="icons/edit_16x16.gif"
75 id="eu.etaxonomy.taxeditor.view.LeftPane2"
76 name="New ViewPart">
77 </view>
78 </extension>
79 <extension
80 point="org.eclipse.ui.editors">
81 <editor
82 class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
83 icon="icons/edit_16x16.gif"
84 id="eu.etaxonomy.taxeditor.editor.multipagetaxonview"
85 name="Multitabbed Taxon Editor">
86 </editor>
87 <editor
88 class="eu.etaxonomy.taxeditor.editor.NameEditorViewOld"
89 icon="icons/edit_16x16.gif"
90 id="eu.etaxonomy.taxeditor.view.nameeditorview"
91 name="Name Editor">
92 </editor>
93 <editor
94 class="eu.etaxonomy.taxeditor.editor.EmptyEditorView"
95 icon="icons/edit_16x16.gif"
96 id="eu.etaxonomy.taxeditor.view.EmptyEditorView"
97 name="New EditorPart">
98 </editor>
99 </extension>
100 <extension
101 id="product"
102 point="org.eclipse.core.runtime.products">
103 <product
104 application="eu.etaxonomy.taxeditor.application"
105 name="EDIT Taxonomic Editor">
106 <property
107 name="appName"
108 value="EDIT Taxonomic Editor">
109 </property>
110 <property
111 name="aboutImage"
112 value="icons/edit_16x16.gif">
113 </property>
114 <property
115 name="aboutText"
116 value="Thanks for all the laughs!">
117 </property>
118 <property
119 name="windowImages"
120 value="icons/edit_16x16.gif">
121 </property>
122 </product>
123 </extension>
124 <extension
125 point="org.eclipse.ui.preferencePages">
126 <page
127 class="eu.etaxonomy.taxeditor.preference.TaxonomicPreferences"
128 id="eu.etaxonomy.taxeditor.preferences"
129 name="Taxonomic">
130 </page>
131 <page
132 category="eu.etaxonomy.taxeditor.preferences"
133 class="eu.etaxonomy.taxeditor.preference.NomenclaturalCodePreferences"
134 id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
135 name="Nomenclatural Code">
136 </page>
137 <page
138 class="eu.etaxonomy.taxeditor.preference.InitializeDbPreferences"
139 id="eu.etaxonomy.taxeditor.preferences.initdb"
140 name="Initialize Datastore">
141 </page>
142 </extension>
143 <extension
144 id="product1"
145 point="org.eclipse.core.runtime.products">
146 <product
147 application="eu.etaxonomy.taxeditor.application"
148 name="%productName">
149 <property
150 name="windowImages"
151 value="eclipse.gif,eclipse32.gif,eclipse48.gif,eclipse.png,eclipse32.png">
152 </property>
153 <property
154 name="aboutText"
155 value="%productBlurb">
156 </property>
157 <property
158 name="aboutImage"
159 value="eclipse_lg.gif">
160 </property>
161 <property
162 name="startupForegroundColor"
163 value="C8D5EA">
164 </property>
165 <property
166 name="startupProgressRect"
167 value="0,280,455,15">
168 </property>
169 <property
170 name="startupMessageRect"
171 value="7,220,441,20">
172 </property>
173 <property
174 name="appName"
175 value="%productName">
176 </property>
177 <property
178 name="preferenceCustomization"
179 value="plugin_customization.ini">
180 </property>
181 </product>
182 </extension>
183 <extension
184 id="TaxEditorProduct"
185 point="org.eclipse.core.runtime.products">
186 <product
187 application="eu.etaxonomy.taxeditor.application"
188 name="%productName">
189 <property
190 name="windowImages"
191 value="eclipse.gif,eclipse32.gif,eclipse48.gif,eclipse.png,eclipse32.png">
192 </property>
193 <property
194 name="aboutText"
195 value="%productBlurb">
196 </property>
197 <property
198 name="aboutImage"
199 value="eclipse_lg.gif">
200 </property>
201 <property
202 name="startupForegroundColor"
203 value="C8D5EA">
204 </property>
205 <property
206 name="startupProgressRect"
207 value="0,280,455,15">
208 </property>
209 <property
210 name="startupMessageRect"
211 value="7,220,441,20">
212 </property>
213 <property
214 name="appName"
215 value="%productName">
216 </property>
217 <property
218 name="preferenceCustomization"
219 value="plugin_customization.ini">
220 </property>
221 </product>
222 </extension>
223 </plugin>