-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.xml.tmpl
170 lines (170 loc) · 5.39 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<?xml version="1.0" encoding="##ENCODING##"?>
<package 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" packagerversion="1.4.1" version="2.0" 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>sfTaskExtraPlugin</name>
<channel>plugins.symfony-project.org</channel>
<summary>Adds tasks to your symfony command line to help streamline your workflow.</summary>
<description>Adds tasks to your symfony command line to help streamline your workflow.</description>
<lead>
<name>Kris Wallsmith</name>
<user>Kris.Wallsmith</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>##CURRENT_DATE##</date>
<version>
<release>##PLUGIN_VERSION##</release>
<api>##API_VERSION##</api>
</version>
<stability>
<release>##STABILITY##</release>
<api>##STABILITY##</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<notes>-</notes>
<contents>
##CONTENTS##
</contents>
<dependencies>
<required>
<php>
<min>5.2.4</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
<package>
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
<min>1.3.0</min>
<max>2.0.0</max>
<exclude>2.0.0</exclude>
</package>
</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>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2008-11-08</date>
<notes>
* Initial release of `generate:plugin`
* Initial release of `generate:plugin-module`
* Initial release of `plugin:package`
</notes>
</release>
<release>
<version>
<release>0.0.2</release>
<api>0.0.2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2008-11-13</date>
<notes>
* Fixed packaging of empty directories in `plugin:package`
* Added `post_command` hook to `propel:build-model` to insert model class for plugin logic
* Initial release of `test:plugin`
</notes>
</release>
<release>
<version>
<release>1.3.0</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2009-12-06</date>
<notes>
* Compatible with symfony 1.3 and 1.4
* Removed `generate:tests` task
* Simplified `generate:test` task
* Simplified `subversion:set-props` task
</notes>
</release>
<release>
<version>
<release>1.3.1</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2010-01-04</date>
<notes>
* Updated skeleton `package.xml` template to use `plugins.symfony-project.org` channel
* Updated `plugin:package` task to use charset from `settings.yml` when creating `package.xml`
</notes>
</release>
<release>
<version>
<release>1.3.2</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2010-02-22</date>
<notes>
* Fixed bug when generating a test stub for a class in a plugin with no test directory
* Added `doctrine:build-app-forms` and `doctrine:build-app-filters` tasks
* Added `propel:build-app-forms` and `propel:build-app-filters` tasks
</notes>
</release>
<release>
<version>
<release>1.3.3</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>2010-09-22</date>
<notes>
* Updated skeleton `package.xml` with correct symfony version requirements
* Added `doctrine:compile` task
</notes>
</release>
<release>
<version>
<release>1.3.4</release>
<api>1.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<license>MIT</license>
<date>soon</date>
<notes>
* Excluded task classes from runtime autoloader
</notes>
</release>
</changelog>
</package>