OSDN Git Service

first commit
[japandigitalstudio/build-jds.git] / all-in-one.bonitastudio-features.product
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?pde version="3.5"?>
3
4 <product name="Japan Digital Studio" uid="org.bonitasoft.studio.product" id="org.bonitasoft.studio.product" application="org.bonitasoft.studio.application.application" version="7.13.0" useFeatures="true" includeLaunchers="true">
5
6    <configIni use="default">
7    </configIni>
8
9    <launcherArgs>
10       <programArgsLin>-clean
11       </programArgsLin>
12       <vmArgs>-Xmx1g -Xms512m  -Dosgi.requiredJavaVersion=11 -Dfile.encoding=UTF8
13       </vmArgs>
14       <vmArgsMac>-XstartOnFirstThread
15       </vmArgsMac>
16       <vmArgsWin>-Dgreclipse.nonlocking=true
17       </vmArgsWin>
18    </launcherArgs>
19
20    <windowImages/>
21
22    <splash
23       location="org.bonitasoft.studio"
24       startupProgressRect="4,345,679,5"
25       startupMessageRect="223,190,250,25"
26       startupForegroundColor="FFFCFC" />
27    <launcher name="BonitaStudioCommunity">
28       <macosx icon="icons/bonitasoft-icon-128-128-transparent.icns"/>
29       <win useIco="true">
30          <ico path="icons/bonitasoft.ico"/>
31          <bmp/>
32       </win>
33    </launcher>
34
35    <vm>
36       <linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</linux>
37       <macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</macos>
38       <windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</windows>
39    </vm>
40
41    <license>
42         <url>http://www.gnu.org/licenses/gpl-2.0.html</url>
43         <text>
44                 Copyright (C) 2021 Kyoto Prefecture
45
46 This program is free software: you can redistribute it and/or modify
47 it under the terms of the GNU General Public License as published by
48 the Free Software Foundation, either version 2.0 of the License, or
49 (at your option) any later version.
50
51 This program is distributed in the hope that it will be useful,
52 but WITHOUT ANY WARRANTY; without even the implied warranty of
53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54 GNU General Public License for more details.
55
56 You should have received a copy of the GNU General Public License
57 along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
58          </text>
59    </license>
60
61    <plugins>
62    </plugins>
63
64    <features>
65       <feature id="studio-feature"/>
66       <feature id="studio-bos-specific-feature"/>
67       <feature id="bos-branding-feature"/>
68       <feature id="rootfiles-feature"/>
69    </features>
70
71    <configurations>
72       <plugin id="org.apache.felix.scr" autoStart="true" startLevel="1" />
73       <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
74       <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
75       <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
76       <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
77       <property name="branding.version" value="${branding.version}" />
78       <property name="osgi.nls.warnings" value="ignore" />
79       <property name="product.version" value="${project.version}" />
80       <property name="portal.version" value="${bundle.version}" />
81       <property name="engine.version" value="${engine.version}" />
82       <property name="osgi.instance.area" value="@noDefault" />
83       <property name="eclipse.buildId" value="${unqualifiedVersion}.${buildQualifier}" />
84       <property name="eclipse.log.level" value="INFO" />
85       <property name="file.encoding" value="UTF-8" />
86    </configurations>
87
88    <preferencesInfo>
89       <targetfile overwrite="false"/>
90    </preferencesInfo>
91
92    <cssInfo>
93    </cssInfo>
94
95 </product>