implemented user management, fixes #803. Minor refactorings.
[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="2.0.0.v20090630-1147"
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.taxeditor.feature.dependencies"
26 version="0.0.0"/>
27
28 <includes
29 id="eu.etaxonomy.cdmLibrary"
30 version="0.0.0"/>
31
32 <plugin
33 id="eu.etaxonomy.taxeditor.application"
34 download-size="0"
35 install-size="0"
36 version="2.0.0.v20090630-1147"
37 unpack="false"/>
38
39 <plugin
40 id="eu.etaxonomy.taxeditor.editor"
41 download-size="0"
42 install-size="0"
43 version="2.0.0.v20090630-1147"
44 unpack="false"/>
45
46 <plugin
47 id="eu.etaxonomy.taxeditor.navigation"
48 download-size="0"
49 install-size="0"
50 version="2.0.0.v20090630-1147"
51 unpack="false"/>
52
53 <plugin
54 id="eu.etaxonomy.taxeditor.store"
55 download-size="0"
56 install-size="0"
57 version="2.0.0.v20090630-1147"
58 unpack="false"/>
59
60 <plugin
61 id="eu.etaxonomy.taxeditor.bulkeditor"
62 download-size="0"
63 install-size="0"
64 version="2.0.0.v20090630-1147"
65 unpack="false"/>
66
67 </feature>