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:
Rüdiger Timm 2004-09-20 10:56:53 +00:00
parent d52ac16d9f
commit da39f65d63

View file

@ -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); }