Development

Changeset 3834

You must first sign up to be able to contribute.

Changeset 3834

Show
Ignore:
Timestamp:
04/20/07 17:32:54 (2 years ago)
Author:
Jonathan.Wage
Message:

sfCollapsibleContentPlugin: Corrections to package.xml for symfony-forge.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfCollapsibleContentPlugin/package.xml

    r3717 r3834  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<package packagerversion="1.0.0" version="1.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"> 
    3  <name>sfCollapsibleContent</name> 
     3 <name>sfCollapsibleContentPlugin</name> 
    44 <channel>pear.symfony-project.com</channel> 
    55 <summary>Symfony Collapsible Content Plugin</summary> 
    6  <description>Plugin used for creating collapsible content with remembered state</description> 
     6 <description>Plugin for easily creating content that is collapsible in your application.</description> 
    77 <lead> 
    88  <name>Jonathan H. Wage</name> 
     
    2020 <time>15:54:35</time> 
    2121 <release> 
    22   <version>1.0.0</version> 
    23   <state>stable</state> 
     22  <version>1.1.0</version> 
     23  <state>beta</state> 
    2424 </release> 
    2525 <stability> 
    26   <release>stable</release> 
    27   <api>stable</api> 
     26  <release>beta</release> 
     27  <api>beta</api> 
    2828 </stability> 
    2929 <license uri="http://www.symfony-project.com/license">MIT license</license> 
     
    6060   </pearinstaller> 
    6161   <package> 
    62     <name>sfCollapsibleContent</name> 
     62    <name>sfCollapsibleContentPlugin</name> 
    6363    <channel>pear.symfony-project.com</channel> 
    6464    <min>1.0.0</min>