]> git.argeo.org Git - gpl/argeo-slc.git/blob - ide/plugins/org.argeo.slc.studio.ui/org.argeo.slc.studio.product
Merge remote-tracking branch 'origin/unstable' into testing
[gpl/argeo-slc.git] / ide / plugins / org.argeo.slc.studio.ui / org.argeo.slc.studio.product
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?pde version="3.5"?>
3
4 <product name="Argeo Studio" uid="org.argeo.slc.studio" id="org.argeo.slc.studio.ui.product" application="org.eclipse.ui.ide.workbench" version="2.1.17.qualifier" useFeatures="true" includeLaunchers="true">
5
6 <aboutInfo>
7 <image path="/org.argeo.slc.studio.ui/img/argeo-ITSE.png"/>
8 <text>
9 Argeo Studio - IDE and management tool focused on Argeo-based application development and deployment
10 </text>
11 </aboutInfo>
12
13 <configIni use="default">
14 </configIni>
15
16 <launcherArgs>
17 <vmArgs>-Xms256m -Xmx2048m
18 </vmArgs>
19 <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
20 </vmArgsMac>
21 </launcherArgs>
22
23 <windowImages i16="/org.argeo.slc.studio.ui/icons/argeo-icon-16.png" i32="/org.argeo.slc.studio.ui/icons/argeo-icon-32.png" i48="/org.argeo.slc.studio.ui/icons/argeo-icon-48.png" i64="/org.argeo.slc.studio.ui/icons/argeo-icon-64.png" i128="/org.argeo.slc.studio.ui/icons/argeo-icon-128.png" i256="/org.argeo.slc.studio.ui/icons/argeo-icon-256.png"/>
24
25 <splash
26 location="org.argeo.slc.studio.ui"
27 startupProgressRect="0,295,600,5"
28 startupMessageRect="5,270,600,20"
29 startupForegroundColor="00294b" />
30 <launcher name="argeo-studio">
31 <linux icon="/org.argeo.slc.studio.ui/icons/argeo-icon-256.xpm"/>
32 <win useIco="false">
33 <bmp/>
34 </win>
35 </launcher>
36
37 <vm>
38 <linux include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</linux>
39 <macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</macos>
40 <windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</windows>
41 </vm>
42
43 <license>
44 <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
45 <text>
46 Argeo Studio - IDE and management tool focused on Argeo-based application development and deployment
47 Copyright (C) 2007-2020 Argeo GmbH
48
49 This program is free software: you can redistribute it and/or modify
50 it under the terms of the GNU General Public License as published by
51 the Free Software Foundation, either version 3 of the License, or
52 (at your option) any later version.
53
54 This program is distributed in the hope that it will be useful,
55 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
57 GNU General Public License for more details.
58
59 You should have received a copy of the GNU General Public License
60 along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
61 </text>
62 </license>
63
64 <plugins>
65 </plugins>
66
67 <features>
68 <feature id="org.argeo.slc.studio" installMode="root"/>
69 <feature id="org.eclipse.pde" installMode="root"/>
70 <feature id="org.eclipse.jdt" installMode="root"/>
71 <feature id="org.argeo.slc.ide.osgi" installMode="root"/>
72 <feature id="org.eclipse.e4.rcp" installMode="root"/>
73 <feature id="org.eclipse.platform" installMode="root"/>
74 <feature id="org.eclipse.emf.common" installMode="root"/>
75 <feature id="org.eclipse.emf.ecore" installMode="root"/>
76 <feature id="org.eclipse.ecf.core.feature" installMode="root"/>
77 <feature id="org.eclipse.ecf.filetransfer.feature" installMode="root"/>
78 <feature id="org.eclipse.egit" installMode="root"/>
79 <feature id="org.eclipse.jgit" installMode="root"/>
80 <feature id="org.eclipse.jgit.http.apache" installMode="root"/>
81 <feature id="org.eclipse.jgit.ssh.apache" installMode="root"/>
82 <feature id="org.eclipse.jgit.ssh.jsch" installMode="root"/>
83 <feature id="org.eclipse.equinox.p2.core.feature" installMode="root"/>
84 <feature id="org.eclipse.equinox.p2.rcp.feature" installMode="root"/>
85 <feature id="org.eclipse.equinox.p2.user.ui" installMode="root"/>
86 <feature id="org.eclipse.ecf.core.ssl.feature" installMode="root"/>
87 <feature id="org.eclipse.ecf.filetransfer.httpclient45.feature" installMode="root"/>
88 <feature id="org.eclipse.ecf.filetransfer.ssl.feature" installMode="root"/>
89 </features>
90
91 <configurations>
92 <plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
93 <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
94 <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
95 <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
96 <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
97 <property name="osgi.requiredJavaVersion" value="11" />
98 </configurations>
99
100 <preferencesInfo>
101 <targetfile overwrite="false"/>
102 </preferencesInfo>
103
104 <cssInfo>
105 </cssInfo>
106
107 </product>