Changeset 271 for trunk/package.php
- Timestamp:
- 08/22/04 14:14:22 (4 years ago)
- Files:
-
- trunk/package.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/package.php
r266 r271 30 30 */ 31 31 $notes = <<<EOT 32 Changes since 3.0.0beta1: 32 33 - improved caching performance by introducing Stat modules 33 34 - allowed passing of an array of objects to addObject() … … 73 74 'license' => 'LGPL', 74 75 'filelistgenerator' => 'cvs', 75 'ignore' => array( 'package.php', 'autopackage ', 'package.xml', '.cvsignore' ),76 'ignore' => array( 'package.php', 'autopackage.php', 'package.xml', '.cvsignore' ), 76 77 'notes' => $notes, 77 78 'simpleoutput' => false,
