forked from ezsystems/ezfind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.xml
33 lines (29 loc) · 967 Bytes
/
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>//autogentag//</version>
<copyright>Copyright (C) 1999-2014 eZ Systems AS.</copyright>
<license>//EZP_LICENSE//</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.7.0</version>
</uses>
</software>
</metadata>
<dependencies>
<requires>
<extension name="ezjscore" />
</requires>
<extends>
<extension name="ezwebin" />
<extension name="ezdemo" />
<extension name="ezflow" />
</extends>
</dependencies>
</software>