Development

/plugins/sfGoogleGearCachePlugin/package.xml.tmpl

You must first sign up to be able to contribute.

root/plugins/sfGoogleGearCachePlugin/package.xml.tmpl

Revision 15108, 2.0 kB (checked in by jerome.etienne, 4 years ago)

initial commit

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <name>sfGoogleGearCachePlugin</name>
4   <channel>pear.symfony-project.com</channel>
5   <summary>Provide explicit control over the browser cache via Google Gear</summary>
6   <description>Provide explicit control over the browser cache via Google Gear</description>
7   <lead>
8     <name>Jerome Etienne</name>
9     <user>jerome.etienne</user>
10     <email>jerome.etienne@gmail.com</email>
11     <active>yes</active>
12   </lead>
13   <date>##CURRENT_DATE##</date>
14   <version>
15     <release>##PLUGIN_VERSION##</release>
16     <api>##API_VERSION##</api>
17   </version>
18   <stability>
19     <release>##STABILITY##</release>
20     <api>##STABILITY##</api>
21   </stability>
22   <license uri="http://www.symfony-project.org/license">MIT license</license>
23   <notes>-</notes>
24   <contents>
25     ##CONTENTS##
26   </contents>
27   <dependencies>
28     <required>
29       <php>
30         <min>5.2.4</min>
31       </php>
32       <pearinstaller>
33         <min>1.4.1</min>
34       </pearinstaller>
35       <package>
36         <name>symfony</name>
37         <channel>pear.symfony-project.com</channel>
38         <min>1.2.0</min>
39         <max>1.3.0</max>
40         <exclude>1.3.0</exclude>
41       </package>
42     </required>
43   </dependencies>
44   <phprelease></phprelease>
45     <changelog>
46         <release>
47             <version>
48                 <release>0.0.1</release>
49                 <api>0.0.1</api>
50             </version>
51             <stability>
52                 <release>alpha</release>
53                 <api>alpha</api>
54             </stability>
55             <date>2009-01-01</date>
56             <license uri="http://svn.symfony-project.com/plugins/sfGoogleGearCachePlugin/trunk/LICENSE">
57                 MIT license
58             </license>
59             <notes>
60                 * initial release
61             </notes>
62         </release>
63     </changelog>
64 </package>
Note: See TracBrowser for help on using the browser.