-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
61 lines (53 loc) · 2.22 KB
/
package.xml
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
<?xml version="1.0"?>
<package 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>##PEAR_NAME##</name>
<channel>pear.invenzzia.org</channel>
<summary>##PEAR_SUMMARY##</summary>
<description>##PEAR_DESCRIPTION##</description>
<lead>
<name>Tomasz Jędrzejewski</name>
<user>zyxist</user>
<email>nightstorm@tlen.pl</email>
<active>yes</active>
</lead>
<date>##RELEASE_DATE##</date>
<version>
<release>##PROJECT_VERSION##</release>
<api>##PROJECT_VERSION##</api>
</version>
<stability>
<release>##RELEASE_STABILITY##</release>
<api>##API_STABILITY##</api>
</stability>
<license uri="##LICENSE_URL##">##LICENSE_NAME##</license>
<notes>##PEAR_NOTES##</notes>
<contents>
<dir baseinstalldir="/" name="/">
<file baseinstalldir="/" name="Opl/Paginator/Decorator/DecoratorInterface.php" role="php" />
<file baseinstalldir="/" name="Opl/Paginator/Decorator/FirstLastDecorator.php" role="php" />
<file baseinstalldir="/" name="Opl/Paginator/Decorator/PrevNextDecorator.php" role="php" />
<file baseinstalldir="/" name="Opl/Paginator/Decorator/SliderDecorator.php" role="php" />
<file baseinstalldir="/" name="Opl/Paginator/Exception/DecoratorException.php" role="php" />
<file baseinstalldir="/" name="Opl/Paginator/Exception/PaginatorConfigException.php" role="php" />
<file baseinstalldir="/" name="Opl/Paginator/Exception/PaginatorException.php" role="php" />
<file baseinstalldir="/" name="Opl/Paginator/Exception/PaginatorFactoryException.php" role="php" />
<file baseinstalldir="/" name="Opl/Paginator/ConfigPaginatorFactory.php" role="php" />
<file baseinstalldir="/" name="Opl/Paginator/PaginatorFactoryInterface.php" role="php" />
<file baseinstalldir="/" name="Opl/Paginator/Paginator.php" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php><min>5.3.0</min></php>
<pearinstaller><min>1.4.0</min></pearinstaller>
</required>
</dependencies>
<phprelease>
</phprelease>
</package>