]> git.argeo.org Git - gpl/argeo-slc.git/blob - ide/plugins/org.argeo.slc.studio.ui/org.argeo.slc.studio.product
Add Git and P2 support to Argeo Studio.
[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.0.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 <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
18 </vmArgsMac>
19 </launcherArgs>
20
21 <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"/>
22
23 <splash
24 location="org.argeo.slc.studio.branding"
25 startupProgressRect="0,295,600,5"
26 startupMessageRect="5,270,600,20"
27 startupForegroundColor="00294b" />
28 <launcher name="ArgeoStudio">
29 <linux icon="/org.argeo.slc.studio.ui/icons/argeo-icon-256.xpm"/>
30 <win useIco="false">
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-1.8</linux>
37 <macos include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</macos>
38 <windows include="false">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8</windows>
39 </vm>
40
41 <license>
42 <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
43 <text>
44 Argeo Studio - IDE and management tool focused on Argeo-based application development and deployment
45 Copyright (C) 2007-2019 Argeo GmbH
46
47 This program is free software: you can redistribute it and/or modify
48 it under the terms of the GNU General Public License as published by
49 the Free Software Foundation, either version 3 of the License, or
50 (at your option) any later version.
51
52 This program is distributed in the hope that it will be useful,
53 but WITHOUT ANY WARRANTY; without even the implied warranty of
54 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
55 GNU General Public License for more details.
56
57 You should have received a copy of the GNU General Public License
58 along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.
59 </text>
60 </license>
61
62 <plugins>
63 </plugins>
64
65 <features>
66 <feature id="org.argeo.slc.studio" installMode="root"/>
67 <feature id="org.eclipse.pde" installMode="root"/>
68 <feature id="org.eclipse.jdt" installMode="root"/>
69 <feature id="org.argeo.slc.ide.osgi" installMode="root"/>
70 <feature id="org.eclipse.e4.rcp" installMode="root"/>
71 <feature id="org.eclipse.platform" installMode="root"/>
72 <feature id="org.eclipse.emf.common" installMode="root"/>
73 <feature id="org.eclipse.emf.ecore" installMode="root"/>
74 <feature id="org.eclipse.ecf.core.feature" installMode="root"/>
75 <feature id="org.eclipse.ecf.filetransfer.feature" installMode="root"/>
76 <feature id="org.eclipse.egit" installMode="root"/>
77 <feature id="org.eclipse.jgit" installMode="root"/>
78 <feature id="org.eclipse.jgit.http.apache" installMode="root"/>
79 <feature id="org.eclipse.jgit.ssh.apache" installMode="root"/>
80 <feature id="org.eclipse.jgit.ssh.jsch" installMode="root"/>
81 <feature id="org.eclipse.equinox.p2.core.feature" installMode="root"/>
82 <feature id="org.eclipse.equinox.p2.rcp.feature" installMode="root"/>
83 <feature id="org.eclipse.equinox.p2.user.ui" installMode="root"/>
84 <feature id="org.eclipse.ecf.core.ssl.feature" installMode="root"/>
85 <feature id="org.eclipse.ecf.filetransfer.httpclient45.feature" installMode="root"/>
86 <feature id="org.eclipse.ecf.filetransfer.ssl.feature" installMode="root"/>
87 </features>
88
89 <configurations>
90 <plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
91 <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
92 <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
93 <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
94 <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
95 </configurations>
96
97 <preferencesInfo>
98 <targetfile overwrite="false"/>
99 </preferencesInfo>
100
101 <cssInfo>
102 </cssInfo>
103
104 </product>