Development

Changeset 7884

You must first sign up to be able to contribute.

Changeset 7884

Show
Ignore:
Timestamp:
03/14/08 19:41:23 (5 years ago)
Author:
dwhittle
Message:

dwSwfChartPlugin: fixed package + released new version

Files:

Legend:

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

    r6904 r7884  
    22<package packagerversion="1.4.9" 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"> 
    33 <name>dwSwfChartPlugin</name> 
    4  <channel>pear.symfony-project.org</channel> 
     4 <channel>pear.symfony-project.com</channel> 
    55 <summary>dwSwfChartPlugin</summary> 
    66 <description>dwSwfChartPlugin is for dynamically generating interactive flash chart via PHP/SWF Charts.</description> 
     
    88  <name>Dustin Whittle</name> 
    99  <user>dwhittle</user> 
    10   <email>dustin.whittle@symfony-project.org</email> 
     10  <email>dustin.whittle@symfony-project.com</email> 
    1111  <active>yes</active> 
    1212 </lead> 
    13  <date>2008-01-01</date> 
     13 <date>2008-03-14</date> 
    1414 <version> 
    15   <release>1.0.0</release> 
    16   <api>1.0.0</api> 
     15  <release>1.0.1</release> 
     16  <api>1.0.1</api> 
    1717 </version> 
    1818 <stability> 
     
    2020  <api>stable</api> 
    2121 </stability> 
    22  <license uri="http://www.symfony-project.org/content/license">MIT license</license> 
     22 <license uri="http://www.symfony-project.com/content/license">MIT license</license> 
    2323 <notes>-</notes> 
    2424 <contents> 
     
    2626   <file md5sum="b2a7275ae5108098b6f45b9c039f44e1" name="lib/helper/SwfChartHelper.php" role="data" /> 
    2727   <file md5sum="e97125e13444c65ffe90ec665dc2e46b" name="lib/sfSwfChart.class.php" role="data" /> 
    28    <file md5sum="b8f11993691184fd155d57e3209c42a0" name="modules/dwSwfChart/actions/actions.class.php" role="data" /> 
    29    <file md5sum="2d61f063e0b01dd43d4e78829203d754" name="modules/dwSwfChart/templates/testSuccess.php" role="data" /> 
     28   <file md5sum="b8f11993691184fd155d57e3209c42a0" name="modules/dwSwfChartPlugin/actions/actions.class.php" role="data" /> 
     29   <file md5sum="2d61f063e0b01dd43d4e78829203d754" name="modules/dwSwfChartPlugin/templates/testSuccess.php" role="data" /> 
    3030   <file md5sum="a9e8c0fd70d47c839555332fed37b879" name="test/sfSwfChartTest.php" role="data" /> 
    3131   <file md5sum="afa22727c295991015d9c48933fd233c" name="web/swfcharts/charts_library/arno.swf" role="data" /> 
     
    6262   <package> 
    6363    <name>symfony</name> 
    64     <channel>pear.symfony-project.org</channel> 
     64    <channel>pear.symfony-project.com</channel> 
    6565    <min>1.0.0</min> 
    6666    <max>1.2.0</max>