forked from ezsystems/ezoe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.xml
35 lines (31 loc) · 1.24 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
34
35
<?xml version="1.0" encoding="utf-8" ?>
<software>
<metadata>
<name>eZ Online Editor</name>
<version>//autogentag//</version>
<copyright>Copyright (C) 1999-2011 eZ Systems AS</copyright>
<license>//EZP_LICENSE//</license>
<info_url>https://github.com/ezsystems/ezoe</info_url>
<software>
<uses>
<name>Ephox Enterprise TinyMCE Javascript HTML WYSIWYG editor</name>
<license>GNU Lesser General Public License v2.1</license>
<copyright>Copyright (C) 2010, Ephox Corporation, All rights reserved.</copyright>
<info_url>http://tinymce.ephox.com/</info_url>
<version>3.3.9.3-328</version>
</uses>
<uses>
<name>Tango Icon theme</name>
<license>Creative Commons Attribution-ShareAlike 2.5</license>
<copyright>Copyright (C) 1999-2010 Tango_Icon_Library</copyright>
<info_url>http://tango.freedesktop.org/</info_url>
<version>0.8.90</version>
</uses>
</software>
</metadata>
<dependencies>
<requires>
<extension name="ezjscore" />
</requires>
</dependencies>
</software>