Author: bicou
Date: 2010-03-28 04:08:23 +0200 (Sun, 28 Mar 2010)
New Revision: 28832

Added:
   plugins/sfRedisPlugin/trunk/package.xml.tmpl
Log:
[sfRedisPlugin] pear package template

Added: plugins/sfRedisPlugin/trunk/package.xml.tmpl
===================================================================
--- plugins/sfRedisPlugin/trunk/package.xml.tmpl                                
(rev 0)
+++ plugins/sfRedisPlugin/trunk/package.xml.tmpl        2010-03-28 02:08:23 UTC 
(rev 28832)
@@ -0,0 +1,62 @@
+<?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>sfRedisPlugin</name>
+  <channel>plugins.symfony-project.org</channel>
+  <summary>Redis for symfony</summary>
+  <description>The sfRedis plugin provides redis support to symfony (through 
Predis).</description>
+  <lead>
+    <name>Benjamin VIELLARD</name>
+    <user>bicou</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.2.0</min>
+        <max>1.3.0</max>
+        <exclude>1.3.0</exclude>
+      </package>
+    </required>
+  </dependencies>
+  <phprelease></phprelease>
+  <changelog>
+    <release>
+    <version>
+      <release>0.9.0</release>
+      <api>0.9.0</api>
+    </version>
+    <stability>
+     <release>beta</release>
+     <api>stable</api>
+    </stability>
+    <license uri="http://www.symfony-project.org/license";>MIT license</license>
+    <date>2010-03-28</date>
+    <notes>
+      * First public release
+    </notes>
+  </release>
+  </changelog>
+</package>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to