Testing whether corrupt dir "taxeditor/controller" is still there.
[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.view.TaxonomicTreeView"
32 icon="icons/edit_16x16.gif"
33 id="eu.etaxonomy.taxeditor.view.taxonomictreeview"
34 name="Taxonomic Tree">
35 </view>
36 <view
37 class="eu.etaxonomy.taxeditor.view.RecentNamesView"
38 icon="icons/edit_16x16.gif"
39 id="eu.etaxonomy.taxeditor.view.recentnamesview"
40 name="Recent Names">
41 </view>
42 <view
43 class="eu.etaxonomy.taxeditor.view.SearchView"
44 icon="icons/edit_16x16.gif"
45 id="eu.etaxonomy.taxeditor.view.searchview"
46 name="Search">
47 </view>
48 <view
49 class="eu.etaxonomy.taxeditor.view.FavoritesView"
50 icon="icons/edit_16x16.gif"
51 id="eu.etaxonomy.taxeditor.view.favoritesview"
52 name="Favorites">
53 </view>
54 <view
55 class="eu.etaxonomy.taxeditor.view.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.view.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.view.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.view.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.view.MultiPageTaxonEditor"
83 icon="icons/edit_16x16.gif"
84 id="eu.etaxonomy.taxeditor.view.multipagetaxonview"
85 name="Multitabbed Taxon Editor">
86 </editor>
87 <editor
88 class="eu.etaxonomy.taxeditor.view.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.view.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.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.NomenclaturalCodePreferences"
134 id="eu.etaxonomy.taxeditor.preferences.nomenclatural"
135 name="Nomenclatural Code">
136 </page>
137 </extension>
138 <extension
139 id="product1"
140 point="org.eclipse.core.runtime.products">
141 <product
142 application="eu.etaxonomy.taxeditor.application"
143 name="%productName">
144 <property
145 name="windowImages"
146 value="eclipse.gif,eclipse32.gif,eclipse48.gif,eclipse.png,eclipse32.png">
147 </property>
148 <property
149 name="aboutText"
150 value="%productBlurb">
151 </property>
152 <property
153 name="aboutImage"
154 value="eclipse_lg.gif">
155 </property>
156 <property
157 name="startupForegroundColor"
158 value="C8D5EA">
159 </property>
160 <property
161 name="startupProgressRect"
162 value="0,280,455,15">
163 </property>
164 <property
165 name="startupMessageRect"
166 value="7,220,441,20">
167 </property>
168 <property
169 name="appName"
170 value="%productName">
171 </property>
172 <property
173 name="preferenceCustomization"
174 value="plugin_customization.ini">
175 </property>
176 </product>
177 </extension>
178 </plugin>