source: github/plugins/emoticons/package.xml

Last change on this file was 48e9c14, checked in by thomascube <thomas@…>, 14 months ago

Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[48e9c14]1<?xml version="1.0" encoding="UTF-8"?>
2<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
3    http://pear.php.net/dtd/tasks-1.0.xsd
4    http://pear.php.net/dtd/package-2.0
5    http://pear.php.net/dtd/package-2.0.xsd">
6        <name>emoticons</name>
7        <channel>pear.roundcube.net</channel>
8        <summary>Display emoticons in text messages</summary>
9        <description>Sample plugin to replace emoticons in plain text message body with real icons.</description>
10        <lead>
11                <name>Thomas Bruederli</name>
12                <user>thomasb</user>
13                <email>roundcube@gmail.com</email>
14                <active>yes</active>
15        </lead>
16        <developer>
17                <name>Aleksander Machniak</name>
18                <user>alec</user>
19                <email>alec@alec.pl</email>
20                <active>yes</active>
21        </developer>
22        <date>2011-11-21</date>
23        <version>
24                <release>1.3</release>
25                <api>1.3</api>
26        </version>
27        <stability>
28                <release>stable</release>
29                <api>stable</api>
30        </stability>
31        <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license>
32        <notes>-</notes>
33        <contents>
34                <dir baseinstalldir="/" name="/">
35                        <file name="emoticons.php" role="php">
36                                <tasks:replace from="@name@" to="name" type="package-info"/>
37                                <tasks:replace from="@package_version@" to="version" type="package-info"/>
38                        </file>
39                </dir>
40                <!-- / -->
41        </contents>
42        <dependencies>
43                <required>
44                        <php>
45                                <min>5.2.1</min>
46                        </php>
47                        <pearinstaller>
48                                <min>1.7.0</min>
49                        </pearinstaller>
50                </required>
51        </dependencies>
52        <phprelease/>
53</package>
Note: See TracBrowser for help on using the repository browser.