1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <?eclipse version="3.4"?> |
---|
3 | <plugin> |
---|
4 | |
---|
5 | <extension |
---|
6 | id="application" |
---|
7 | point="org.eclipse.core.runtime.applications"> |
---|
8 | <application> |
---|
9 | <run |
---|
10 | class="de.ugoe.cs.swe.memos.Application"> |
---|
11 | </run> |
---|
12 | </application> |
---|
13 | </extension> |
---|
14 | <extension |
---|
15 | point="org.eclipse.ui.perspectives"> |
---|
16 | <perspective |
---|
17 | name="RCP Perspective" |
---|
18 | class="de.ugoe.cs.swe.memos.Perspective" |
---|
19 | id="de.ugoe.cs.swe.memos.perspective"> |
---|
20 | </perspective> |
---|
21 | </extension> |
---|
22 | <extension |
---|
23 | id="product" |
---|
24 | point="org.eclipse.core.runtime.products"> |
---|
25 | <product |
---|
26 | application="de.ugoe.cs.swe.memos.application" |
---|
27 | name="Memos"> |
---|
28 | <property |
---|
29 | name="windowImages" |
---|
30 | value="icons/alt_window_16.gif,icons/alt_window_32.gif"> |
---|
31 | </property> |
---|
32 | <property |
---|
33 | name="appName" |
---|
34 | value="Memos"> |
---|
35 | </property> |
---|
36 | </product> |
---|
37 | </extension> |
---|
38 | <extension |
---|
39 | point="org.eclipse.ui.views"> |
---|
40 | <view |
---|
41 | class="de.ugoe.cs.swe.memos.gui.mainview.View" |
---|
42 | id="de.ugoe.cs.swe.memos.MainView" |
---|
43 | name="MainView" |
---|
44 | restorable="true"> |
---|
45 | </view> |
---|
46 | </extension> |
---|
47 | <extension |
---|
48 | point="org.eclipse.ui.perspectiveExtensions"> |
---|
49 | <perspectiveExtension |
---|
50 | targetID="*"> |
---|
51 | <view |
---|
52 | closeable="true" |
---|
53 | id="de.ugoe.cs.swe.memos.MainView" |
---|
54 | minimized="false" |
---|
55 | moveable="true" |
---|
56 | relationship="top" |
---|
57 | relative="org.eclipse.ui.editorss" |
---|
58 | showTitle="true" |
---|
59 | standalone="true" |
---|
60 | visible="true"> |
---|
61 | </view> |
---|
62 | </perspectiveExtension> |
---|
63 | </extension> |
---|
64 | <extension |
---|
65 | point="org.eclipse.ui.menus"> |
---|
66 | <menuContribution |
---|
67 | locationURI="menu:org.eclipse.ui.main.menu"> |
---|
68 | <menu |
---|
69 | label="Start"> |
---|
70 | <command |
---|
71 | commandId="de.ugoe.cs.swe.memos.cDrucken" |
---|
72 | label="Drucken" |
---|
73 | style="push"> |
---|
74 | </command> |
---|
75 | <command |
---|
76 | commandId="de.ugoe.cs.swe.memos.cEinstellungen" |
---|
77 | label="Einstellungen" |
---|
78 | style="push"> |
---|
79 | </command> |
---|
80 | <command |
---|
81 | commandId="de.ugoe.cs.swe.memos.cImport" |
---|
82 | label="Import" |
---|
83 | style="push"> |
---|
84 | </command> |
---|
85 | <command |
---|
86 | commandId="de.ugoe.cs.swe.memos.cExport" |
---|
87 | label="Export" |
---|
88 | style="push"> |
---|
89 | </command> |
---|
90 | <command |
---|
91 | commandId="de.ugoe.cs.swe.memos.cschliessen" |
---|
92 | label="Schliessen" |
---|
93 | style="push"> |
---|
94 | </command> |
---|
95 | </menu> |
---|
96 | <menu |
---|
97 | label="Artikel"> |
---|
98 | <command |
---|
99 | commandId="de.ugoe.cs.swe.memos.cSuchen" |
---|
100 | label="Suchen" |
---|
101 | style="push"> |
---|
102 | </command> |
---|
103 | <command |
---|
104 | commandId="de.ugoe.cs.swe.memos.cErstellen" |
---|
105 | label="Erstellen" |
---|
106 | style="push"> |
---|
107 | </command> |
---|
108 | <command |
---|
109 | commandId="de.ugoe.cs.swe.memos.cEntfernen" |
---|
110 | label="Entfernen" |
---|
111 | style="push"> |
---|
112 | </command> |
---|
113 | </menu> |
---|
114 | <menu |
---|
115 | label="Kategorie"> |
---|
116 | <command |
---|
117 | commandId="de.ugoe.cs.swe.memos.cErstellenC" |
---|
118 | label="Erstellen" |
---|
119 | style="push"> |
---|
120 | </command> |
---|
121 | <command |
---|
122 | commandId="de.ugoe.cs.swe.memos.cBearbeitenC" |
---|
123 | label="Bearbeiten" |
---|
124 | style="push"> |
---|
125 | </command> |
---|
126 | <command |
---|
127 | commandId="de.ugoe.cs.swe.memos.cLoeschenC" |
---|
128 | label="Löschen" |
---|
129 | style="push"> |
---|
130 | </command> |
---|
131 | </menu> |
---|
132 | <menu |
---|
133 | label="Hilfe"> |
---|
134 | <command |
---|
135 | commandId="de.ugoe.cs.swe.memos.cSucheH" |
---|
136 | label="Suche" |
---|
137 | style="push"> |
---|
138 | </command> |
---|
139 | <command |
---|
140 | commandId="de.ugoe.cs.swe.memos.cAktualisieren" |
---|
141 | label="Aktualisieren" |
---|
142 | style="push"> |
---|
143 | </command> |
---|
144 | <command |
---|
145 | commandId="de.ugoe.cs.swe.memos.cÃber" |
---|
146 | label="Ãber" |
---|
147 | style="push"> |
---|
148 | </command> |
---|
149 | </menu> |
---|
150 | </menuContribution> |
---|
151 | </extension> |
---|
152 | <extension |
---|
153 | point="org.eclipse.ui.commands"> |
---|
154 | <command |
---|
155 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.printHandler" |
---|
156 | id="de.ugoe.cs.swe.memos.cDrucken" |
---|
157 | name="print"> |
---|
158 | </command> |
---|
159 | <command |
---|
160 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.propertiesHandler" |
---|
161 | id="de.ugoe.cs.swe.memos.cEinstellungen" |
---|
162 | name="poperties"> |
---|
163 | </command> |
---|
164 | <command |
---|
165 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.importHandler" |
---|
166 | id="de.ugoe.cs.swe.memos.cImport" |
---|
167 | name="import"> |
---|
168 | </command> |
---|
169 | <command |
---|
170 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.exportHandler" |
---|
171 | id="de.ugoe.cs.swe.memos.cExport" |
---|
172 | name="export"> |
---|
173 | </command> |
---|
174 | <command |
---|
175 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.closeHandler" |
---|
176 | id="de.ugoe.cs.swe.memos.cschliessen" |
---|
177 | name="close"> |
---|
178 | </command> |
---|
179 | <command |
---|
180 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.searchHandler" |
---|
181 | id="de.ugoe.cs.swe.memos.cSuchen" |
---|
182 | name="search"> |
---|
183 | </command> |
---|
184 | <command |
---|
185 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.createHandler" |
---|
186 | id="de.ugoe.cs.swe.memos.cErstellen" |
---|
187 | name="create"> |
---|
188 | </command> |
---|
189 | <command |
---|
190 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.deleteHandler" |
---|
191 | id="de.ugoe.cs.swe.memos.cEntfernen" |
---|
192 | name="delete"> |
---|
193 | </command> |
---|
194 | <command |
---|
195 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.createCHandler" |
---|
196 | id="de.ugoe.cs.swe.memos.cErstellenC" |
---|
197 | name="createC"> |
---|
198 | </command> |
---|
199 | <command |
---|
200 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.editCHandler" |
---|
201 | id="de.ugoe.cs.swe.memos.cBearbeitenC" |
---|
202 | name="editC"> |
---|
203 | </command> |
---|
204 | <command |
---|
205 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.deleteCHandler" |
---|
206 | id="de.ugoe.cs.swe.memos.cLoeschenC" |
---|
207 | name="deleteC"> |
---|
208 | </command> |
---|
209 | <command |
---|
210 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.searchHHandler" |
---|
211 | id="de.ugoe.cs.swe.memos.cSucheH" |
---|
212 | name="searchH"> |
---|
213 | </command> |
---|
214 | <command |
---|
215 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.updateHandler" |
---|
216 | id="de.ugoe.cs.swe.memos.cAktualisieren" |
---|
217 | name="update"> |
---|
218 | </command> |
---|
219 | <command |
---|
220 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.aboutHandler" |
---|
221 | id="de.ugoe.cs.swe.memos.cÃber" |
---|
222 | name="about"> |
---|
223 | </command> |
---|
224 | </extension> |
---|
225 | <extension |
---|
226 | point="org.eclipse.ui.bindings"> |
---|
227 | <scheme |
---|
228 | id="de.ugoe.cs.swe.memos.ShortcutsSheme" |
---|
229 | name="ShortcutsSheme"> |
---|
230 | </scheme> |
---|
231 | </extension> |
---|
232 | |
---|
233 | </plugin> |
---|