Project

General

Profile

Download (15.7 KB) Statistics
| Branch: | Tag: | Revision:
1 9651449a p.ciardelli
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.2"?>
3
<plugin>
4
   <extension
5
         id="application"
6 4db49a38 Alexander Oppermann
         name="%extension.name"
7 9651449a p.ciardelli
         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 ba38418d n.hoffmann
            class="eu.etaxonomy.taxeditor.perspective.Taxonomic"
21
            id="eu.etaxonomy.taxeditor.application.perspective.taxonomic"
22 4db49a38 Alexander Oppermann
            name="%perspective.name">
23 9651449a p.ciardelli
      </perspective>
24 a20b4301 Andreas Müller
      <!--perspective
25 ba38418d n.hoffmann
            class="eu.etaxonomy.taxeditor.perspective.BulkEditing"
26
            id="eu.etaxonomy.taxeditor.application.perspective.bulkeditor"
27
            name="Bulk Editing">
28 a20b4301 Andreas Müller
      </perspective-->
29 1e024343 Andreas Müller
      <perspective
30 ba38418d n.hoffmann
            class="eu.etaxonomy.taxeditor.perspective.PolytomousKey"
31
            id="eu.etaxonomy.taxeditor.application.perspective.polytomous"
32 4db49a38 Alexander Oppermann
            name="%perspective.name.0">
33 1e024343 Andreas Müller
      </perspective>
34 a20b4301 Andreas Müller
      <perspective
35 953c844d a.theys
            class="eu.etaxonomy.taxeditor.perspective.Uses"
36
            id="eu.etaxonomy.taxeditor.application.perspective.uses"
37 4db49a38 Alexander Oppermann
            name="%perspective.name.1">
38 a20b4301 Andreas Müller
      </perspective>
39 c296e574 Patric Plitzner
      <perspective
40
            class="eu.etaxonomy.taxeditor.perspective.DerivatePerspective"
41 d00b84de Patric Plitzner
            icon="icons/specimen_derivate-16x16-32.png"
42 c296e574 Patric Plitzner
            id="eu.etaxonomy.taxeditor.application.perspective.derivates"
43 4db49a38 Alexander Oppermann
            name="%perspective.name.2">
44 c296e574 Patric Plitzner
      </perspective>
45 4483d1dd Alexander Oppermann
      <perspective
46
            class="eu.etaxonomy.taxeditor.perspective.ChecklistPerspective"
47
            icon="icons/check.png"
48
            id="eu.etaxonomy.taxeditor.perspective.checklistperspective"
49
            name="Checklist">
50
      </perspective>
51 a10131a0 a.theys
     
52 9651449a p.ciardelli
   </extension>
53
   <!--extension
54
         point="org.eclipse.ui.views">
55
      <view
56
            class="eu.etaxonomy.taxeditor.navigation.taxonomictree.TaxonomicTreeView"
57
            id="eu.etaxonomy.taxeditor.navigation.taxonomictree.treeView"
58
            name="Taxonomic Tree">
59
      </view>
60
      <view
61
            allowMultiple="true"
62
            class="eu.etaxonomy.taxeditor.navigation.search.SearchResultView"
63
            id="eu.etaxonomy.taxeditor.navigation.search.searchResultView"
64
            name="Search Result"
65
            restorable="true">
66
      </view>
67
   </extension-->
68 ba38418d n.hoffmann
 <extension
69
       point="org.eclipse.ui.perspectiveExtensions">
70
    <perspectiveExtension
71
          targetID="eu.etaxonomy.taxeditor.application.perspective.bulkeditor">
72
       <showInPart
73
             id="eu.etaxonomy.taxeditor.editor.forms.detailsView">
74
       </showInPart>
75
       <showInPart
76
             id="eu.etaxonomy.taxeditor.bulkeditor.referencingobjectsview">
77
       </showInPart>
78
    </perspectiveExtension>
79
    <perspectiveExtension
80
          targetID="eu.etaxonomy.taxeditor.application.perspective.polytomous">
81
       <showInPart
82
             id="eu.etaxonomy.taxeditor.editor.forms.detailsView">
83
       </showInPart>
84
    </perspectiveExtension>
85 a10131a0 a.theys
    <perspectiveExtension
86 953c844d a.theys
          targetID="eu.etaxonomy.taxeditor.application.perspective.uses">
