From feb0796f1d5a51b93658fd9ed276a03455ac9725 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 8 Dec 2014 14:32:34 +0100 Subject: package.xml -> composer.json --- plugins/kolab_activesync/composer.json | 31 +++++++++++++ plugins/kolab_activesync/package.xml | 82 ---------------------------------- 2 files changed, 31 insertions(+), 82 deletions(-) create mode 100644 plugins/kolab_activesync/composer.json delete mode 100644 plugins/kolab_activesync/package.xml 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 @@ - - - kolab_activesync - http://git.kolab.org/roundcubemail-plugins-kolab/ - ActiveSync configuration utility for Kolab accounts - - - Aleksander Machniak - alec - machniak@kolabsys.com - yes - - - Thomas Bruederli - thomasb - bruederli@kolabsys.com - yes - - 2014-08-12 - - 1.1 - 1.0 - - - stable - - GNU AGPLv3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5.2.1 - - - 1.7.0 - - - libkolab - http://kolabsys.com - - - jqueryui - pear.roundcube.net - - - - - -- cgit v0.12