Author: jaimesuez Date: 2010-04-13 17:22:27 +0200 (Tue, 13 Apr 2010) New Revision: 29109
Added: plugins/sfDoctrineAjaxFormPlugin/package.xml Log: Agregado el package Added: plugins/sfDoctrineAjaxFormPlugin/package.xml =================================================================== --- plugins/sfDoctrineAjaxFormPlugin/package.xml (rev 0) +++ plugins/sfDoctrineAjaxFormPlugin/package.xml 2010-04-13 15:22:27 UTC (rev 29109) @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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.9.0" 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>sfDoctrineAjaxFormPlugin</name> + <uri>.</uri> + <summary>Symfony plugin for Diem CMS for relationships with embedded forms using Ajax</summary> + <description>Symfony plugin for Diem CMS for relationships with embedded forms using Ajax +It rocks!</description> + <lead> + <name>Jaime Suez</name> + <user>jaimesuez</user> + <email>[email protected]</email> + <active>yes</active> + </lead> + <date>2010-04-13</date> + <time>10:19:35</time> + <version> + <release>0.1.0</release> + <api>0.1.0</api> + </version> + <stability> + <release>alpha</release> + <api>alpha</api> + </stability> + <license uri="http://www.opensource.org/licenses/mit-license.html">MIT</license> + <notes> +Intial release + </notes> + <contents> + <dir baseinstalldir="." name="/"> + <file baseinstalldir="." md5sum="25dc1b8e12c469a4241cec9cd1e55cfc" name="lib/widget/sfWidgetFormDinamicEmbeddedForm.class.php" role="php"/> + <file baseinstalldir="." md5sum="1aafd84b17c36576cdb352cb3722e9d8" name="lib/widget/sfWidgetFormDoctrineChoiceWithAutocompleteAndCreate.class.php" role="php"/> + <file baseinstalldir="." md5sum="784c2da63305f2fca79746b8b488c28b" name="modules/ajax_form/actions/actions.class.php" role="php"/> + <file baseinstalldir="." md5sum="7335ed246de88ecf8e4f6cf946f5dd4d" name="modules/ajax_form/templates/_add_embedded_form.php" role="php"/> + <file baseinstalldir="." md5sum="d7f73e02da6f20488a4281f678ab51c8" name="modules/ajax_form/templates/_autocomplete_with_create.php" role="php"/> + <file baseinstalldir="." md5sum="a5c82ee322b5b496f75203c8539c5041" name="modules/ajax_form/templates/_autocomplete_with_embedded_forms.php" role="php"/> + <file baseinstalldir="." md5sum="63799ee22765eb1c005c7162f393206b" name="modules/ajax_form/templates/_thumbnail.php" role="php"/> + <file baseinstalldir="." md5sum="1352be76f50e3f0d18a3ca0b3ddd6665" name="LICENSE" role="data"/> + <file baseinstalldir="." md5sum="41266c0910f343c50df2095fa58a1d09" name="README" role="data"/> + </dir> + </contents> + <dependencies> + <required> + <php> + <min>5</min> + </php> + <pearinstaller> + <min>1.4.0</min> + </pearinstaller> + + </required> + </dependencies> + <phprelease/> + <changelog> + <release> + <version> + <release>0.1.0</release> + <api>0.1.0</api> + </version> + <stability> + <release>alpha</release> + <api>alpha</api> + </stability> + <date>2010-04-13</date> + <license uri="http://www.opensource.org/licenses/mit-license.html">MIT</license> + <notes> +Intial 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.
