Property sheet now populated using selection providers and getAdaptor method on NameE...
[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="FreeText - Form">
21 </perspective>
22 <perspective
23 class="eu.etaxonomy.taxeditor.SideBySidePerspective"
24 id="eu.etaxonomy.taxeditor.perspective.sidebyside"
25 name="Edit Taxa Side-by-Side">
26 </perspective>
27 </extension>
28 <extension
29 point="org.eclipse.ui.views">
30 <view
31 class="eu.etaxonomy.taxeditor.view.NameListView"
32 icon="icons/edit_16x16.gif"
33 id="eu.etaxonomy.taxeditor.view.namelistview"
34 name="Name List View">
35 </view>
36 <view
37 class="eu.etaxonomy.taxeditor.view.UndoView"
38 icon="icons/text.gif"
39 id="eu.etaxonomy.taxeditor.view.undoview"
40 name="Recent Actions">
41 </view>
42 <view
43 class="eu.etaxonomy.taxeditor.view.LeftPane"
44 id="eu.etaxonomy.taxeditor.view.LeftPane"
45 name="New ViewPart">
46 </view>
47 <view
48 class="eu.etaxonomy.taxeditor.view.LeftPane"
49 id="eu.etaxonomy.taxeditor.view.LeftPane2"
50 name="New ViewPart">
51 </view>
52 </extension>
53 <extension
54 point="org.eclipse.ui.editors">
55 <editor
56 class="eu.etaxonomy.taxeditor.view.MultiPageTaxonEditor"
57 icon="icons/edit_16x16.gif"
58 id="eu.etaxonomy.taxeditor.view.multipagetaxonview"
59 name="Multitabbed Taxon Editor">
60 </editor>
61 <editor
62 class="eu.etaxonomy.taxeditor.view.NameEditorViewOld"
63 icon="icons/edit_16x16.gif"
64 id="eu.etaxonomy.taxeditor.view.nameeditorview"
65 name="New EditorPart">
66 </editor>
67 <editor
68 class="eu.etaxonomy.taxeditor.view.EmptyEditorView"
69 id="eu.etaxonomy.taxeditor.view.EmptyEditorView"
70 name="New EditorPart">
71 </editor>
72 </extension>
73 <extension
74 id="product"
75 point="org.eclipse.core.runtime.products">
76 <product
77 application="eu.etaxonomy.taxeditor.application"
78 name="EDIT Taxonomic Editor">
79 <property
80 name="appName"
81 value="EDIT Taxonomic Editor - Prototype 2">
82 </property>
83 <property
84 name="aboutImage"
85 value="icons/edit_16x16.gif">
86 </property>
87 <property
88 name="aboutText"
89 value="Thanks for all the laughs!">
90 </property>
91 <property
92 name="windowImages"
93 value="icons/edit_16x16.gif">
94 </property>
95 </product>
96 </extension>
97
98 </plugin>