Author: khiramatsu Date: 2010-04-18 22:02:58 +0200 (Sun, 18 Apr 2010) New Revision: 29197
Added: plugins/sfSimpleCommentPlugin/package.xml.tmpl Modified: plugins/sfSimpleCommentPlugin/README Log: fixed repo url in README; package.xml moved to template Modified: plugins/sfSimpleCommentPlugin/README =================================================================== --- plugins/sfSimpleCommentPlugin/README 2010-04-18 19:55:41 UTC (rev 29196) +++ plugins/sfSimpleCommentPlugin/README 2010-04-18 20:02:58 UTC (rev 29197) @@ -12,7 +12,7 @@ * Install the plugin (via a Subversion checkout) - svn co http//svn.symfony-project.com/plugins/sfSimpleCommentPlugin/trunk plugins/sfSimpleCommentPlugin + svn co http//svn.symfony-project.com/plugins/sfSimpleCommentPlugin plugins/sfSimpleCommentPlugin * Activate the plugin in the `config/ProjectConfiguration.class.php` Added: plugins/sfSimpleCommentPlugin/package.xml.tmpl =================================================================== --- plugins/sfSimpleCommentPlugin/package.xml.tmpl (rev 0) +++ plugins/sfSimpleCommentPlugin/package.xml.tmpl 2010-04-18 20:02:58 UTC (rev 29197) @@ -0,0 +1,66 @@ +<?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>sfSimpleCommentPlugin</name> + <channel>plugins.symfony-project.org</channel> + <summary>Comments feature plugin.</summary> + <description>Provides simple and easy-to-use comment functionality.</description> + <lead> + <name>Kazuhiro Hiramatsu</name> + <user>khiramatsu</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.0.0</min> + </php> + <pearinstaller> + <min>1.4.1</min> + </pearinstaller> + <package> + <name>symfony</name> + <channel>pear.symfony-project.com</channel> + <min>1.4.0</min> + <max>1.5.0</max> + <exclude>1.5.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>beta</api> + </stability> + <license uri="http://www.symfony-project.com/license">MIT license</license> + <date>2010-04-18</date> + <license>MIT</license> + <notes> + Initial 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.
