p2izing the editor
[taxeditor.git] / eclipseprojects / eu.etaxonomy.taxeditor.prototype1 / 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.prototype1.Application">
11 </run>
12 </application>
13 </extension>
14 <extension
15 point="org.eclipse.ui.perspectives">
16 <perspective
17 class="eu.etaxonomy.taxeditor.prototype1.Perspective"
18 fixed="false"
19 id="eu.etaxonomy.mvctest.perspective"
20 name="Perspective">
21 </perspective>
22 </extension>
23 <extension
24 point="org.eclipse.ui.views">
25 <view
26 name="Create Name"
27 class="eu.etaxonomy.taxeditor.prototype1.view.CreateNameView"
28 id="eu.etaxonomy.mvctest.view">
29 </view>
30 <view
31 class="eu.etaxonomy.taxeditor.prototype1.view.NameListView"
32 icon="icons/edit_16x16.gif"
33 id="eu.etaxonomy.mvctest.view.NameListView"
34 name="Name List View">
35 </view>
36 <view
37 class="eu.etaxonomy.taxeditor.prototype1.view.LastNameView"
38 id="eu.etaxonomy.mvctest.view.LastNameView"
39 name="Last Name Created">
40 </view>
41 </extension>
42 <extension
43 point="org.eclipse.ui.editors">
44 <editor
45 class="eu.etaxonomy.taxeditor.prototype1.view.NameEditorView"
46 icon="icons/edit_16x16.gif"
47 id="eu.etaxonomy.taxeditor.prototype1.view.NameEditorView"
48 name="New EditorPart">
49 </editor>
50 </extension>
51 <extension
52 id="product"
53 point="org.eclipse.core.runtime.products">
54 <product
55 application="eu.etaxonomy.taxeditor.prototype1.application"
56 name="EDIT Taxonomic Editor - Prototype 1">
57 <property
58 name="appName"
59 value="EDITTaxonomicEditorPrototype1">
60 </property>
61 <property
62 name="aboutImage"
63 value="icons/edit_16x16.gif">
64 </property>
65 <property
66 name="aboutText"
67 value="Thanks for all the laughs!">
68 </property>
69 <property
70 name="windowImages"
71 value="icons/edit_16x16.gif">
72 </property>
73 </product>
74 </extension>
75 <extension
76 id="product1"
77 point="org.eclipse.core.runtime.products">
78 <product
79 application="eu.etaxonomy.taxeditor.prototype1.application"
80 name="EDIT Taxonomic Editor - Prototype 1">
81 <property
82 name="windowImages"
83 value="icons/edit_16x16.gif">
84 </property>
85 <property
86 name="aboutText"
87 value="Thanks for all the laughs!">
88 </property>
89 <property
90 name="aboutImage"
91 value="icons/edit_16x16.gif">
92 </property>
93 <property
94 name="appName"
95 value="EDIT Taxonomic Editor - Prototype 1">
96 </property>
97 </product>
98 </extension>
99 <extension
100 id="Prototype1"
101 point="org.eclipse.core.runtime.products">
102 <product
103 application="eu.etaxonomy.taxeditor.prototype1.application"
104 name="EDIT Taxonomic Editor - Prototype 1">
105 <property
106 name="windowImages"
107 value="icons/edit_16x16.gif">
108 </property>
109 <property
110 name="aboutText"
111 value="Thanks for all the laughs!">
112 </property>
113 <property
114 name="aboutImage"
115 value="icons/edit_16x16.gif">
116 </property>
117 <property
118 name="appName"
119 value="EDIT Taxonomic Editor - Prototype 1">
120 </property>
121 </product>
122 </extension>
123
124 </plugin>