Changeset 120

Show
Ignore:
Timestamp:
11/11/07 21:17:06 (10 months ago)
Author:
mikey
Message:

updated build script for creating the star version of XJConf

Files:

Legend:

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

    r110 r120  
    99    } 
    1010     
    11      
    12     $fqClassName = str_replace('/', '.', str_replace('XJConf/', 'net/xjconf/', str_replace(DIRECTORY_SEPARATOR, '/', str_replace('.php', '', $file->getPathname())))); 
     11    $fqClassName = str_replace('/', '::', str_replace('XJConf/', 'net/xjconf/', str_replace(DIRECTORY_SEPARATOR, '/', str_replace('.php', '', $file->getPathname())))); 
    1312    $starArchive->add(new StarFile($file->getPathname(), $removePath), $fqClassName); 
    1413} 
    1514$starArchive->addMetaData('title', 'XJConf for PHP'); 
    16 $starArchive->addMetaData('package', 'net.xjconf'); 
    17 $starArchive->addMetaData('version', '0.2.1-dev'); 
     15$starArchive->addMetaData('package', 'net::xjconf'); 
     16$starArchive->addMetaData('version', '0.3.0-dev'); 
    1817$starArchive->addMetaData('author', 'XJConf Development Team <http://php.xjconf.net>'); 
    1918$starArchive->addMetaData('copyright', '© 2007 XJConf Development Team');