Revision a4ec021f
Added by Niels Hoffmann over 12 years ago
eu.etaxonomy.taxeditor.application/plugin.xml | ||
---|---|---|
188 | 188 |
<menuContribution |
189 | 189 |
locationURI="menu:org.eclipse.ui.main.menu.window"> |
190 | 190 |
<separator |
191 |
name="taxeditor-application.windowMenu.last"
|
|
191 |
name="eu.etaxonomy.taxeditor.application.windowMenu.last"
|
|
192 | 192 |
visible="true"> |
193 | 193 |
</separator> |
194 | 194 |
<command |
... | ... | |
205 | 205 |
style="push"> |
206 | 206 |
</command> |
207 | 207 |
<command |
208 |
commandId="taxeditor-application.help.parser"
|
|
208 |
commandId="eu.etaxonomy.taxeditor.application.help.parser"
|
|
209 | 209 |
label="Parser Help Website" |
210 | 210 |
style="push"> |
211 | 211 |
</command> |
... | ... | |
232 | 232 |
label="About Taxonomic Editor"> |
233 | 233 |
</command> |
234 | 234 |
<command |
235 |
commandId="taxeditor-application.help.aboutPlatform"
|
|
235 |
commandId="eu.etaxonomy.taxeditor.application.help.aboutPlatform"
|
|
236 | 236 |
label="About the EDIT Platform" |
237 | 237 |
style="push"> |
238 | 238 |
</command> |
... | ... | |
262 | 262 |
name="EDIT Taxonomic Editor"> |
263 | 263 |
<property |
264 | 264 |
name="windowImages" |
265 |
value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">
|
|
265 |
value="icons/256color_16x16.gif,/taxeditor-application/icons/256color_32x32.gif,/taxeditor-application/icons/256color_48x48.gif">
|
|
266 | 266 |
</property> |
267 | 267 |
<property |
268 | 268 |
name="aboutText" |
... | ... | |
306 | 306 |
</command> |
307 | 307 |
<command |
308 | 308 |
defaultHandler="eu.etaxonomy.taxeditor.OpenExternalParserHelpHandler" |
309 |
id="taxeditor-application.help.parser"
|
|
309 |
id="eu.etaxonomy.taxeditor.application.help.parser"
|
|
310 | 310 |
name="Parser Help"> |
311 | 311 |
</command> |
312 | 312 |
<command |
313 | 313 |
defaultHandler="eu.etaxonomy.taxeditor.OpenExternalAboutPlatformHandler" |
314 |
id="taxeditor-application.help.aboutPlatform"
|
|
314 |
id="eu.etaxonomy.taxeditor.application.help.aboutPlatform"
|
|
315 | 315 |
name="About the EDIT Platform"> |
316 | 316 |
</command> |
317 | 317 |
</extension> |
eu.etaxonomy.taxeditor.bulkeditor/plugin.xml | ||
---|---|---|
29 | 29 |
<extension |
30 | 30 |
point="org.eclipse.ui.menus"> |
31 | 31 |
<menuContribution |
32 |
locationURI="menu:org.eclipse.ui.main.menu.window?before=taxeditor-application.windowMenu.last">
|
|
32 |
locationURI="menu:org.eclipse.ui.main.menu.window?before=eu.etaxonomy.taxeditor.application.windowMenu.last">
|
|
33 | 33 |
<menu |
34 | 34 |
id="bulkeditor.menus.openmenu" |
35 | 35 |
label="Bulk Editor"> |
eu.etaxonomy.taxeditor.feature/taxeditor.product | ||
---|---|---|
4 | 4 |
<product name="EDIT Taxonomic Editor" uid="eu.etaxonomy.taxeditor" id="eu.etaxonomy.taxeditor.application.product" application="eu.etaxonomy.taxeditor.application.application" useFeatures="true" includeLaunchers="true"> |
5 | 5 |
|
6 | 6 |
<aboutInfo> |
7 |
<image path="/taxeditor-application/icons/256color_48x48.gif"/>
|
|
7 |
<image path="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
|
|
8 | 8 |
<text> |
9 | 9 |
%productBlurb |
10 | 10 |
</text> |
... | ... | |
19 | 19 |
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac> |
20 | 20 |
</launcherArgs> |
21 | 21 |
|
22 |
<windowImages i16="/taxeditor-application/icons/256color_16x16.gif" i32="/taxeditor-application/icons/256color_32x32.gif" i48="/taxeditor-application/icons/256color_48x48.gif"/>
|
|
22 |
<windowImages i16="/eu.etaxonomy.taxeditor.application/icons/256color_16x16.gif" i32="/eu.etaxonomy.taxeditor.application/icons/256color_32x32.gif" i48="/eu.etaxonomy.taxeditor.application/icons/256color_48x48.gif"/>
|
|
23 | 23 |
|
24 | 24 |
<splash |
25 | 25 |
location="eu.etaxonomy.taxeditor.application" |
... | ... | |
33 | 33 |
</win> |
34 | 34 |
</launcher> |
35 | 35 |
|
36 |
|
|
36 | 37 |
<vm> |
37 | 38 |
</vm> |
38 | 39 |
|
eu.etaxonomy.taxeditor.store/plugin.xml | ||
---|---|---|
218 | 218 |
<extension |
219 | 219 |
point="org.eclipse.ui.menus"> |
220 | 220 |
<menuContribution |
221 |
locationURI="menu:org.eclipse.ui.main.menu.window?before=taxeditor-application.windowMenu.last">
|
|
221 |
locationURI="menu:org.eclipse.ui.main.menu.window?before=eu.etaxonomy.taxeditor.application.windowMenu.last">
|
|
222 | 222 |
<menu |
223 | 223 |
id="eu.etaxonomy.taxeditor.menu.showView" |
224 | 224 |
label="Show View"> |
Also available in: Unified diff
Fixes a problem with icon paths