Development

Changeset 33417

You must first sign up to be able to contribute.

Changeset 33417

Show
Ignore:
Timestamp:
04/19/12 22:27:57 (1 year ago)
Author:
eduardo.marcolino
Message:

package.xml

Files:

Legend:

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

    r33414 r33417  
    1919  <date>2012-04-19</date> 
    2020  <version> 
    21     <release>0.0.1</release> 
    22     <api>0.0.1</api> 
     21    <release>0.1.0</release> 
     22    <api>0.1.0</api> 
    2323  </version> 
    24   <stability> 
     24  <stability> 
    2525    <release>alpha</release> 
    2626    <api>alpha</api> 
    27   </stability> 
    28   <license uri="http://www.symfony-project.com/license"> 
    29     MIT license 
    30   </license> 
     27   </stability> 
     28  <license uri="http://www.symfony-project.com/license">MIT license</license> 
    3129  <notes>First public release. Alpha : use at your own risks !</notes> 
    3230  
     
    3937        </dir> 
    4038        <dir name="modules"> 
    41         <dir name="sfDoctrineCreateInPlace"> 
    42             <dir name="actions"> 
    43                 <file role="data" name="actions.class.php" /> 
    44             </dir> 
    45         </dir> 
     39          <dir name="sfDoctrineCreateInPlace"> 
     40              <dir name="actions"> 
     41                  <file role="data" name="actions.class.php" /> 
     42              </dir> 
     43          </dir> 
    4644        </dir> 
    4745        <file name="LICENSE" role="data"/> 
     
    5048  </contents> 
    5149  
    52   <dependencies> 
    53     <required> 
    54         <php> 
    55             <min>5.2.4</min> 
    56         </php> 
    57         <pearinstaller> 
    58             <min>1.4.1</min> 
    59         </pearinstaller> 
    60         <package> 
    61             <name>symfony</name> 
    62             <channel>pear.symfony-project.com</channel> 
    63             <min>1.3.0</min> 
    64             <max>1.4.0</max> 
    65             <exclude>1.5.0</exclude> 
    66         </package> 
    67     </required> 
    68   </dependencies> 
    69   
    70   <phprelease> 
    71 </phprelease> 
    72   
    73 <changelog> 
    74   <!-- CHANGELOG --> 
    75 </changelog> 
     50 <dependencies> 
     51  <required> 
     52   <php> 
     53    <min>5.2.4</min> 
     54   </php> 
     55   <pearinstaller> 
     56    <min>1.4.1</min> 
     57   </pearinstaller> 
     58   <package> 
     59    <name>symfony</name> 
     60    <channel>pear.symfony-project.com</channel> 
     61    <min>1.3.0</min> 
     62    <max>2.0.0</max> 
     63    <exclude>2.0.0</exclude> 
     64   </package> 
     65  </required> 
     66 </dependencies> 
     67 
     68 <phprelease> 
     69 </phprelease> 
    7670</package>