Changeset 3697 for trunk/package_ORM.php

Show
Ignore:
Timestamp:
02/01/08 16:41:16 (11 months ago)
Author:
lsmith
Message:

- reworked ingores to includes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/package_ORM.php

    r3669 r3697  
    3434    'packagefile'       => $packagefile, 
    3535    'clearcontents'     => false, 
    36     'ignore'            => array( 
    37         'vendor/', 
    38         'tools/', 
    39         'package*.php', 
    40         'package*.xml', 
    41         'manual/', 
    42         'tests/', 
    43         'README', 
    44         'CHANGELOG', 
    45         'LICENSE', 
    46         'COPYRIGHT', 
    47         'Builder.php', 
    48         'Builder/', 
    49         'Cli.php', 
    50         'Cli/', 
    51         'Compiler.php', 
    52         'Compiler/', 
    53         'Configurable.php', 
    54         'Connection.php', 
    55         'Connection/', 
    56         'Data.php', 
    57         'Data/', 
    58         'Event.php', 
    59         'Event/', 
    60         'EventListener.php', 
    61         'EventListener/', 
    62         'Exception.php', 
    63         'Export.php', 
    64         'Export/', 
    65         'File.php', 
    66         'File/', 
    67         'FileFinder.php', 
    68         'FileFinder/', 
    69         'Formatter.php', 
    70         'Import.php', 
    71         'Import/', 
    72         'Inflector.php', 
    73         'Lib.php', 
    74         'Locator.php', 
    75         'Locator/', 
    76         'Log.php', 
    77         'Log/', 
    78         'Mapper/', 
    79         'Manager.php', 
    80         'Manager/', 
    81         'Null.php', 
    82         'Parser.php', 
    83         'Parser/', 
    84         'Sequence.php', 
    85         'Sequence/', 
    86         'Task.php', 
    87         'Task/', 
    88         'Transaction.php', 
    89         'Transaction/', 
    90         'Util.php', 
     36    'include'            => array( 
     37        'models/', 
     38        'lib/Doctrine/Adapter/', 
     39        'lib/Doctrine/Auditlog/', 
     40        'lib/Doctrine/Cache/', 
     41        'lib/Doctrine/Collection/', 
     42        'lib/Doctrine/Column/', 
     43        'lib/Doctrine/Hook/', 
     44        'lib/Doctrine/Hydrator/', 
     45        'lib/Doctrine/I18n/', 
     46        'lib/Doctrine/Locking/', 
     47        'lib/Doctrine/Mapper/', 
     48        'lib/Doctrine/Migration/', 
     49        'lib/Doctrine/Node/', 
     50        'lib/Doctrine/Query/', 
     51        'lib/Doctrine/RawSql/', 
     52        'lib/Doctrine/Search/', 
     53        'lib/Doctrine/Table/', 
     54        'lib/Doctrine/Template/', 
     55        'lib/Doctrine/Tree/', 
     56        'lib/Doctrine/Validator/', 
     57        'lib/Doctrine/View/', 
    9158    ), 
    9259    'dir_roles'         => array(