]> git.argeo.org Git - gpl/argeo-slc.git/blob - plugins/org.argeo.slc.ide.branding/plugin.xml
[maven-release-plugin] prepare for next development iteration
[gpl/argeo-slc.git] / plugins / org.argeo.slc.ide.branding / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4
5 <extension
6 id="product"
7 point="org.eclipse.core.runtime.products">
8 <product
9 application="org.eclipse.ui.ide.workbench"
10 name="Argeo SLC IDE">
11 <property
12 name="windowImages"
13 value="icons/argeo-icon-100104-256.png,icons/argeo-icon-100104-256.png,icons/argeo-icon-100104-256.png,icons/argeo-icon-100104-256.png,icons/argeo-icon-100104-256.png">
14 </property>
15 <property
16 name="aboutText"
17 value="%productBlurb">
18 </property>
19 <property
20 name="aboutImage"
21 value="eclipse_lg.gif">
22 </property>
23 <property
24 name="startupForegroundColor"
25 value="0066D0">
26 </property>
27 <property
28 name="startupProgressRect"
29 value="0,280,455,15">
30 </property>
31 <property
32 name="startupMessageRect"
33 value="7,220,441,20">
34 </property>
35 <property
36 name="appName"
37 value="Argeo SLC IDE">
38 </property>
39 <property
40 name="preferenceCustomization"
41 value="plugin_customization.ini">
42 </property>
43 </product>
44 </extension>
45 </plugin>