diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-12-08 13:32:34 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-12-08 13:32:34 (GMT) |
commit | feb0796f1d5a51b93658fd9ed276a03455ac9725 (patch) | |
tree | 30a2d0118eecaa6af7750c9d9663f89d92473ba7 | |
parent | 815ab6596b1c219eb0c023c0ec73873796dc30da (diff) | |
download | roundcubemail-plugins-kolab-feb0796f1d5a51b93658fd9ed276a03455ac9725.tar.gz |
package.xml -> composer.json
-rw-r--r-- | plugins/kolab_activesync/composer.json | 31 | ||||
-rw-r--r-- | plugins/kolab_activesync/package.xml | 82 |
2 files changed, 31 insertions, 82 deletions
diff --git a/plugins/kolab_activesync/composer.json b/plugins/kolab_activesync/composer.json new file mode 100644 index 0000000..d70d80c --- /dev/null +++ b/plugins/kolab_activesync/composer.json @@ -0,0 +1,31 @@ +{ + "name": "kolab/kolab_activesync", + "type": "roundcube-plugin", + "description": "ActiveSync configuration utility for Kolab accounts", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3+", + "version": "1.1.0", + "authors": [ + { + "name": "Thomas Bruederli", + "email": "bruederli@kolabsys.com", + "role": "Lead" + }, + { + "name": "Alensader Machniak", + "email": "machniak@kolabsys.com", + "role": "Lead" + } + ], + "repositories": [ + { + "type": "composer", + "url": "http://plugins.roundcube.net" + } + ], + "require": { + "php": ">=5.3.0", + "roundcube/plugin-installer": ">=0.1.3", + "kolab/libkolab": ">=1.1.0", + } +} diff --git a/plugins/kolab_activesync/package.xml b/plugins/kolab_activesync/package.xml deleted file mode 100644 index 44ba925..0000000 --- a/plugins/kolab_activesync/package.xml +++ /dev/null @@ -1,82 +0,0 @@ -<?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_activesync</name> - <uri>http://git.kolab.org/roundcubemail-plugins-kolab/</uri> - <summary>ActiveSync configuration utility for Kolab accounts</summary> - <description></description> - <lead> - <name>Aleksander Machniak</name> - <user>alec</user> - <email>machniak@kolabsys.com</email> - <active>yes</active> - </lead> - <lead> - <name>Thomas Bruederli</name> - <user>thomasb</user> - <email>bruederli@kolabsys.com</email> - <active>yes</active> - </lead> - <date>2014-08-12</date> - <version> - <release>1.1</release> - <api>1.0</api> - </version> - <stability> - <release>stable</release> - </stability> - <license uri="http://www.gnu.org/licenses/agpl.html">GNU AGPLv3</license> - <notes>-</notes> - <contents> - <dir baseinstalldir="/" name="/"> - <file name="kolab_activesync.php" role="php"></file> - <file name="kolab_activesync_ui.php" role="php"></file> - <file name="kolab_activesync.js" role="data"></file> - <file name="localization/de_CH.inc" role="data"></file> - <file name="localization/de_DE.inc" role="data"></file> - <file name="localization/en_US.inc" role="data"></file> - <file name="localization/pl_PL.inc" role="data"></file> - <file name="skins/classic/templates/config.html" role="data"></file> - <file name="skins/classic/templates/configedit.html" role="data"></file> - <file name="skins/classic/templates/configempty.html" role="data"></file> - <file name="skins/classic/config.css" role="data"></file> - <file name="skins/classic/alarm-clock.png" role="data"></file> - <file name="skins/classic/deviceactions.png" role="data"></file> - <file name="skins/classic/foldertypes.png" role="data"></file> - <file name="skins/classic/pointer-left.gif" role="data"></file> - <file name="skins/classic/synchronize.png" role="data"></file> - <file name="skins/larry/templates/config.html" role="data"></file> - <file name="skins/larry/templates/configedit.html" role="data"></file> - <file name="skins/larry/templates/configempty.html" role="data"></file> - <file name="skins/larry/config.css" role="data"></file> - <file name="skins/larry/alarm-clock.png" role="data"></file> - <file name="skins/larry/deviceactions.png" role="data"></file> - <file name="skins/larry/foldertypes.png" role="data"></file> - <file name="skins/larry/pointer-left.png" role="data"></file> - <file name="skins/larry/synchronize.png" role="data"></file> - <file name="README" 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> - <package> - <name>libkolab</name> - <uri>http://kolabsys.com</uri> - </package> - <package> - <name>jqueryui</name> - <channel>pear.roundcube.net</channel> - </package> - </required> - </dependencies> - <phprelease/> -</package> |