INTEGRATION: CWS fwk01ea (1.5.22); FILE MERGED
2004/07/14 10:11:55 is 1.5.22.1: #i19999# unocomponent flag for special libraries
This commit is contained in:
parent
d52ac16d9f
commit
da39f65d63
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: make_installer.pl,v $
|
||||
#
|
||||
# $Revision: 1.18 $
|
||||
# $Revision: 1.19 $
|
||||
#
|
||||
# last change: $Author: obo $ $Date: 2004-09-17 08:58:39 $
|
||||
# last change: $Author: rt $ $Date: 2004-09-20 11:56:53 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -532,6 +532,10 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ )
|
|||
if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . "productfiles10a.log", $filesinproductlanguageresolvedarrayref); }
|
||||
}
|
||||
|
||||
# to be removed after removal of old setup
|
||||
installer::scriptitems::set_unocomponent_flags($filesinproductlanguageresolvedarrayref);
|
||||
if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . "productfiles10aa.log", $filesinproductlanguageresolvedarrayref); }
|
||||
|
||||
$filesinproductlanguageresolvedarrayref = installer::scriptitems::add_License_Files_into_Installdir($filesinproductlanguageresolvedarrayref, $languagesarrayref);
|
||||
if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . "productfiles10b.log", $filesinproductlanguageresolvedarrayref); }
|
||||
|
||||
|
|
Loading…
Reference in a new issue