Thomas Bruederli
2012-08-06 c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4
commit | author | age
48e9c1 1 <?xml version="1.0" encoding="UTF-8"?>
T 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>archive</name>
7     <channel>pear.roundcube.net</channel>
8     <summary>Archive feature for Roundcube</summary>
9     <description>This adds a button to move the selected messages to an archive folder. The folder can be selected in the settings panel.</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     <date>2011-11-23</date>
17     <version>
18         <release>1.6</release>
19         <api>1.6</api>
20     </version>
21     <stability>
22         <release>stable</release>
23         <api>stable</api>
24     </stability>
25     <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license>
26     <notes>-</notes>
27     <contents>
28         <dir baseinstalldir="/" name="/">
29             <file name="archive.php" role="php">
30                 <tasks:replace from="@name@" to="name" type="package-info"/>
31                 <tasks:replace from="@package_version@" to="version" type="package-info"/>
32             </file>
33             <file name="archive.js" role="data">
34                 <tasks:replace from="@name@" to="name" type="package-info"/>
35                 <tasks:replace from="@package_version@" to="version" type="package-info"/>
36             </file>
37             <file name="localization/cs_CZ.inc" role="data"></file>
38             <file name="localization/de_CH.inc" role="data"></file>
39             <file name="localization/de_DE.inc" role="data"></file>
40             <file name="localization/en_US.inc" role="data"></file>
41             <file name="localization/es_AR.inc" role="data"></file>
42             <file name="localization/es_ES.inc" role="data"></file>
43             <file name="localization/et_EE.inc" role="data"></file>
44             <file name="localization/fr_FR.inc" role="data"></file>
45             <file name="localization/gl_ES.inc" role="data"></file>
46             <file name="localization/ja_JP.inc" role="data"></file>
47             <file name="localization/nl_NL.inc" role="data"></file>
48             <file name="localization/pl_PL.inc" role="data"></file>
49             <file name="localization/pt_BR.inc" role="data"></file>
50             <file name="localization/ru_RU.inc" role="data"></file>
51             <file name="localization/sv_SE.inc" role="data"></file>
52             <file name="localization/zh_TW.inc" role="data"></file>
9f1652 53             <file name="skins/classic/archive_act.png" role="data"></file>
TB 54             <file name="skins/classic/archive_pas.png" role="data"></file>
55             <file name="skins/classic/foldericon.png" role="data"></file>
48e9c1 56         </dir>
T 57         <!-- / -->
58     </contents>
59     <dependencies>
60         <required>
61             <php>
62                 <min>5.2.1</min>
63             </php>
64             <pearinstaller>
65                 <min>1.7.0</min>
66             </pearinstaller>
67         </required>
68     </dependencies>
69     <phprelease/>
70 </package>