Development

/plugins/sfMinifyPlugin/package.xml

You must first sign up to be able to contribute.

root/plugins/sfMinifyPlugin/package.xml

Revision 4091, 3.1 kB (checked in by gordon, 6 years ago)

some small fixes

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package packagerversion="1.5.4" 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
3     http://pear.php.net/dtd/tasks-1.0.xsd
4     http://pear.php.net/dtd/package-2.0
5     http://pear.php.net/dtd/package-2.0.xsd">
6  <name>sfMinifyPlugin</name>
7  <channel>pear.symfony-project.com</channel>
8  <summary>Integrate the minify library see http://code.google.com/p/minify/ into symfony</summary>
9  <description>Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads.</description>
10  <lead>
11   <name>Gordon Franke</name>
12   <user>gordon</user>
13   <email />
14   <active>yes</active>
15  </lead>
16  <date>2007-05-23</date>
17  <time>19:15:09</time>
18  <version>
19   <release>0.1.0</release>
20   <api>1.0.1</api>
21  </version>
22  <stability>
23   <release>beta</release>
24   <api>stable</api>
25  </stability>
26  <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
27  <notes>first release</notes>
28  <contents>
29   <dir baseinstalldir="/sfMinifyPlugin" name="/">
30    <file baseinstalldir="/sfMinifyPlugin" md5sum="68ae912dac709509581e60fe97f978c0" name="lib/filter/sfMinifyFilter.class.php" role="php" />
31    <file baseinstalldir="/sfMinifyPlugin" md5sum="24ba944156cf8361d4b1c2b2dffb1585" name="lib/helper/SfMinifyHelper.php" role="php" />
32    <file baseinstalldir="/sfMinifyPlugin" md5sum="558f83c22fc3edde0eae43f656c28bc5" name="minify/HISTORY" role="data" />
33    <file baseinstalldir="/sfMinifyPlugin" md5sum="0060ca975470dece18ceff9179e12bcd" name="minify/LICENSE" role="data" />
34    <file baseinstalldir="/sfMinifyPlugin" md5sum="22dd2d696e582c7fc3c3823f7c63448f" name="minify/minify.php" role="php" />
35    <file baseinstalldir="/sfMinifyPlugin" md5sum="c5201eac3e47f473afc5d8f955637b6a" name="minify/README" role="data" />
36    <file baseinstalldir="/sfMinifyPlugin" md5sum="fd0e810233142ef8f917c24a0bb00ec7" name="minify/lib/jsmin.php" role="php" />
37    <file baseinstalldir="/sfMinifyPlugin" md5sum="afbf3a289b3ae34eec616a8b3c7f6099" name="minify/tools/doc.bat" role="data" />
38    <file baseinstalldir="/sfMinifyPlugin" md5sum="1034ee025eb25556ef965335f50e4cec" name="web/sfMinifyPlugin.php" role="php" />
39    <file baseinstalldir="/sfMinifyPlugin" md5sum="2e8e6da939b1f24ded2f161c23a44338" name="README" role="data" />
40   </dir>
41  </contents>
42  <dependencies>
43   <required>
44    <php>
45     <min>5.0.0</min>
46    </php>
47    <pearinstaller>
48     <min>1.5.4</min>
49    </pearinstaller>
50    <package>
51     <name>symfony</name>
52     <channel>pear.symfony-project.com</channel>
53     <min>1.0.0</min>
54     <max>1.0.99999</max>
55    </package>
56   </required>
57  </dependencies>
58  <phprelease />
59  <changelog>
60   <release>
61    <version>
62     <release>0.1.0</release>
63     <api>1.0.1</api>
64    </version>
65    <stability>
66     <release>beta</release>
67     <api>stable</api>
68    </stability>
69    <date>2007-05-23</date>
70    <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD License</license>
71    <notes>first release</notes>
72   </release>
73  </changelog>
74 </package>
Note: See TracBrowser for help on using the browser.