forked from ezsystems/ezcomments
-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.xml
29 lines (26 loc) · 834 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
<?xml version="1.0" encoding="utf-8" ?>
<software>
<metadata>
<name>eZ Comments</name>
<version>//autogentag//</version>
<copyright>Copyright (C) 1999-2011 eZ Systems AS</copyright>
<license>//EZP_LICENSE//</license>
<info_url>http://projects.ez.no/ezcomments</info_url>
<software>
<uses>
<name>reCAPTCHA PHP Library</name>
<license></license>
<copyright>Copyright (c) 2007 reCAPTCHA -- http://recaptcha.net</copyright>
<version>1.11</version>
</uses>
</software>
</metadata>
<dependencies>
<uses>
<extension name="ezjscore" />
</uses>
<extends>
<extension name="ezwebin" />
</extends>
</dependencies>
</software>