Disable root file for Linux64
[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 os="linux"
32 ws="gtk"
33 arch="x86_64"/>
34
35 <requires>
36 <import plugin="org.eclipse.ui"/>
37 <import plugin="org.eclipse.core.runtime"/>
38 <import plugin="org.eclipse.equinox.ds"/>
39 <import plugin="org.eclipse.equinox.util"/>
40 <import plugin="org.eclipse.equinox.p2.core"/>
41 <import plugin="org.eclipse.equinox.p2.ui"/>
42 <import plugin="org.eclipse.equinox.p2.ui.sdk"/>
43 <import plugin="org.eclipse.equinox.p2.updatechecker"/>
44 <import plugin="org.eclipse.equinox.p2.operations"/>
45 <import plugin="org.eclipse.equinox.app"/>
46 <import plugin="org.eclipse.osgi"/>
47 <import plugin="org.eclipse.ui.editors"/>
48 <import plugin="org.eclipse.core.expressions"/>
49 <import plugin="eu.etaxonomy.taxeditor.cdmlib" version="3.0.0" match="greaterOrEqual"/>
50 <import plugin="org.eclipse.jface.text"/>
51 <import plugin="org.eclipse.ui.ide"/>
52 <import plugin="org.eclipse.ui.forms"/>
53 <import plugin="org.eclipse.core.databinding.beans"/>
54 <import plugin="org.eclipse.core.databinding.observable"/>
55 <import plugin="org.eclipse.core.resources"/>
56 <import plugin="org.eclipse.jface.databinding"/>
57 <import plugin="org.eclipse.ui.navigator"/>
58 <import plugin="org.eclipse.ui.navigator.resources"/>
59 <import plugin="org.eclipse.core.jobs"/>
60 <import plugin="org.eclipse.pde.runtime"/>
61 <import plugin="org.eclipse.core.commands"/>
62 <import plugin="org.eclipse.jface"/>
63 <import plugin="org.eclipse.swt"/>
64 <import plugin="org.eclipse.equinox.common" version="3.6.0" match="greaterOrEqual"/>
65 <import plugin="org.eclipse.update.configurator"/>
66 <import plugin="org.eclipse.equinox.p2.publisher.eclipse"/>
67 </requires>
68
69 <plugin
70 id="eu.etaxonomy.taxeditor.application"
71 download-size="0"
72 install-size="0"
73 version="0.0.0"
74 unpack="false"/>
75
76 <plugin
77 id="eu.etaxonomy.taxeditor.bulkeditor"
78 download-size="0"
79 install-size="0"
80 version="0.0.0"
81 unpack="false"/>
82
83 <plugin
84 id="eu.etaxonomy.taxeditor.editor"
85 download-size="0"
86 install-size="0"
87 version="0.0.0"
88 unpack="false"/>
89
90 <plugin
91 id="eu.etaxonomy.taxeditor.navigation"
92 download-size="0"
93 install-size="0"
94 version="0.0.0"
95 unpack="false"/>
96
97 <plugin
98 id="eu.etaxonomy.taxeditor.store"
99 download-size="0"
100 install-size="0"
101 version="0.0.0"
102 unpack="false"/>
103
104 <plugin
105 id="eu.etaxonomy.taxeditor.printpublisher"
106 download-size="0"
107 install-size="0"
108 version="0.0.0"
109 unpack="false"/>
110
111 <plugin
112 id="eu.etaxonomy.taxeditor.cdmlib"
113 download-size="0"
114 install-size="0"
115 version="0.0.0"/>
116
117 <plugin
118 id="eu.etaxonomy.taxeditor.help"
119 download-size="0"
120 install-size="0"
121 version="0.0.0"
122 unpack="false"/>
123
124 <plugin
125 id="eu.etaxonomy.taxeditor.molecular"
126 download-size="0"
127 install-size="0"
128 version="0.0.0"
129 unpack="false"/>
130
131 <plugin
132 id="eu.etaxonomy.taxeditor.molecular.lib"
133 download-size="0"
134 install-size="0"
135 version="0.0.0"
136 unpack="false"/>
137
138 <plugin
139 id="eu.etaxonomy.taxeditor.webapp"
140 download-size="0"
141 install-size="0"
142 version="0.0.0"
143 unpack="false"/>
144
145 </feature>