Author: Mickael.Kurmann
Date: 2008-10-19 12:40:08 +0200 (Sun, 19 Oct 2008)
New Revision: 12250
Added:
plugins/sfDoctrineActAsTaggablePlugin/trunk/package-sfDoctrineActAsTaggablePlugin.xml
Modified:
plugins/sfDoctrineActAsTaggablePlugin/trunk/
Log:
add xml file, add svn:ignore for package.xml
Property changes on: plugins/sfDoctrineActAsTaggablePlugin/trunk
___________________________________________________________________
Name: svn:ignore
+ package.xml
Added:
plugins/sfDoctrineActAsTaggablePlugin/trunk/package-sfDoctrineActAsTaggablePlugin.xml
===================================================================
---
plugins/sfDoctrineActAsTaggablePlugin/trunk/package-sfDoctrineActAsTaggablePlugin.xml
(rev 0)
+++
plugins/sfDoctrineActAsTaggablePlugin/trunk/package-sfDoctrineActAsTaggablePlugin.xml
2008-10-19 10:40:08 UTC (rev 12250)
@@ -0,0 +1,87 @@
+<?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>sfDoctrineActAsTaggable Plugin</summary>
+ <description>A port of sfPropelActAsTaggle plugin. As Doctrine wont
support tagging very soon and there is more than database tagging in this
project</description>
+ <lead>
+ <name>Mickael Kurmann</name>
+ <user>Mickael.Kurmann</user>
+ <email>[EMAIL PROTECTED]</email>
+ <active>yes</active>
+
+ <name>Klemens Ullmann</name>
+ <user>klemens_u</user>
+ <email>[EMAIL PROTECTED]</email>
+ <active>yes</active>
+ </lead>
+ <date>[automatic]</date>
+ <version>
+ <release>0.0.2</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>beta</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.symfony-project.com/license">MIT license</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.0.0</min>
+ <max>1.0.11</max>
+ <exclude>1.1.0</exclude>
+ </package>
+ </required>
+ </dependencies>
+
+ <phprelease>
+ </phprelease>
+
+ <changelog>
+ <release>
+ <version>
+ <release>0.0.2</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.symfony-project.com/license">MIT
license</license>
+ <date>2008-09-22</date>
+ <license>MIT</license>
+ <notes>
+ * Organisation of svn, documentation update (Klemens)
+ * Added .xml file for plugin-manager (Mickael)
+ </notes>
+ </release>
+ <release>
+ <version>
+ <release>0.0.1</release>
+ <api>1.0.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.symfony-project.com/license">MIT
license</license>
+ <date>2008-09-22</date>
+ <license>MIT</license>
+ <notes>
+ * Initial public release. Features tags attachment to heterogene
Doctrine objects, and includes tag-clouds generation. Some bug still remaining
+ </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
-~----------~----~----~----~------~----~------~--~---