87 a10131a0 a.theys
       <showInPart
88
             id="eu.etaxonomy.taxeditor.editor.forms.detailsView">
89
       </showInPart>
90
    </perspectiveExtension>
91 ba38418d n.hoffmann
 </extension>
92 9651449a p.ciardelli
   <extension
93
         point="org.eclipse.ui.menus">
94
      <menuContribution
95
            locationURI="menu:org.eclipse.ui.main.menu">
96
         <menu
97
               id="org.eclipse.ui.main.menu.file"
98 4db49a38 Alexander Oppermann
               label="%menu.label">
99 9651449a p.ciardelli
         </menu>
100
         <menu
101
               id="org.eclipse.ui.main.menu.edit"
102 4db49a38 Alexander Oppermann
               label="%menu.label.0">
103 9651449a p.ciardelli
         </menu>
104
         <menu
105
               id="org.eclipse.ui.main.menu.window"
106 4db49a38 Alexander Oppermann
               label="%menu.label.1">
107 9651449a p.ciardelli
         </menu>
108
         <menu
109
               id="org.eclipse.ui.main.menu.help"
110 4db49a38 Alexander Oppermann
               label="%menu.label.2">
111 9651449a p.ciardelli
         </menu>
112 50e78e10 p.ciardelli
      </menuContribution>
113
      <menuContribution
114 d17bd7e8 n.hoffmann
            locationURI="menu:org.eclipse.ui.main.menu.file">
115
         <menu
116
               id="eu.etaxonomy.navigation.menu.new"
117 4db49a38 Alexander Oppermann
               label="%menu.label.3">
118 d17bd7e8 n.hoffmann
         </menu>
119 50e78e10 p.ciardelli
         <separator
120 d17bd7e8 n.hoffmann
               name="eu.etaxonomy.taxeditor.application.filemenu.new"
121 50e78e10 p.ciardelli
               visible="true">
122
         </separator>
123
         <command
124
               commandId="org.eclipse.ui.file.close"
125 4db49a38 Alexander Oppermann
               label="%command.label"
126 50e78e10 p.ciardelli
               style="push">
127
         </command>
128
         <command
129
               commandId="org.eclipse.ui.file.closeAll"
130 4db49a38 Alexander Oppermann
               label="%command.label.0"
131 50e78e10 p.ciardelli
               style="push">
132
         </command>
133
         <separator
134 d17bd7e8 n.hoffmann
               name="eu.etaxonomy.taxeditor.application.filemenu.close"
135 50e78e10 p.ciardelli
               visible="true">
136
         </separator>
137
         <command
138
               commandId="org.eclipse.ui.file.save"
139 4db49a38 Alexander Oppermann
               label="%command.label.1"
140 50e78e10 p.ciardelli
               style="push">
141
         </command>
142
         <command
143
               commandId="org.eclipse.ui.file.saveAll"
144 4db49a38 Alexander Oppermann
               label="%command.label.2"
145 50e78e10 p.ciardelli
               style="push">
146
         </command>
147 d17bd7e8 n.hoffmann
         <separator
148
               name="eu.etaxonomy.taxeditor.application.filemenu.save"
149
               visible="true">
150
         </separator>
151
         <command
152
               commandId="org.eclipse.ui.file.import"
153 4db49a38 Alexander Oppermann
               label="%command.label.3"
154 d17bd7e8 n.hoffmann
               style="push">
155
         </command>
156
         <command
157
               commandId="org.eclipse.ui.file.export"
158 4db49a38 Alexander Oppermann
               label="%command.label.4"
159 d17bd7e8 n.hoffmann
               style="push">
160
         </command>
161
         <separator
162
               name="eu.etaxonomy.taxeditor.application.filemenu.io"
163
               visible="true">
164
         </separator>
165
         <command
166
               commandId="org.eclipse.ui.file.exit"
167
               id="eu.etaxonomy.taxeditor.application.menu.exit"
168 4db49a38 Alexander Oppermann
               label="%command.label.5"
169 d17bd7e8 n.hoffmann
               style="push">
170
         </command>
171
      </menuContribution>
172
      <menuContribution
173
            locationURI="menu:org.eclipse.ui.main.menu.edit">
174
         <command
175
               commandId="org.eclipse.ui.edit.undo"
176 4db49a38 Alexander Oppermann
               label="%command.label.6">
