Changeset 8282
- Timestamp:
- 04/04/08 14:25:07 (1 year ago)
- Files:
-
- branches/1.0/data/bin/symfony.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/data/bin/symfony.php
r4956 r8282 4 4 * This file is part of the symfony package. 5 5 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 6 * 6 * 7 7 * For the full copyright and license information, please view the LICENSE 8 8 * file that was distributed with this source code. … … 163 163 if ($dirs = glob($globDir)) 164 164 { 165 $tasks = pakeFinder::type('file')-> name($name)->in($dirs);165 $tasks = pakeFinder::type('file')->ignore_version_control()->name($name)->in($dirs); 166 166 foreach ($tasks as $task) 167 167 {

