Changeset 19753
- Timestamp:
- 06/30/09 22:35:49 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfBootstrapPlugin/trunk/lib/task/bootstrapTask.class.php
r19746 r19753 131 131 132 132 /** 133 * runs additional symfony tasks as defined in bootstrap.yml run_sf_commands133 * runs additional symfony tasks 134 134 * --do=tasks 135 135 */ … … 194 194 195 195 /** 196 * replaces all sf tokens with their values in a string196 * replaces all sf tokens with their values 197 197 * @param <string> $string 198 198 * @param <string> $delimiter plugins/sfBootstrapPlugin/trunk/package.xml
r19746 r19753 13 13 <date>2009-06-30</date> 14 14 <version> 15 <release>1.0. 1</release>15 <release>1.0.2</release> 16 16 <api>1.0.0</api> 17 17 </version> … … 48 48 <release> 49 49 <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> 50 63 <release>1.0.1</release> 51 64 <api>1.0.0</api>