177 d17bd7e8 n.hoffmann
         </command>
178
         <command
179
               commandId="org.eclipse.ui.edit.redo"
180 4db49a38 Alexander Oppermann
               label="%command.label.7"
181 d17bd7e8 n.hoffmann
               style="push">
182
         </command>
183
         <separator
184
               name="eu.etaxonomy.taxeditor.ui.edit.separator1"
185
               visible="true">
186
         </separator>
187
         <command
188
               commandId="org.eclipse.ui.edit.cut"
189 4db49a38 Alexander Oppermann
               label="%command.label.8"
190 d17bd7e8 n.hoffmann
               style="push">
191
         </command>
192
         <command
193
               commandId="org.eclipse.ui.edit.copy"
194 4db49a38 Alexander Oppermann
               label="%command.label.9"
195 d17bd7e8 n.hoffmann
               style="push">
196
         </command>
197
         <command
198
               commandId="org.eclipse.ui.edit.paste"
199 4db49a38 Alexander Oppermann
               label="%command.label.10"
200 d17bd7e8 n.hoffmann
               style="push">
201
         </command>
202
         <separator
203
               name="eu.etaxonomy.taxeditor.ui.edit.separator2"
204
               visible="true">
205
         </separator>
206
         <command
207
               commandId="org.eclipse.ui.edit.delete"
208 4db49a38 Alexander Oppermann
               label="%command.label.11"
209 d17bd7e8 n.hoffmann
               style="push">
210
         </command>
211
      </menuContribution>
212
      <menuContribution
213
            locationURI="menu:org.eclipse.ui.main.menu.window">
214 84e0905d n.hoffmann
         <separator
215 a4ec021f n.hoffmann
               name="eu.etaxonomy.taxeditor.application.windowMenu.last"
216 84e0905d n.hoffmann
               visible="true">
217
         </separator>
218 d17bd7e8 n.hoffmann
         <command
219
               commandId="org.eclipse.ui.window.preferences"
220 4db49a38 Alexander Oppermann
               label="%command.label.12"
221 d17bd7e8 n.hoffmann
               style="push">
222
         </command>
223
      </menuContribution>
224
      <menuContribution
225
            locationURI="menu:org.eclipse.ui.main.menu.help">
226
         <command
227
               commandId="org.eclipse.ui.help.helpContents"
228 4db49a38 Alexander Oppermann
               label="%command.label.13"
229 5d1860a1 n.hoffmann
               style="push">
230
         </command>
231
         <command
232
               commandId="org.eclipse.ui.help.helpSearch"
233 4db49a38 Alexander Oppermann
               label="%command.label.14"
234 5d1860a1 n.hoffmann
               style="push">
235
         </command>
236
         <separator
237
               name="eu.etaxonomy.taxeditor.ui.help.separator0"
238
               visible="true">
239
         </separator>
240
         <command
241
               commandId="org.eclipse.ui.help.dynamicHelp"
242 4db49a38 Alexander Oppermann
               label="%command.label.15"
243 d17bd7e8 n.hoffmann
               style="push">
244
         </command>
245 d9385697 p.ciardelli
         <command
246 a4ec021f n.hoffmann
               commandId="eu.etaxonomy.taxeditor.application.help.parser"
247 4db49a38 Alexander Oppermann
               label="%command.label.16"
248 d9385697 p.ciardelli
               style="push">
249
         </command>
250 d17bd7e8 n.hoffmann
         <separator
251
               name="eu.etaxonomy.taxeditor.ui.help.separator1"
252
               visible="true">
253
         </separator>
254 49c6e8c3 Cherian Mathew
         <!--command
255
               commandId="eu.etaxonomy.taxeditor.install"
256
               label="%command.label.18"
257
               style="push"/-->
258 d17bd7e8 n.hoffmann
         <command
259 49c6e8c3 Cherian Mathew
               commandId="eu.etaxonomy.taxeditor.update"
260 4db49a38 Alexander Oppermann
               label="%command.label.17"
261 49c6e8c3 Cherian Mathew
               style="push"/>    
262 d17bd7e8 n.hoffmann
         <separator
263
               name="eu.etaxonomy.taxeditor.ui.help.separator2"
264
               visible="true">
265
         </separator>
266
         <command
267
               commandId="org.eclipse.ui.help.aboutAction"
