Moving editor sources back into trunk
[taxeditor.git] / taxeditor-feature / feature.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feature
3 id="eu.etaxonomy.taxeditor"
4 label="Taxeditor Feature"
5 version="1.1.0"
6 provider-name="EDIT">
7
8 <description url="http://www.example.com/description">
9 [Enter Feature Description here.]
10 </description>
11
12 <copyright url="http://www.example.com/copyright">
13 [Enter Copyright Description here.]
14 </copyright>
15
16 <license url="http://www.example.com/license">
17 [Enter License Description here.]
18 </license>
19
20 <url>
21 <update label="EDIT Taxonomic Editor" url="http://wp5.e-taxonomy.eu/taxeditor/update"/>
22 </url>
23
24 <includes
25 id="eu.etaxonomy.cdmLibrary"
26 version="0.0.0"
27 search-location="self"/>
28
29 <includes
30 id="eu.etaxonomy.taxeditor.feature.dependencies"
31 version="1.1.0"
32 os="macosx,win32"
33 search-location="self"/>
34
35 <plugin
36 id="eu.etaxonomy.taxeditor.application"
37 download-size="0"
38 install-size="0"
39 version="1.1.0"
40 unpack="false"/>
41
42 <plugin
43 id="eu.etaxonomy.taxeditor.editor"
44 download-size="0"
45 install-size="0"
46 version="1.1.0"
47 unpack="false"/>
48
49 <plugin
50 id="eu.etaxonomy.taxeditor.navigation"
51 download-size="0"
52 install-size="0"
53 version="1.1.0"
54 unpack="false"/>
55
56 <plugin
57 id="eu.etaxonomy.taxeditor.store"
58 download-size="0"
59 install-size="0"
60 version="1.1.0"
61 unpack="false"/>
62
63 </feature>