diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-12-10 08:46:00 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-12-10 08:46:00 +0100 |
commit | 1143428dcb70976ced8e33c47c71685d5757cca5 (patch) | |
tree | 6ba4ca2d80064d739f187c354f5e0ce2caf4b2ca | |
parent | ef29ac433939dc3a994540e063f410554e38a0b2 (diff) |
Update package.xml -> composer.json
-rw-r--r-- | plugins/additional_message_headers/composer.json | 2 | ||||
-rw-r--r-- | plugins/additional_message_headers/package.xml | 47 | ||||
-rw-r--r-- | plugins/example_addressbook/package.xml | 51 | ||||
-rw-r--r-- | plugins/http_authentication/package.xml | 48 |
4 files changed, 1 insertions, 147 deletions
diff --git a/plugins/additional_message_headers/composer.json b/plugins/additional_message_headers/composer.json index 04cd9e496..bf3f6c4d7 100644 --- a/plugins/additional_message_headers/composer.json +++ b/plugins/additional_message_headers/composer.json @@ -2,7 +2,7 @@ "name": "roundcube/additional_message_headers", "type": "roundcube-plugin", "description": "Very simple plugin which will add additional headers to or remove them from outgoing messages.", - "license": "GNU GPL v2", + "license": "GPLv2", "version": "1.2.0", "authors": [ { diff --git a/plugins/additional_message_headers/package.xml b/plugins/additional_message_headers/package.xml deleted file mode 100644 index c15d9f8b3..000000000 --- a/plugins/additional_message_headers/package.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<package packagerversion="1.9.0" version="2.0" 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" 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>additional_message_headers</name> - <channel>pear.roundcube.net</channel> - <summary>Additional message headers for Roundcube</summary> - <description>Very simple plugin which will add additional headers to or remove them from outgoing messages.</description> - <lead> - <name>Ziba Scott</name> - <user>ziba</user> - <email>email@example.org</email> - <active>yes</active> - </lead> - <date>2013-08-25</date> - <version> - <release>1.2.0</release> - <api>1.2.0</api> - </version> - <stability> - <release>stable</release> - <api>stable</api> - </stability> - <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPL v2</license> - <notes>-</notes> - <contents> - <dir baseinstalldir="/" name="/"> - <file name="additional_message_headers.php" role="php"> - <tasks:replace from="@name@" to="name" type="package-info" /> - <tasks:replace from="@package_version@" to="version" type="package-info" /> - </file> - <file name="config.inc.php.dist" 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> diff --git a/plugins/example_addressbook/package.xml b/plugins/example_addressbook/package.xml deleted file mode 100644 index 407548db4..000000000 --- a/plugins/example_addressbook/package.xml +++ /dev/null @@ -1,51 +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>example_addressbook</name> - <channel>pear.roundcube.net</channel> - <summary>Example addressbook plugin implementation</summary> - <description>Sample plugin to add a new address book with just a static list of contacts.</description> - <lead> - <name>Thomas Bruederli</name> - <user>thomasb</user> - <email>roundcube@gmail.com</email> - <active>yes</active> - </lead> - <date>2011-11-21</date> - <version> - <release>1.0</release> - <api>1.0</api> - </version> - <stability> - <release>stable</release> - <api>stable</api> - </stability> - <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license> - <notes>-</notes> - <contents> - <dir baseinstalldir="/" name="/"> - <file name="example_addressbook.php" role="php"> - <tasks:replace from="@name@" to="name" type="package-info"/> - <tasks:replace from="@package_version@" to="version" type="package-info"/> - </file> - <file name="example_addressbook_backend.php" role="php"> - <tasks:replace from="@name@" to="name" type="package-info"/> - <tasks:replace from="@package_version@" to="version" type="package-info"/> - </file> - </dir> - <!-- / --> - </contents> - <dependencies> - <required> - <php> - <min>5.2.1</min> - </php> - <pearinstaller> - <min>1.7.0</min> - </pearinstaller> - </required> - </dependencies> - <phprelease/> -</package> diff --git a/plugins/http_authentication/package.xml b/plugins/http_authentication/package.xml deleted file mode 100644 index aab3819a8..000000000 --- a/plugins/http_authentication/package.xml +++ /dev/null @@ -1,48 +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>http_authentication</name> - <channel>pear.roundcube.net</channel> - <summary>HTTP Basic Authentication</summary> - <description>Make use of an existing HTTP authentication and perform login with the existing user credentials.</description> - <lead> - <name>Thomas Bruederli</name> - <user>thomasb</user> - <email>roundcube@gmail.com</email> - <active>yes</active> - </lead> - <date>2012-09-18</date> - <version> - <release>1.5</release> - <api>1.5</api> - </version> - <stability> - <release>stable</release> - <api>stable</api> - </stability> - <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license> - <notes>-</notes> - <contents> - <dir baseinstalldir="/" name="/"> - <file name="http_authentication.php" role="php"> - <tasks:replace from="@name@" to="name" type="package-info"/> - <tasks:replace from="@package_version@" to="version" type="package-info"/> - </file> - <file name="logout.html" 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> |