Add package.xml for kolab_zpush plugin
This commit is contained in:
parent
7149100a2a
commit
ddd0f2c703
2 changed files with 56 additions and 0 deletions
56
plugins/kolab_zpush/package.xml
Normal file
56
plugins/kolab_zpush/package.xml
Normal file
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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
|
||||
http://pear.php.net/dtd/tasks-1.0.xsd
|
||||
http://pear.php.net/dtd/package-2.0
|
||||
http://pear.php.net/dtd/package-2.0.xsd">
|
||||
<name>kolab_zpush</name>
|
||||
<channel>pear.roundcube.net</channel>
|
||||
<summary>Z-Push configuration utility for Kolab accounts</summary>
|
||||
<description></description>
|
||||
<lead>
|
||||
<name>Thomas Bruederli</name>
|
||||
<user>thomasb</user>
|
||||
<email>bruederli@kolabsys.com</email>
|
||||
<active>yes</active>
|
||||
</lead>
|
||||
<date>2011-11-14</date>
|
||||
<time>12:12:00</time>
|
||||
<version>
|
||||
<release>0.1</release>
|
||||
</version>
|
||||
<stability>
|
||||
<release>stable</release>
|
||||
</stability>
|
||||
<license uri="http://www.gnu.org/licenses/agpl.html">GNU AGPL</license>
|
||||
<sources uri="./kolab_zpush-0.1.tgz" />
|
||||
<notes>-</notes>
|
||||
<contents>
|
||||
<dir baseinstalldir="/" name="/">
|
||||
<file name="kolab_zpush.php" role="php"></file>
|
||||
<file name="kolab_zpush_ui.php" role="php"></file>
|
||||
<file name="kolab_zpush.js" role="data"></file>
|
||||
<file name="localization/en_US.inc" role="data"></file>
|
||||
<file name="localization/de_CH.inc" role="data"></file>
|
||||
<file name="skins/default/templates/config.html" role="data"></file>
|
||||
<file name="skins/default/config.css" role="data"></file>
|
||||
<file name="skins/default/alarm-clock.png" role="data"></file>
|
||||
<file name="skins/default/deviceactions.png" role="data"></file>
|
||||
<file name="skins/default/foldertypes.png" role="data"></file>
|
||||
<file name="skins/default/pointer-left.gif" role="data"></file>
|
||||
<file name="skins/default/synchronize.png" role="data"></file>
|
||||
<file name="README.txt" role="data"></file>
|
||||
<file name="LICENSE" role="data"></file>
|
||||
</dir>
|
||||
</contents>
|
||||
<dependencies>
|
||||
<required>
|
||||
<php>
|
||||
<min>5.2.1</min>
|
||||
</php>
|
||||
<pearinstaller>
|
||||
<min>1.7.0</min>
|
||||
</pearinstaller>
|
||||
</required>
|
||||
</dependencies>
|
||||
<phprelease/>
|
||||
</package>
|
BIN
plugins/kolab_zpush/skins/default/deviceactions.png
Normal file
BIN
plugins/kolab_zpush/skins/default/deviceactions.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 781 B |
Loading…
Add table
Reference in a new issue