]> git.argeo.org Git - gpl/argeo-slc.git/blob - ide/features/org.argeo.slc.studio/feature.xml
Move SLF4J implementation from Commons to SLC
[gpl/argeo-slc.git] / ide / features / org.argeo.slc.studio / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feature
3 id="org.argeo.slc.studio"
4 label="Argeo IDE"
5 version="2.1.0.qualifier"
6 provider-name="Argeo GmbH"
7 plugin="org.argeo.slc.studio.ui"
8 image="icons/argeo-icon-100104-256.png">
9
10 <description url="http://projects.argeo.org/slc/">
11 Argeo SLC IDE
12 </description>
13
14 <copyright url="http://www.argeo.org">
15 Copyright 2012 Argeo GmbH
16 </copyright>
17
18 <license url="http://www.apache.org/licenses/LICENSE-2.0.txt">
19 Argeo Integrated Development Environment
20 Copyright 2012 Argeo GmbH
21 Licensed under the Apache License, Version 2.0 (the &amp;quot;License&amp;quot;);
22 you may not use this file except in compliance with the License.
23 You may obtain a copy of the License at
24 http://www.apache.org/licenses/LICENSE-2.0
25 Unless required by applicable law or agreed to in writing, software
26 distributed under the License is distributed on an &amp;quot;AS IS&amp;quot;
27 BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
28 or implied.
29 See the License for the specific language governing permissions
30 and limitations under the License.
31 </license>
32
33 <url>
34 <update label="Argeo SLC IDE (Devpt)" url="http://projects.argeo.org/projects/slc/update/ide-dev"/>
35 <discovery label="Argeo.org" url="http://www.argeo.org"/>
36 </url>
37
38 <includes
39 id="org.argeo.slc.ide.osgi"
40 version="0.0.0"/>
41
42 <requires>
43 <import plugin="org.eclipse.ui"/>
44 <import plugin="org.eclipse.core.runtime"/>
45 <import plugin="org.eclipse.debug.core"/>
46 <import plugin="org.eclipse.jdt.launching"/>
47 <import plugin="org.eclipse.debug.ui"/>
48 <import plugin="org.eclipse.jdt.core"/>
49 <import plugin="org.eclipse.ui.console"/>
50 <import plugin="org.eclipse.jdt.debug.ui"/>
51 <import plugin="org.eclipse.ui.ide"/>
52 <import plugin="org.eclipse.core.variables"/>
53 <import plugin="org.eclipse.pde.ui" version="3.4.0" match="greaterOrEqual"/>
54 <import plugin="org.eclipse.jdt.ui" version="3.4.2" match="greaterOrEqual"/>
55 </requires>
56
57 <plugin
58 id="org.argeo.slc.studio.ui"
59 download-size="0"
60 install-size="0"
61 version="0.0.0"
62 unpack="false"/>
63
64 <plugin
65 id="org.junit"
66 download-size="0"
67 install-size="0"
68 version="0.0.0"/>
69
70 </feature>