From 8238c5ac8bf65baf50175b56b8d795d9a25944b4 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 25 Aug 2014 15:25:37 +0200 Subject: [PATCH] Replace package.xml with composer.json with a dependency to libkolab plugin --- plugins/kolab_tags/composer.json | 26 +++++++++++++ plugins/kolab_tags/package.xml | 67 -------------------------------- 2 files changed, 26 insertions(+), 67 deletions(-) create mode 100644 plugins/kolab_tags/composer.json delete mode 100644 plugins/kolab_tags/package.xml diff --git a/plugins/kolab_tags/composer.json b/plugins/kolab_tags/composer.json new file mode 100644 index 00000000..1b380541 --- /dev/null +++ b/plugins/kolab_tags/composer.json @@ -0,0 +1,26 @@ +{ + "name": "kolab/kolab_tags", + "type": "roundcube-plugin", + "description": "Email tags plugin", + "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", + "license": "AGPLv3", + "version": "0.1-beta", + "authors": [ + { + "name": "Aleksander 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_tags/package.xml b/plugins/kolab_tags/package.xml deleted file mode 100644 index 2ab25eec..00000000 --- a/plugins/kolab_tags/package.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - kolab_tags - http://git.kolab.org/roundcubemail-plugins-kolab/ - Email tags plugin - - - - Aleksander Machniak - machniak - machniak@kolabsys.com - yes - - 2013-07-30 - - 0.1-beta - 0.1-beta - - - beta - beta - - GNU AGPLv3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5.3.1 - - - 1.7.0 - - - libkolab - http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/libkolab - - - - -