Include JRE feature
[taxeditor.git] / eu.etaxonomy.taxeditor.feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feature
3 id="eu.etaxonomy.taxeditor.feature"
4 label="Taxonomic Editor"
5 version="3.12.0.qualifier"
6 provider-name="EDIT"
7 plugin="eu.etaxonomy.taxeditor.application"
8 os="linux,macosx,win32"
9 ws="cocoa,gtk,win32"
10 arch="x86,x86_64">
11
12 <description url="http://www.example.com/description">
13 [Enter Feature Description here.]
14 </description>
15
16 <copyright url="http://www.example.com/copyright">
17 [Enter Copyright Description here.]
18 </copyright>
19
20 <url>
21 <update label="EDIT Taxonomic Editor" url="http://cybertaxonomy.eu/download/taxeditor/update/"/>
22 </url>
23
24 <includes
25 id="eu.etaxonomy.taxeditor.feature.platform"
26 version="0.0.0"/>
27
28 <includes
29 id="eu.etaxonomy.taxeditor.feature.jre.linux64"
30 version="0.0.0"/>
31
32 <requires>
33 <import plugin="org.eclipse.ui"/>
34 <import plugin="org.eclipse.core.runtime"/>
35 <import plugin="org.eclipse.equinox.ds"/>
36 <import plugin="org.eclipse.equinox.util"/>
37 <import plugin="org.eclipse.equinox.p2.core"/>
38 <import plugin="org.eclipse.equinox.p2.ui"/>
39 <import plugin="org.eclipse.equinox.p2.ui.sdk"/>
40 <import plugin="org.eclipse.equinox.p2.updatechecker"/>
41 <import plugin="org.eclipse.equinox.p2.operations"/>
42 <import plugin="org.eclipse.equinox.app"/>
43 <import plugin="org.eclipse.osgi"/>
44 <import plugin="org.eclipse.ui.editors"/>
45 <import plugin="org.eclipse.core.expressions"/>
46 <import plugin="eu.etaxonomy.taxeditor.cdmlib" version="3.0.0" match="greaterOrEqual"/>
47 <import plugin="org.eclipse.jface.text"/>
48 <import plugin="org.eclipse.ui.ide"/>
49 <import plugin="org.eclipse.ui.forms"/>
50 <import plugin="org.eclipse.core.databinding.beans"/>
51 <import plugin="org.eclipse.core.databinding.observable"/>
52 <import plugin="org.eclipse.core.resources"/>
53 <import plugin="org.eclipse.jface.databinding"/>
54 <import plugin="org.eclipse.ui.navigator"/>
55 <import plugin="org.eclipse.ui.navigator.resources"/>
56 <import plugin="org.eclipse.core.jobs"/>
57 <import plugin="org.eclipse.pde.runtime"/>
58 <import plugin="org.eclipse.core.commands"/>
59 <import plugin="org.eclipse.jface"/>
60 <import plugin="org.eclipse.swt"/>
61 <import plugin="org.eclipse.equinox.common" version="3.6.0" match="greaterOrEqual"/>
62 <import plugin="org.eclipse.update.configurator"/>
63 <import plugin="org.eclipse.equinox.p2.publisher.eclipse"/>
64 </requires>
65
66 <plugin
67 id="eu.etaxonomy.taxeditor.application"
68 download-size="0"
69 install-size="0"
70 version="0.0.0"
71 unpack="false"/>
72
73 <plugin
74 id="eu.etaxonomy.taxeditor.bulkeditor"
75 download-size="0"
76 install-size="0"
77 version="0.0.0"
78 unpack="false"/>
79
80 <plugin
81 id="eu.etaxonomy.taxeditor.editor"
82 download-size="0"
83 install-size="0"
84 version="0.0.0"
85 unpack="false"/>
86
87 <plugin
88 id="eu.etaxonomy.taxeditor.navigation"
89 download-size="0"
90 install-size="0"
91 version="0.0.0"
92 unpack="false"/>
93
94 <plugin
95 id="eu.etaxonomy.taxeditor.store"
96 download-size="0"
97 install-size="0"
98 version="0.0.0"
99 unpack="false"/>
100
101 <plugin
102 id="eu.etaxonomy.taxeditor.printpublisher"
103 download-size="0"
104 install-size="0"
105 version="0.0.0"
106 unpack="false"/>
107
108 <plugin
109 id="eu.etaxonomy.taxeditor.cdmlib"
110 download-size="0"
111 install-size="0"
112 version="0.0.0"/>
113
114 <plugin
115 id="eu.etaxonomy.taxeditor.help"
116 download-size="0"
117 install-size="0"
118 version="0.0.0"
119 unpack="false"/>
120
121 <plugin
122 id="eu.etaxonomy.taxeditor.molecular"
123 download-size="0"
124 install-size="0"
125 version="0.0.0"
126 unpack="false"/>
127
128 <plugin
129 id="eu.etaxonomy.taxeditor.molecular.lib"
130 download-size="0"
131 install-size="0"
132 version="0.0.0"
133 unpack="false"/>
134
135 <plugin
136 id="eu.etaxonomy.taxeditor.webapp"
137 download-size="0"
138 install-size="0"
139 version="0.0.0"
140 unpack="false"/>
141
142 </feature>