Project

General

Profile

Download (9.17 KB) Statistics
| Branch: | Tag: | Revision:
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="true"
19
            id="eu.etaxonomy.taxeditor.perspective.freetextproperties"
20
            name="Show Properties">
21
      </perspective>
22
      <perspective
23
            class="eu.etaxonomy.taxeditor.SideBySidePerspective"
24
            fixed="true"
25
            id="eu.etaxonomy.taxeditor.perspective.sidebyside"
26
            name="Hide Properties">
27
      </perspective>
28
   </extension>
29
   <extension
30
         point="org.eclipse.ui.views">
31
      <view
32
            class="eu.etaxonomy.taxeditor.navigation.TaxonomicTreeView"
33
            icon="icons/edit_16x16.gif"
34
            id="eu.etaxonomy.taxeditor.navigation.taxonomictreeview"
35
            name="Taxonomic Tree">
36
      </view>
37
      <view
38
            class="eu.etaxonomy.taxeditor.navigation.RecentNamesView"
39
            icon="icons/edit_16x16.gif"
40
            id="eu.etaxonomy.taxeditor.navigation.recentnamesview"
41
            name="Recent Names">
42
      </view>
43
      <view
44
            class="eu.etaxonomy.taxeditor.navigation.SearchView"
45
            icon="icons/edit_16x16.gif"
46
            id="eu.etaxonomy.taxeditor.navigation.searchview"
47
            name="Search">
48
      </view>
49
      <view
50
            class="eu.etaxonomy.taxeditor.navigation.FavoritesView"
51
            icon="icons/edit_16x16.gif"
52
            id="eu.etaxonomy.taxeditor.navigation.favoritesview"
53
            name="Favorites">
54
      </view>
55
      <view
56
            class="eu.etaxonomy.taxeditor.editor.UndoView"
57
            icon="icons/edit_16x16.gif"
58
            id="eu.etaxonomy.taxeditor.view.undoview"
59
            name="Recent Actions">
60
      </view>
61
   </extension>
62
   <extension
63
         point="org.eclipse.ui.editors">
64
      <editor
65
            class="eu.etaxonomy.taxeditor.editor.MultiPageTaxonEditor"
66
            icon="icons/edit_16x16.gif"
67
            id="eu.etaxonomy.taxeditor.editor.multipagetaxonview"
68
            name="Multitabbed Taxon Editor">
69
      </editor>
70
      <editor
71
            class="eu.etaxonomy.taxeditor.editor.EmptyEditorView"
72
            icon="icons/edit_16x16.gif"
73
            id="eu.etaxonomy.taxeditor.view.EmptyEditorView"
74
            name="New EditorPart">
75
      </editor>
76
   </extension>
77
   <extension
78
         id="product"
79
         point="org.eclipse.core.runtime.products">
80
      <product
81
            application="eu.etaxonomy.taxeditor.application"
82
            name="EDIT Taxonomic Editor">
83
         <property
84
               name="appName"
85
               value="EDIT Taxonomic Editor">
86
         </property>
87
         <property
88
               name="aboutImage"
89
               value="icons/edit_16x16.gif">
90
         </property>
91
         <property
92
               name="aboutText"
93
               value="Thanks for all the laughs!">
94
         </property>
95
         <property
96
               name="windowImages"
97
               value="icons/edit_16x16.gif">
98
         </property>
99
      </product>
100
   </extension>
101
   <extension
102
         point="org.eclipse.ui.preferencePages">
103
      <page
104
            class="eu.etaxonomy.taxeditor.preference.TaxonomicPreferences"
105
            id="eu.etaxonomy.taxeditor.preferences.taxonomic"
106
            name="Taxonomic">
107
      </page>
108
      <page
109
            category="eu.etaxonomy.taxeditor.preferences.taxonomic"
110
            class="eu.etaxonomy.taxeditor.preference.NomenclaturalCodePreferences"
111
            id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
