globals.pm (a0a2b094) globals.pm (fb67933c)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 408 unchanged lines hidden (view full) ---

417 %treeconditions = ();
418 %usedtreeconditions = ();
419 %moduledestination = ();
420
421 $fix_number_of_cab_files = 1;
422 $cabfilecompressionlevel = 2;
423 $number_of_cabfiles = 1; # only for $fix_number_of_cab_files = 1
424 $include_cab_in_msi = 0;
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 408 unchanged lines hidden (view full) ---

417 %treeconditions = ();
418 %usedtreeconditions = ();
419 %moduledestination = ();
420
421 $fix_number_of_cab_files = 1;
422 $cabfilecompressionlevel = 2;
423 $number_of_cabfiles = 1; # only for $fix_number_of_cab_files = 1
424 $include_cab_in_msi = 0;
425 $use_packages_for_cabs = 0;
426 $msidatabasename = "";
427 $prepare_winpatch = 0;
428 $previous_idt_dir = "";
429 $updatepack = 0;
430 $msitranpath = "";
431 $insert_file_at_end = 0;
432 $newfilesexist = 0;
433 $usesharepointpath = 0;

--- 129 unchanged lines hidden ---
425 $msidatabasename = "";
426 $prepare_winpatch = 0;
427 $previous_idt_dir = "";
428 $updatepack = 0;
429 $msitranpath = "";
430 $insert_file_at_end = 0;
431 $newfilesexist = 0;
432 $usesharepointpath = 0;

--- 129 unchanged lines hidden ---