OSDN Git Service

first commit
[japandigitalstudio/build-jds.git] / bundles.plugins.studio-product.plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4   <extension
5          id="product"
6          name="Japan Digital Studio"
7          point="org.eclipse.core.runtime.products">
8       <product
9             application="org.bonitasoft.studio.application.application"
10             name="Japan Digital Studio">
11             <property
12                   name="windowImages"
13                   value="icons/jds-icon-16-16-transparent.png,icons/jds-icon-32-32-transparent.png,icons/jds-icon-48-48-transparent.png,icons/jds-icon-64-64-transparent.png,icons/jds-icon-128-128-transparent.png">
14             </property>
15                 <property
16                name="appName"
17                value="Japan Digital Studio">
18          </property>
19          <property
20                name="aboutText"
21                value="Japan Digital Studio&#x0A;Build : XXX_BONITA_PRODUCT_VERSION_XXX&#x0A;&#x0A;This software is licensed under GPL v2.">
22          </property>
23           <property
24                name="aboutImage"
25                value="about.bmp">
26          </property>
27          <property
28                name="startupProgressRect"
29                value="0,286,600,14">
30          </property>
31          <property
32                name="preferenceCustomization"
33                value="plugin_customization.ini">
34          </property>
35          <property
36                name="startupForegroundColor"
37                value="00FF00">
38          </property>
39          <property
40                name="startupMessageRect"
41                value="0,0,0,0">
42          </property>
43          <property
44                name="applicationXMI"
45                value="org.bonitasoft.studio.application/LegacyIDE.e4xmi">
46          </property>
47          <property
48                name="lifeCycleURI"
49                value="bundleclass://org.bonitasoft.studio.application/org.bonitasoft.studio.application.LifeCycleManager">
50          </property>
51          
52       </product>
53    </extension> 
54
55 <!-- =================================================================================== -->
56 <!-- Themes                                                                                                                      -->
57 <!-- =================================================================================== -->
58
59 </plugin>