-
Notifications
You must be signed in to change notification settings - Fork 83
/
extension.xml
33 lines (29 loc) · 1.02 KB
/
extension.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8" ?>
<software>
<metadata>
<name>eZ Find LS</name>
<version>dev-master</version>
<copyright>Copyright (C) eZ Systems AS. All rights reserved.</copyright>
<license>For full copyright and license information view LICENSE file provided with this software.</license>
<info_url>http://ez.no/ezfind</info_url>
<software>
<uses>
<name>Solr</name>
<license>Apache License, Version 2.0</license>
<copyright>The Apache Software Foundation.</copyright>
<info_url>http://lucene.apache.org/solr/</info_url>
<version>4.10.1</version>
</uses>
</software>
</metadata>
<dependencies>
<requires>
<extension name="ezjscore" />
</requires>
<extends>
<extension name="ezwebin" />
<extension name="ezdemo" />
<extension name="ezflow" />
</extends>
</dependencies>
</software>