268 4db49a38 Alexander Oppermann
               label="%command.label.19">
269 d17bd7e8 n.hoffmann
         </command>
270 d9385697 p.ciardelli
         <command
271 a4ec021f n.hoffmann
               commandId="eu.etaxonomy.taxeditor.application.help.aboutPlatform"
272 4db49a38 Alexander Oppermann
               label="%command.label.20"
273 d9385697 p.ciardelli
               style="push">
274
         </command>
275 d17bd7e8 n.hoffmann
      </menuContribution>
276
            <menuContribution
277
            locationURI="toolbar:org.eclipse.ui.main.toolbar">
278
         <toolbar
279
               id="eu.etaxonomy.taxeditor.editor.main">
280
            <command
281
                  commandId="org.eclipse.ui.newWizard"
282 4db49a38 Alexander Oppermann
                  label="%command.label.21"
283 d17bd7e8 n.hoffmann
                  style="push">
284
            </command>
285
            <command
286
                  commandId="org.eclipse.ui.file.save"
287 4db49a38 Alexander Oppermann
                  label="%command.label.22"
288 d17bd7e8 n.hoffmann
                  style="push">
289
            </command>
290
         </toolbar>
291
      </menuContribution>
292 9651449a p.ciardelli
   </extension>
293
   <extension
294 f9dc4154 n.hoffmann
         id="product"
295 9651449a p.ciardelli
         point="org.eclipse.core.runtime.products">
296
      <product
297
            application="eu.etaxonomy.taxeditor.application.application"
298 4db49a38 Alexander Oppermann
            name="%product.name">
299 9651449a p.ciardelli
         <property
300
               name="windowImages"
301 fc78d44d n.hoffmann
               value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">
302 9651449a p.ciardelli
         </property>
303
         <property
304
               name="aboutText"
305
               value="%productBlurb">
306
         </property>
307
         <!--property
308
               name="startupForegroundColor"
309
               value="#C8D5EA"-->
310
         <property
311
               name="startupForegroundColor"
312
               value="000000">
313
         </property>
314
         <property
315
               name="startupProgressRect"
316
               value="5,447,366,15">
317
         </property>
318
         <property
319
               name="startupMessageRect"
320
               value="7,432,360,20">
321
         </property>
322
         <property
323
               name="appName"
324 35861667 n.hoffmann
               value="EDIT Taxonomic Editor">
325 9651449a p.ciardelli
         </property>
326
         <property
327
               name="preferenceCustomization"
328
               value="plugin_customization.ini">
329
         </property>
330 44298827 n.hoffmann
         <property
331
               name="aboutImage"
332
               value="icons/256color_48x48.gif">
333
         </property>
334 9651449a p.ciardelli
      </product>
335 50e78e10 p.ciardelli
   </extension>
336
   <extension
337
         point="org.eclipse.ui.commands">
338 d9385697 p.ciardelli
      <command
339
            defaultHandler="eu.etaxonomy.taxeditor.OpenExternalParserHelpHandler"
340 a4ec021f n.hoffmann
            id="eu.etaxonomy.taxeditor.application.help.parser"
341 4db49a38 Alexander Oppermann
            name="%command.name">
342 d9385697 p.ciardelli
      </command>
343
      <command
344
            defaultHandler="eu.etaxonomy.taxeditor.OpenExternalAboutPlatformHandler"
345 a4ec021f n.hoffmann
            id="eu.etaxonomy.taxeditor.application.help.aboutPlatform"
346 4db49a38 Alexander Oppermann
            name="%command.name.0">
347 d9385697 p.ciardelli
      </command>
348 49c6e8c3 Cherian Mathew
      <command
349
            defaultHandler="eu.etaxonomy.taxeditor.update.UpdateHandler"
350
            id="eu.etaxonomy.taxeditor.update"
351
            name="%command.label.17">
352
      </command>
353
      <command
354
            defaultHandler="eu.etaxonomy.taxeditor.update.InstallNewSoftwareHandler"
355
            id="eu.etaxonomy.taxeditor.install"
356
            name="%command.label.18">
357
      </command>
358 9651449a p.ciardelli
   </extension>
359 49c6e8c3 Cherian Mathew
   
360
   
361 3639db17 p.ciardelli
	<extension
362
		point="org.eclipse.ui.activities">
