Added message and link "Your data source is empty. Click here to create a root taxon...
[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.editor.UndoView"
56 icon="icons/edit_16x16.gif"
57 id="eu.etaxonomy.taxeditor.view.undoview"
58 name="Recent Actions">
59 </view>
60 </extension>
61 <extension
62 point="org.eclipse.ui.editors">
63 <editor
64 class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
65 icon="icons/edit_16x16.gif"
66 id="eu.etaxonomy.taxeditor.editor.multipagetaxonview"
67 name="Multitabbed Taxon Editor">
68 </editor>
69 <editor
70 class="eu.etaxonomy.taxeditor.editor.EmptyEditorView"
71 icon="icons/edit_16x16.gif"
72 id="eu.etaxonomy.taxeditor.view.EmptyEditorView"
73 name="New EditorPart">
74 </editor>
75 </extension>
76 <extension
77 id="product"
78 point="org.eclipse.core.runtime.products">
79 <product
80 application="eu.etaxonomy.taxeditor.application"
81 name="EDIT Taxonomic Editor">
82 <property
83 name="appName"
84 value="EDIT Taxonomic Editor">
85 </property>
86 <property
87 name="aboutImage"
88 value="icons/edit_16x16.gif">
89 </property>
90 <property
91 name="aboutText"
92 value="Thanks for all the laughs!">
93 </property>
94 <property
95 name="windowImages"
96 value="icons/edit_16x16.gif">
97 </property>
98 </product>
99 </extension>
100 <extension
101 point="org.eclipse.ui.preferencePages">
102 <page
103 class="eu.etaxonomy.taxeditor.preference.TaxonomicPreferences"
104 id="eu.etaxonomy.taxeditor.preferences.taxonomic"
105 name="Taxonomic">
106 </page>
107 <page
108 category="eu.etaxonomy.taxeditor.preferences.taxonomic"
109 class="eu.etaxonomy.taxeditor.preference.NomenclaturalCodePreferences"
110 id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
111 name="Nomenclatural Code">
112 </page>
113 <page
114 class="eu.etaxonomy.taxeditor.preference.CdmPreferences"
115 id="eu.etaxonomy.taxeditor.preferences.cdm"
116 name="CDM Datastore">
117 </page>
118 <page
119 category="eu.etaxonomy.taxeditor.preferences.cdm"
120 class="eu.etaxonomy.taxeditor.preference.InitializeDbPreferences"
121 id="eu.etaxonomy.taxeditor.preferences.initdb"
122 name="Initialize Datastore">
123 </page>
124 <page
125 class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
126 id="eu.etaxonomy.taxeditor.preferences.description"
127 name="Description">
128 </page>
129 <page
130 category="eu.etaxonomy.taxeditor.preferences.description"
131 class="eu.etaxonomy.taxeditor.preference.FeaturePreferences"
132 id="eu.etaxonomy.taxeditor.preferences.feature"
133 name="Preferred Features">
134 </page>
135 </extension>
136 <extension
137 id="product1"
138 point="org.eclipse.core.runtime.products">
139 <product
140 application="eu.etaxonomy.taxeditor.application"
141 name="%productName">
142 <property
143 name="windowImages"
144 value="eclipse.gif,eclipse32.gif,eclipse48.gif,eclipse.png,eclipse32.png">
145 </property>
146 <property
147 name="aboutText"
148 value="%productBlurb">
149 </property>
150 <property
151 name="aboutImage"
152 value="eclipse_lg.gif">
153 </property>
154 <property
155 name="startupForegroundColor"
156 value="C8D5EA">
157 </property>
158 <property
159 name="startupProgressRect"
160 value="0,280,455,15">
161 </property>
162 <property
163 name="startupMessageRect"
164 value="7,220,441,20">
165 </property>
166 <property
167 name="appName"
168 value="%productName">
169 </property>
170 <property
171 name="preferenceCustomization"
172 value="plugin_customization.ini">
173 </property>
174 </product>
175 </extension>
176 <extension
177 id="TaxEditorProduct"
178 point="org.eclipse.core.runtime.products">
179 <product
180 application="eu.etaxonomy.taxeditor.application"
181 name="%productName">
182 <property
183 name="windowImages"
184 value="eclipse.gif,eclipse32.gif,eclipse48.gif,eclipse.png,eclipse32.png">
185 </property>
186 <property
187 name="aboutText"
188 value="%productBlurb">
189 </property>
190 <property
191 name="aboutImage"
192 value="eclipse_lg.gif">
193 </property>
194 <property
195 name="startupForegroundColor"
196 value="C8D5EA">
197 </property>
198 <property
199 name="startupProgressRect"
200 value="0,280,455,15">
201 </property>
202 <property
203 name="startupMessageRect"
204 value="7,220,441,20">
205 </property>
206 <property
207 name="appName"
208 value="%productName">
209 </property>
210 <property
211 name="preferenceCustomization"
212 value="plugin_customization.ini">
213 </property>
214 </product>
215 </extension>
216 </plugin>