Author: mtorres
Date: 2010-05-24 22:39:33 +0200 (Mon, 24 May 2010)
New Revision: 29612

Added:
   plugins/mtAlertPlugin/trunk/LICENSE
   plugins/mtAlertPlugin/trunk/package-mtAlertPlugin.xml
Modified:
   plugins/mtAlertPlugin/trunk/TODO
Log:
Added package.xml template and license

Added: plugins/mtAlertPlugin/trunk/LICENSE
===================================================================
--- plugins/mtAlertPlugin/trunk/LICENSE                         (rev 0)
+++ plugins/mtAlertPlugin/trunk/LICENSE 2010-05-24 20:39:33 UTC (rev 29612)
@@ -0,0 +1 @@
+MIT  http://www.symfony-project.com/license
\ No newline at end of file

Modified: plugins/mtAlertPlugin/trunk/TODO
===================================================================
--- plugins/mtAlertPlugin/trunk/TODO    2010-05-24 20:35:30 UTC (rev 29611)
+++ plugins/mtAlertPlugin/trunk/TODO    2010-05-24 20:39:33 UTC (rev 29612)
@@ -0,0 +1 @@
+- Add support for symfony 1.3 and 1.4

Added: plugins/mtAlertPlugin/trunk/package-mtAlertPlugin.xml
===================================================================
--- plugins/mtAlertPlugin/trunk/package-mtAlertPlugin.xml                       
        (rev 0)
+++ plugins/mtAlertPlugin/trunk/package-mtAlertPlugin.xml       2010-05-24 
20:39:33 UTC (rev 29612)
@@ -0,0 +1,74 @@
+<?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>[automatic]</name>
+  <channel>pear.symfony-project.com</channel>
+  <summary>Alerts plugin.</summary>
+  <description>Alerts plugin.</description>
+  <lead>
+    <name>Matías Alejandro TORRES</name>
+    <user>mtorres</user>
+    <email>[email protected]</email>
+    <active>yes</active>
+  </lead>
+  <date>[automatic]</date>
+  <version>
+    <release>[automatic]</release>
+    <api>[automatic]</api>
+  </version>
+  <stability>
+    <release>[automatic]</release>
+    <api>[automatic]</api>
+  </stability>
+  <license>[automatic]</license>
+  <notes>-</notes>
+  <contents>[automatic]</contents>
+
+  <dependencies>
+    <required>
+      <php>
+        <min>5.1.0</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>
+      <package>
+        <name>dcMailerPlugin</name>
+        <channel>plugins.symfony-project.org</channel>
+        <min>0.2.0</min>
+        <max>0.3.0</max>
+        <exclude>0.3.0</exclude>
+      </package>
+      <package>
+        <name>sfFormExtraPlugin</name>
+        <channel>plugins.symfony-project.org</channel>
+        <min>1.0.0</min>
+        <max>1.1.0</max>
+        <exclude>1.1.0</exclude>
+      </package>
+   </required>
+  </dependencies>
+ <phprelease>
+ </phprelease>
+ <changelog>
+    <release>
+      <version>
+        <release>0.1.0</release>
+        <api>0.1.0</api>
+      </version>
+      <stability>
+        <release>beta</release>
+        <api>beta</api>
+      </stability>
+      <license uri="http://www.symfony-project.com/license";>MIT</license>
+      <date>2010-05-24</date>
+      <notes>Added to symfony</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