[zi-cvs] packages/com.zzoss.zic.build/config config_params.php-dist,1.1,1.2 input.xml,1.3,1.4
[email protected] Mon, 15 Mar 2004 01:24:13 -0800
| Newsgroups | gmane.comp.php.zzoss.installer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/zzossinstaller/packages/com.zzoss.zic.build/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22528/config
Modified Files:
config_params.php-dist input.xml
Log Message:
new input options
Index: config_params.php-dist
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.zic.build/config/config_params.php-dist,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** config_params.php-dist 16 Jan 2004 06:41:33 -0000 1.1
--- config_params.php-dist 15 Mar 2004 09:24:10 -0000 1.2
***************
*** 23,27 ****
@license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
*/
! $GLOBALS['ZI']['version'] = '{zi_input_version}';
$GLOBALS['ZI']['mode'] = '{zi_input_mode}';
$GLOBALS['ZI']['distributions_url'] = '{zi_input_distributions_url}';
--- 23,45 ----
@license http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
*/
!
! /*
! * DATA PATH - ADJUST THIS!
! *
! * Absolute path to the location where the installer stores its data.
! * Make sure that it exists and is readable and writeable by PHP.
! *
! * For example on Linux:
! * $GLOBALS['ZI']['data'] = '/usr/local/php/data/zic/';
! * For example on Windows:
! * $GLOBALS['ZI']['data'] = 'C:\\zic\\data\\';
! */
! $GLOBALS['ZI']['data'] = '';
!
!
! /*
! * Do not change the following lines.
! */
! $GLOBALS['ZI']['version'] = '{zi_input_app_version}';
$GLOBALS['ZI']['mode'] = '{zi_input_mode}';
$GLOBALS['ZI']['distributions_url'] = '{zi_input_distributions_url}';
***************
*** 29,32 ****
$GLOBALS['ZI']['application'] = '{zi_input_application}';
$GLOBALS['ZI']['theme'] = '{zi_input_theme}';
! $GLOBALS['ZI']['installer_app_data_dir_rel'] = '{zi_application_data_dir_rel}';
?>
\ No newline at end of file
--- 47,56 ----
$GLOBALS['ZI']['application'] = '{zi_input_application}';
$GLOBALS['ZI']['theme'] = '{zi_input_theme}';
! $GLOBALS['ZI']['installer_dev'] = {zi_input_installer_dev};
! $GLOBALS['ZI']['installer_distribution_name'] = '{zi_input_distri_name}';
! $GLOBALS['ZI']['installer_distribution_version'] = '{zi_input_distri_version}';
! $GLOBALS['ZI']['installer_application_name'] = '{zi_input_app_name}';
! $GLOBALS['ZI']['installer_application_version'] = '{zi_input_app_version}';
! $GLOBALS['ZI']['installer_distribution'] = '{zi_input_distri_name}-{zi_input_distri_version}';
! $GLOBALS['ZI']['installer_application'] = '{zi_input_app_name}-{zi_input_app_version}';
?>
\ No newline at end of file
Index: input.xml
===================================================================
RCS file: /cvsroot/zzossinstaller/packages/com.zzoss.zic.build/config/input.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** input.xml 14 Jan 2004 15:42:21 -0000 1.3
--- input.xml 15 Mar 2004 09:24:10 -0000 1.4
***************
*** 39,44 ****
list="com.zzoss.zic.theme.kde => Default (com.zzoss.zic.theme.kde), com.zzoss.zic.theme.zzoss => ZZ/OSS (com.zzoss.zic.theme.zzoss)"
info="Name of the theme."/>
! <widget name="text" label="Version"
! variable="zi_input_version"
! validation="not empty" default="{zi_version}"/>
</input>
\ No newline at end of file
--- 39,57 ----
list="com.zzoss.zic.theme.kde => Default (com.zzoss.zic.theme.kde), com.zzoss.zic.theme.zzoss => ZZ/OSS (com.zzoss.zic.theme.zzoss)"
info="Name of the theme."/>
! <widget name="text" label="Installer Distribution Name"
! variable="zi_input_distri_name"
! validation="not empty" default="{zi_installer_distribution_name}"/>
! <widget name="text" label="Installer Distribution Version"
! variable="zi_input_distri_version"
! default="{zi_installer_distribution_version}"/>
! <widget name="text" label="Installer Application Name"
! variable="zi_input_app_name"
! validation="not empty" default="{zi_installer_application_name}"/>
! <widget name="text" label="Installer Application Version"
! variable="zi_input_app_version"
! validation="not empty" default="{zi_installer_application_version}"/>
! <widget name="select" label="Develop Installer"
! variable="zi_input_installer_dev" default="false"
! list="false => No, true => Yes"
! info="Do you want to develop the installer itself?"/>
</input>
\ No newline at end of file
-------------------------------------------------------
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