Development

Changeset 19753

You must first sign up to be able to contribute.

Changeset 19753

Show
Ignore:
Timestamp:
06/30/09 22:35:49 (4 years ago)
Author:
caziel
Message:

typo fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfBootstrapPlugin/trunk/lib/task/bootstrapTask.class.php

    r19746 r19753  
    131131 
    132132  /** 
    133    * runs additional symfony tasks as defined in bootstrap.yml run_sf_commands 
     133   * runs additional symfony tasks 
    134134   * --do=tasks 
    135135   */ 
     
    194194 
    195195  /** 
    196    * replaces all sf tokens with their values in a string 
     196   * replaces all sf tokens with their values 
    197197   * @param <string> $string 
    198198   * @param <string> $delimiter 
  • plugins/sfBootstrapPlugin/trunk/package.xml

    r19746 r19753  
    1313 <date>2009-06-30</date> 
    1414 <version> 
    15    <release>1.0.1</release> 
     15   <release>1.0.2</release> 
    1616   <api>1.0.0</api> 
    1717 </version> 
     
    4848   <release> 
    4949     <version> 
     50       <release>1.0.2</release> 
     51       <api>1.0.0</api> 
     52     </version> 
     53     <stability> 
     54       <release>stable</release> 
     55       <api>stable</api> 
     56     </stability> 
     57     <license uri="http://www.symfony-project.com/license">MIT</license> 
     58     <date>2009-06-30</date> 
     59     <notes>typo fixes</notes> 
     60   </release> 
     61   <release> 
     62     <version> 
    5063       <release>1.0.1</release> 
    5164       <api>1.0.0</api>