-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml.base
113 lines (112 loc) · 4.61 KB
/
package.xml.base
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.8.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>Empathy</name>
<channel>pear.empathyphp.co.uk</channel>
<summary>Empathy is a lightweight PHP web application framework.</summary>
<description>
Empathy is a lightweight PHP web application framework.
</description>
<lead>
<name>Mike Whiting</name>
<user>mikejw</user>
<email>mail at mikejw.co.uk</email>
<active>yes</active>
</lead>
<date>CURRENT_DATE</date>
<time>CURRENT_TIME</time>
<version>
<release>0.9.5</release>
<api>0.9.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<notes>-</notes>
<contents>
<dir name="/">
<dir name="Empathy">
<dir name="MVC">
<dir name="bin">
<file name="echo_include_path.php" role="php" />
</dir>
<dir name="Plugin">
<file name="Doctrine-1.0.php" role="php" />
<file name="EDefault-1.0.php" role="php" />
<file name="FacebookSDK-1.0.php" role="php" />
<file name="JSBeautifier-1.0.php" role="php" />
<file name="JSONView-1.0.php" role="php" />
<file name="Pheanstalk-1.0.php" role="php" />
<file name="Phirehose-1.0.php" role="php" />
<file name="PreDispatch.php" role="php" />
<file name="Presentation.php" role="php" />
<file name="Redbean-1.0.php" role="php" />
<file name="Smarty-1.0.php" role="php" />
<file name="TwitterOAuth-1.0.php" role="php" />
</dir>
<dir name="Util">
<file name="CLI.php" role="php" />
<file name="ELib.php" role="php" />
<file name="Pear.php" role="php" />
<file name="Test.php" role="php" />
<file name="TestUnit.php" role="php" />
</dir>
<file name="Bootstrap.php" role="php" />
<file name="Config.php" role="php" />
<file name="Controller.php" role="php" />
<file name="DBC.php" role="php" />
<file name="DBPool.php" role="php" />
<file name="Empathy.php" role="php" />
<file name="Entity.php" role="php" />
<file name="ErrorException.php" role="php" />
<file name="Exception.php" role="php" />
<file name="Model.php" role="php" />
<file name="Plugin.php" role="php" />
<file name="PluginManager.php" role="php" />
<file name="SafeException.php" role="php" />
<file name="SectionItemStandAlone.php" role="php" />
<file name="Session.php" role="php" />
<file name="Stash.php" role="php" />
<file name="Store.php" role="php" />
<file name="URI.php" role="php" />
<file name="Validate.php" role="php" />
<file name="empathy.tpl" role="php" />
</dir>
</dir>
<file name="config.yml" role="cfg" />
<file name="eaa.zip" role="data" />
<file name="licence.txt" role="doc" />
<file name="README" role="doc" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
<!--
<phprelease>
<installconditions>
<os>
<name>windows</name>
</os>
</installconditions>
<filelist>
<install as="phpunit" name="phpunit.php" />
<install as="phpunit.bat" name="phpunit.bat" />
</filelist>
</phprelease>
<phprelease>
<filelist>
<install as="phpunit" name="phpunit.php" />
<ignore name="phpunit.bat" />
</filelist>
</phprelease>
-->
</package>