Show
Ignore:
Timestamp:
09/21/07 14:10:12 (1 year ago)
Author:
mikey
Message:

added implicit and explicit call to set as well as possibility for setting public properties
whitespace fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/autopackage2.php

    r92 r103  
    2525 * current version 
    2626 */ 
    27 $version       = $baseVersion . 'dev' . $argv[1]; 
    28 $dir           = dirname( __FILE__ ); 
     27$version    = $baseVersion . 'dev' . $argv[1]; 
     28$dir        = dirname( __FILE__ ); 
    2929 
    3030/** 
     
    5454- Added possibility to package XJConfForPHP as a STAR archive (mikey, schst) 
    5555- Added new value type "xjonf:auto-primitive" to guess the type of a scalar value (schst) 
     56- Added implicit and explicit call to __set as well as possibility for setting public properties (mikey) 
    5657Bugfixes: 
    5758- Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) 
     
    7879    'packagedirectory'  => './', 
    7980    'dir_roles'         => array( 
    80                                                                 'docs' => 'doc', 
     81                                'docs' => 'doc', 
    8182                                 'examples' => 'doc', 
    8283                                 'tests' => 'test',