Changeset 120
- Timestamp:
- 11/11/07 21:17:06 (10 months ago)
- Files:
-
- trunk/build.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.php
r110 r120 9 9 } 10 10 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())))); 13 12 $starArchive->add(new StarFile($file->getPathname(), $removePath), $fqClassName); 14 13 } 15 14 $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'); 18 17 $starArchive->addMetaData('author', 'XJConf Development Team <http://php.xjconf.net>'); 19 18 $starArchive->addMetaData('copyright', '© 2007 XJConf Development Team');
