Changeset 103 for trunk/autopackage2.php
- Timestamp:
- 09/21/07 14:10:12 (1 year ago)
- Files:
-
- trunk/autopackage2.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/autopackage2.php
r92 r103 25 25 * current version 26 26 */ 27 $version = $baseVersion . 'dev' . $argv[1];28 $dir = dirname( __FILE__ );27 $version = $baseVersion . 'dev' . $argv[1]; 28 $dir = dirname( __FILE__ ); 29 29 30 30 /** … … 54 54 - Added possibility to package XJConfForPHP as a STAR archive (mikey, schst) 55 55 - 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) 56 57 Bugfixes: 57 58 - Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) … … 78 79 'packagedirectory' => './', 79 80 'dir_roles' => array( 80 'docs' => 'doc',81 'docs' => 'doc', 81 82 'examples' => 'doc', 82 83 'tests' => 'test',
