[zi-cvs] packages/com.zzoss.installer.lib Registry.php,1.25,1.26
Sandro Zic <[email protected]> Thu, 01 Apr 2004 18:59:07 +0000
| Newsgroups | gmane.comp.php.zzoss.installer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/zzossinstaller/packages/com.zzoss.installer.lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15800/com.zzoss.installer.lib
Modified Files:
Registry.php
Log Message:
better and wrapped bundle routines
Index: Registry.php
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.installer.lib/Registry.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Registry.php 29 Mar 2004 07:07:31 -0000 1.25
--- Registry.php 1 Apr 2004 18:59:04 -0000 1.26
***************
*** 357,361 ****
}
$application = $this->getApplicationById($id);
! $config = new ZZOSS_Config(array('cache' => true, 'numeric' => array('package', 'plugin')));
$config->setFile($application['install']['path'].'application.xml');
ZZOSS_InstallerUtils::serializeToFile(
--- 357,361 ----
}
$application = $this->getApplicationById($id);
! $config = new ZZOSS_Config(array('cache' => true, 'numeric' => array('package', 'plugin', 'holder', 'license', 'maintainer')));
$config->setFile($application['install']['path'].'application.xml');
ZZOSS_InstallerUtils::serializeToFile(
***************
*** 1069,1073 ****
if(file_exists($file)) {
! $package_config = new ZZOSS_Config(array('cache' => true, 'numeric' => array('dep','file', 'build', 'maintainer')));
$package_config->setFile($file);
return $package_config->query('/package');
--- 1069,1073 ----
if(file_exists($file)) {
! $package_config = new ZZOSS_Config(array('cache' => true, 'numeric' => array('dep','file', 'build', 'maintainer', 'license', 'holder')));
$package_config->setFile($file);
return $package_config->query('/package');
***************
*** 1325,1329 ****
if(file_exists($file)) {
$remote_packages_xml = new ZZOSS_Config( array( 'cache' => true,
! 'numeric' => array('file', 'dir', 'package', 'maintainer')
) );
$remote_packages_xml->setFile($file);
--- 1325,1329 ----
if(file_exists($file)) {
$remote_packages_xml = new ZZOSS_Config( array( 'cache' => true,
! 'numeric' => array('file', 'dir', 'package', 'maintainer', 'holder', 'license')
) );
$remote_packages_xml->setFile($file);
***************
*** 1418,1422 ****
}
! $package_config = new ZZOSS_Config(array('numeric' => array('dep','file', 'dir', 'build', 'maintainer')));
$package_config->setFile($package_xml);
$xml = array();
--- 1418,1422 ----
}
! $package_config = new ZZOSS_Config(array('numeric' => array('dep','file', 'dir', 'build', 'maintainer', 'holder', 'license')));
$package_config->setFile($package_xml);
$xml = array();
***************
*** 1569,1573 ****
}
if(is_dir($dir)&&file_exists($xml)) {
! $package_config = new ZZOSS_Config(array('cache' => true, 'numeric' => array('dep','file', 'build', 'maintainer')));
$package_config->setFile($xml);
$package_config->setCacheDir($this->application_path.'cache'.DIRECTORY_SEPARATOR);
--- 1569,1573 ----
}
if(is_dir($dir)&&file_exists($xml)) {
! $package_config = new ZZOSS_Config(array('cache' => true, 'numeric' => array('dep','file', 'build', 'maintainer', 'holder', 'license')));
$package_config->setFile($xml);
$package_config->setCacheDir($this->application_path.'cache'.DIRECTORY_SEPARATOR);
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click