root/trunk/package.xml

Revision 48 (checked in by schst, 2 months ago)

Switched to new packaging mechanism

  • Property 0 set to
  • Property 1 set to
Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package packagerversion="1.7.2" 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
3     http://pear.php.net/dtd/tasks-1.0.xsd
4     http://pear.php.net/dtd/package-2.0
5     http://pear.php.net/dtd/package-2.0.xsd">
6  <name>patError</name>
7  <channel>pear.php-tools.net</channel>
8  <summary>Simple and powerful error management package.</summary>
9  <description>patError - simple and powerful error managemet system. Inspired by error handling of PEAR.</description>
10  <lead>
11   <name>Stephan Schmidt</name>
12   <user>schst</user>
13   <email>schst@php-tools.net</email>
14   <active>yes</active>
15  </lead>
16  <lead>
17   <name>gERD Schaufelberger</name>
18   <user>gerd</user>
19   <email>gerd@php-tools.net</email>
20   <active>yes</active>
21  </lead>
22  <developer>
23   <name>Sebastian Mordziol</name>
24   <user>argh</user>
25   <email>argh@php-tools.net</email>
26   <active>yes</active>
27  </developer>
28  <date>2008-07-19</date>
29  <time>19:25:39</time>
30  <version>
31   <release>1.2.0</release>
32   <api>1.2.0</api>
33  </version>
34  <stability>
35   <release>stable</release>
36   <api>stable</api>
37  </stability>
38  <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license>
39  <notes>Changes since 1.1.0:
40 - Remove PHP4 compatibility (schst)
41 - Got rid of all E_DEPRECATED and E_NOTICE messages (schst)
42 - Got rid of all E_STRICT messages (schst)
43 - Replaced usage of global variables with static class properties (schst)
44 - Adjusted to PEAR coding guidelines (schst)</notes>
45  <contents>
46   <dir baseinstalldir="pat" name="/">
47    <dir name="docs">
48     <file name="errorcodes.txt" role="doc" />
49     <file name="install.txt" role="doc" />
50     <file name="readme.txt" role="doc" />
51    </dir> <!-- /docs -->
52    <dir name="examples">
53     <file name="example_cli_error.php" role="doc" />
54     <file name="example_error.php" role="doc" />
55     <file name="example_errormanager_customlevel.php" role="doc" />
56     <file name="example_exception.php" role="doc" />
57     <file name="example_expect.php" role="doc" />
58     <file name="example_ignore.php" role="doc" />
59     <file name="patErrorHandlerDebug.php" role="doc" />
60    </dir> <!-- /examples -->
61    <file name="autopackage2.php" role="php" />
62    <file name="patError.php" role="php" />
63    <file name="patErrorManager.php" role="php" />
64   </dir> <!-- / -->
65  </contents>
66  <dependencies>
67   <required>
68    <php>
69     <min>5.0.0</min>
70    </php>
71    <pearinstaller>
72     <min>1.4.0</min>
73    </pearinstaller>
74   </required>
75  </dependencies>
76  <phprelease />
77  <changelog>
78   <release>
79    <version>
80     <release>1.2.0</release>
81     <api>1.2.0</api>
82    </version>
83    <stability>
84     <release>stable</release>
85     <api>stable</api>
86    </stability>
87    <date>2008-07-19</date>
88    <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license>
89    <notes>Changes since 1.1.0:
90 - Remove PHP4 compatibility (schst)
91 - Got rid of all E_DEPRECATED and E_NOTICE messages (schst)
92 - Got rid of all E_STRICT messages (schst)
93 - Replaced usage of global variables with static class properties (schst)
94 - Adjusted to PEAR coding guidelines (schst)</notes>
95   </release>
96  </changelog>
97 </package>
Note: See TracBrowser for help on using the browser.