112
            name="Nomenclatural Code">
113
      </page>
114
      <page
115
            class="eu.etaxonomy.taxeditor.preference.CdmPreferences"
116
            id="eu.etaxonomy.taxeditor.preferences.cdm"
117
            name="CDM Datastore">
118
      </page>      
119
      <page
120
      		category="eu.etaxonomy.taxeditor.preferences.cdm"
121
            class="eu.etaxonomy.taxeditor.preference.InitializeDbPreferences"
122
            id="eu.etaxonomy.taxeditor.preferences.initdb"
123
            name="Initialize Datastore">
124
      </page>
125
      <page
126
            class="eu.etaxonomy.taxeditor.preference.DescriptionPreferences"
127
            id="eu.etaxonomy.taxeditor.preferences.description"
128
            name="Description">
129
      </page>      
130
      <page
131
      		category="eu.etaxonomy.taxeditor.preferences.description"
132
            class="eu.etaxonomy.taxeditor.preference.FeaturePreferences"
133
            id="eu.etaxonomy.taxeditor.preferences.feature"
134
            name="Preferred Features">
135
      </page>
136
      <page
137
            category="eu.etaxonomy.taxeditor.preferences.taxonomic"
138
            class="eu.etaxonomy.taxeditor.preference.RankMenuPreferences"
139
            id="eu.etaxonomy.taxeditor.preferences.ranks"
140
            name="Preferred Ranks">
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="icons/edit_16x16.gif">
192
         </property>
193
         <property
194
               name="aboutText"
195
               value="%productBlurb">
196
         </property>
197
         <property
198
               name="startupForegroundColor"
199
               value="C8D5EA">
200
         </property>
201
         <property
202
               name="startupProgressRect"
203
               value="0,280,455,15">
204
         </property>
205
         <property
206
               name="startupMessageRect"
207
               value="7,220,441,20">
208
         </property>
209
         <property
210
               name="appName"
211
               value="%productName">
212
         </property>
213
         <property
214
               name="preferenceCustomization"
215
               value="plugin_customization.ini">
216
         </property>
217
      </product>
218
   </extension>
219
   <extension
220
         id="TaxEditorProduct"
221
         point="org.eclipse.core.runtime.products">
222
      <product
223
            application="eu.etaxonomy.taxeditor.application"
224
            name="%productName">
225
         <property
226
               name="windowImages"
227
               value="icons/edit_16x16.gif,eclipse32.gif,eclipse48.gif,eclipse.png,eclipse32.png">
228
         </property>
229
         <property
230
               name="aboutText"
231
               value="%productBlurb">
232
         </property>
233
         <property
234
               name="aboutImage"
235
               value="eclipse_lg.gif">
236
         </property>
237
         <property
238
               name="startupForegroundColor"
239
               value="C8D5EA">
240
         </property>
241
         <property
242
               name="startupProgressRect"
243
               value="0,280,455,15">
244
         </property>
245
         <property
246
               name="startupMessageRect"
247
               value="7,220,441,20">
248
         </property>
249
         <property
250
               name="preferenceCustomization"
251
               value="plugin_customization.ini">
252
         </property>
253
      </product>
254
   </extension>
255
   <extension id="saveAllActionSet"
256
   		 name="Save All"
257
         point="org.eclipse.ui.actionSets">
258
      <actionSet
259
            id="eu.etaxonomy.taxeditor.actionSet"
260
            label="Save All Action Set"
261
            visible="true">
262
         <action
263
               class="eu.etaxonomy.taxeditor.actions.SaveAllAction"
264
               icon="icons/save_edit.gif"
265
               id="eu.etaxonomy.taxeditor.actions.SampleAction"
266
               label="&amp;Sample Action"
267
               toolbarPath="sampleGroup"
268
               tooltip="Save all currently open taxa">
269
         </action>
270
      </actionSet>
271
   </extension>
272
</plugin>
(6-6/8)