363
		<activity
364 4db49a38 Alexander Oppermann
			description="%activity.description"
365 84e0905d n.hoffmann
			id="eu.etaxonomy.taxeditor.disable"
366 4db49a38 Alexander Oppermann
			name="%activity.name">
367 3639db17 p.ciardelli
		</activity>
368
		<activityPatternBinding
369 84e0905d n.hoffmann
			activityId="eu.etaxonomy.taxeditor.disable"
370 3639db17 p.ciardelli
			pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.project">
371
		</activityPatternBinding>
372
		<activityPatternBinding
373 84e0905d n.hoffmann
			activityId="eu.etaxonomy.taxeditor.disable"
374 3639db17 p.ciardelli
			pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.file">
375
		</activityPatternBinding>
376
		<activityPatternBinding
377 84e0905d n.hoffmann
			activityId="eu.etaxonomy.taxeditor.disable"
378 3639db17 p.ciardelli
			pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.folder">
379
		</activityPatternBinding>
380
		<activityPatternBinding
381 84e0905d n.hoffmann
			activityId="eu.etaxonomy.taxeditor.disable"
382 3639db17 p.ciardelli
			pattern="org\.eclipse\.ui\.editors/org\.eclipse\.ui\.editors\.wizards\.UntitledTextFileWizard">
383
		</activityPatternBinding>
384 30f3257c n.hoffmann
  <activityPatternBinding
385 84e0905d n.hoffmann
        activityId="eu.etaxonomy.taxeditor.disable"
386
        pattern="org\.eclipse\..*externaltools.*">
387 30f3257c n.hoffmann
  </activityPatternBinding>
388
  <activityPatternBinding
389 84e0905d n.hoffmann
        activityId="eu.etaxonomy.taxeditor.disable"
390
        pattern="org\.eclipse\.debug.*">
391 30f3257c n.hoffmann
  </activityPatternBinding>
392
  <activityPatternBinding
393 84e0905d n.hoffmann
        activityId="eu.etaxonomy.taxeditor.disable"
394
        pattern="org\.eclipse\.team.*">
395 30f3257c n.hoffmann
  </activityPatternBinding>
396
  <activityPatternBinding
397 84e0905d n.hoffmann
        activityId="eu.etaxonomy.taxeditor.disable"
398
        pattern="org\.eclipse\.ant.*">
399
  </activityPatternBinding>
400
  <activityPatternBinding
401
        activityId="eu.etaxonomy.taxeditor.disable"
402
        pattern="org\.eclipse\.pde.*">
403
  </activityPatternBinding>
404
  <activityPatternBinding
405
        activityId="eu.etaxonomy.taxeditor.disable"
406
        pattern="org\.eclipse\.jdt.*">
407
  </activityPatternBinding>
408
  <activityPatternBinding
409
        activityId="eu.etaxonomy.taxeditor.disable"
410
        pattern="org\.eclipse\.search.*">
411 30f3257c n.hoffmann
  </activityPatternBinding>
412 3639db17 p.ciardelli
	</extension>
413 b6f47468 n.hoffmann
 <extension
414
       id="eu_etaxonomy_taxeditor_product"
415
       point="org.eclipse.core.runtime.products">
416
    <product
417
          application="eu.etaxonomy.taxeditor.application.application"
418 49c6e8c3 Cherian Mathew
          name="EDIT Taxonomic Editor">
419 b6f47468 n.hoffmann
       <property
420
             name="appName"
421
             value="EDIT Taxonomic Editor">
422
       </property>
423
       <property
424
             name="aboutImage"
425
             value="icons/256color_48x48.gif">
426
       </property>
427
       <property
428
             name="aboutText"
429
             value="%productBlurb">
430
       </property>
431
       <property
432
             name="windowImages"
433
             value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">
434
       </property>
435
       <property
436
             name="startupForegroundColor"
437
             value="000000">
438
       </property>
439
       <property
440
             name="startupMessageRect"
441
             value="7,432,360,20">
442
       </property>
443
       <property
444
             name="startupProgressRect"
445
             value="5,447,366,15">
446
       </property>
447
       <property
448
             name="preferenceCustomization"
449
             value="plugin_customization.ini">
450
       </property>
451
    </product>
452
 </extension>
453 33490b61 p.ciardelli
454 9651449a p.ciardelli
</plugin>