forked from FriendsOfSymfony1/symfony1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml.tmpl
102 lines (93 loc) · 3.38 KB
/
package.xml.tmpl
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
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.1" 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>symfony</name>
<channel>pear.symfony-project.com</channel>
<summary>Symfony is a complete framework designed to optimize the development of web applications.</summary>
<description>
Symfony is a complete framework designed to optimize the development of web applications by way of several key features.
For starters, it separates a web application's business rules, server logic, and presentation views.
It contains numerous tools and classes aimed at shortening the development time of a complex web application.
Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application.
The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!
</description>
<lead>
<name>Fabien POTENCIER</name>
<user>fabpot</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>##CURRENT_DATE##</date>
<version>
<release>##SYMFONY_VERSION##</release>
<api>1.4.0</api>
</version>
<stability>
<release>##STABILITY##</release>
<api>##STABILITY##</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<notes>-</notes>
<contents>
<dir name="/">
##CLASS_FILES##
<file role="script" baseinstalldir="/" install-as="symfony" name="data/bin/symfony">
<tasks:replace type="pear-config" from="@DATA-DIR@" to="data_dir" />
<tasks:replace type="pear-config" from="@PEAR-DIR@" to="php_dir" />
</file>
<file role="script" baseinstalldir="/" name="data/bin/symfony.bat" />
<file role="doc" baseinstalldir="symfony" name="CHANGELOG.md" />
<file role="doc" baseinstalldir="symfony" name="COPYRIGHT.md" />
<file role="doc" baseinstalldir="symfony" name="LICENSE.md" />
<file role="doc" baseinstalldir="symfony" name="README.md" />
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.ICU" />
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.lime" />
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.prado" />
<file role="doc" baseinstalldir="symfony" name="licenses/LICENSE.swiftmailer" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.4</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
<extension>
<name>reflection</name>
</extension>
<extension>
<name>ctype</name>
</extension>
<extension>
<name>pcre</name>
</extension>
<extension>
<name>simplexml</name>
</extension>
<extension>
<name>xml</name>
</extension>
<extension>
<name>dom</name>
</extension>
</required>
</dependencies>
<phprelease>
<installconditions>
<os>
<name>windows</name>
</os>
</installconditions>
<filelist>
<install as="symfony.bat" name="data/bin/symfony.bat" />
</filelist>
</phprelease>
<phprelease>
<filelist>
<ignore name="data/bin/symfony.bat" />
</filelist>
</phprelease>
<changelog>
</changelog>
</package>