I18n
[Mograsim.git] / com.example.e4.rcp / 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.e4.ui.workbench.swt.E4Application"
10             name="com.example.e4.rcp">
11          <property
12                name="appName"
13                value="com.example.e4.rcp">
14          </property>
15          <property
16                name="aboutImage"
17                value="icons/TestERPC.png">
18          </property>
19          <property
20                name="aboutText"
21                value="kjhgjkhgjk">
22          </property>
23          <property
24                name="windowImages"
25                value="icons/TestERPC16.png,icons/TestERPC32.png,icons/TestERPC64.png,icons/TestERPC128.png">
26          </property>
27       </product>
28    </extension>
29
30 </plugin>