]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.desktop.product/simantics-desktop.product
Configured release/1.27.0 branch for SDK builds.
[simantics/platform.git] / bundles / org.simantics.desktop.product / simantics-desktop.product
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?pde version="3.5"?>
3
4 <product name="Simantics Desktop" uid="org.simantics.desktop.product.desktopProduct" id="org.simantics.desktop.product.desktopProduct" application="org.simantics.workbench.application" version="1.21.0" useFeatures="true" includeLaunchers="true">
5
6    <aboutInfo>
7       <image path="/org.simantics.desktop.ui/icons/simantics256.png"/>
8       <text>
9          The desktop environment for Simantics products.
10       </text>
11    </aboutInfo>
12
13    <configIni use="">
14    </configIni>
15
16    <launcherArgs>
17       <programArgs>--launcher.XXMaxPermSize
18 192m
19 -fixerrors
20 -data
21 @noDefault
22 -cssTheme
23 org.eclipse.e4.ui.css.theme.e4_classic
24       </programArgs>
25       <vmArgs>-ea
26 -Xmx500M
27 -Xshare:off
28 -XX:MaxPermSize=192m
29 -Dorg.simantics.workbench.application.showFastViewBars=false
30 -Dorg.simantics.workbench.application.showPerspectiveBar=false
31 -Dorg.simantics.workbench.application.excludePerspectiveFromTitle=true
32 -Djava.util.Arrays.useLegacyMergeSort=true
33 -Declipse.workaround.bug467000=true
34       </vmArgs>
35       <vmArgsWin>-Dorg.osgi.framework.os.name=win32
36       </vmArgsWin>
37    </launcherArgs>
38
39    <windowImages i32="/org.simantics.desktop.ui/icons/simantics32.png"/>
40
41    <launcher name="Simantics-Desktop">
42       <solaris/>
43       <win useIco="false">
44          <bmp/>
45       </win>
46    </launcher>
47
48    <vm>
49       <windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</windows>
50    </vm>
51
52    <license>
53         <url>http://www.eclipse.org/legal/epl-v10.html</url>
54    </license>
55
56    <plugins>
57    </plugins>
58
59    <features>
60       <feature id="org.simantics.desktop.product" version="1.0.0.qualifier"/>
61    </features>
62
63
64    <preferencesInfo>
65       <targetfile overwrite="false"/>
66    </preferencesInfo>
67
68    <cssInfo>
69    </cssInfo>
70
71 </product>