From da39f65d634b620378f7f005803abbfec5533356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 20 Sep 2004 10:56:53 +0000 Subject: [PATCH] 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 --- solenv/bin/make_installer.pl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl index f98cd17af9eb..72292b0ce459 100644 --- a/solenv/bin/make_installer.pl +++ b/solenv/bin/make_installer.pl @@ -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); }