<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.0RC2" 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>Services_Exceptional</name>
<channel>pear.php.net</channel>
<summary>Service class for getexceptional.com.</summary>
<description>A PHP service class for the getexceptional.com web service.</description>
<lead>
<name>Till Klampaeckel</name>
<user>till</user>
<email>till@php.net</email>
<active>yes</active>
</lead>
<developer>
<name>Jan Lehnardt</name>
<user>jan</user>
<email>jan@php.net</email>
<active>yes</active>
</developer>
<date>2008-10-25</date>
<time>23:50:00</time>
<version>
<release>0.0.1</release>
<api>0.0.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">The BSD License</license>
<notes>
* initial release of the forked php-exceptional library
* released using The (new) BSD License
* library is managable using the PEAR installer
* class layout adheres to the PEAR CS (classes split in multiple files, directories)
* works from CLI :-)
</notes>
<contents>
<dir name="/">
<dir name="Services">
<file name="Exceptional.php" role="php">
<tasks:replace from="@package_version@" to="version" type="package-info" />
</file>
<dir name="Exceptional">
<file name="Data.php" role="php">
<tasks:replace from="@package_version@" to="version" type="package-info" />
</file>
</dir>
</dir>
<dir name="tests">
<file role="test" baseinstalldir="Exceptional" name="ex_test.php" />
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.1.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.0.1</release>
<api>0.0.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2008-10-25</date>
<license uri="http://www.opensource.org/licenses/bsd-license.php">The BSD License</license>
<notes>
* initial release of the forked php-exceptional library
* released using The (new) BSD License
* library is managable using the PEAR installer
* class layout adheres to the PEAR CS (classes split in multiple files, directories)
* works from CLI :-)
</notes>
</release>
</changelog>
</package>