INTEGRATION: CWS sb83 (1.82.4); FILE MERGED
2008/03/17 08:57:41 sb 1.82.4.12: RESYNC: (1.85-1.90); FILE MERGED 2008/02/22 06:18:13 sb 1.82.4.11: RESYNC: (1.84-1.85); FILE MERGED 2008/02/20 15:45:21 is 1.82.4.10: #i85112# new style for sun directory 2008/02/18 15:39:03 is 1.82.4.9: #i85112# improve file info logfile 2008/02/18 12:10:53 is 1.82.4.8: #i85112# improving_log_file_info 2008/02/13 17:48:03 is 1.82.4.7: #i86068# 2008/02/12 15:38:19 is 1.82.4.6: #i85112# three layer office 2008/02/11 14:14:46 is 1.82.4.5: #i85916# language pack in multilayered office 2008/02/07 17:15:03 is 1.82.4.4: #i85112# introducing component conditions 2008/02/06 13:52:40 is 1.82.4.3: #i85916# INSTALLLOCATION no longer only valid path 2008/02/01 13:27:41 sb 1.82.4.2: RESYNC: (1.82-1.84); FILE MERGED 2008/01/29 15:12:26 sb 1.82.4.1: #i85112# merged in cws_src680_native121
This commit is contained in:
parent
5df4e71b23
commit
ee3dcb3054
1 changed files with 31 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: globals.pm,v $
|
||||
#
|
||||
# $Revision: 1.90 $
|
||||
# $Revision: 1.91 $
|
||||
#
|
||||
# last change: $Author: kz $ $Date: 2008-03-05 18:39:22 $
|
||||
# last change: $Author: vg $ $Date: 2008-03-18 12:59:18 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -155,7 +155,7 @@ BEGIN
|
|||
$linuxlibrarypatchlevel = "1.1";
|
||||
@linuxlinks = ();
|
||||
@linkrpms = ();
|
||||
$archiveformat = "";
|
||||
$archiveformat = "";
|
||||
|
||||
$strip = 1;
|
||||
$solarjava = 0;
|
||||
|
@ -226,7 +226,6 @@ BEGIN
|
|||
$jdsexcludefilename = "";
|
||||
$jds_language_controlled = 0;
|
||||
$correct_jds_language = 0;
|
||||
$islanguagepackinunixmulti = 0;
|
||||
@installsetfiles = ();
|
||||
@binarytableonlyfiles = ();
|
||||
@allscpactions = ();
|
||||
|
@ -256,6 +255,27 @@ BEGIN
|
|||
$addeduserregitrykeys = 0;
|
||||
$desktoplinkexists = 0;
|
||||
|
||||
$officeinstalldirectory = "";
|
||||
$officeinstalldirectoryset = 0;
|
||||
$basisinstalldirectory = "";
|
||||
$basisinstalldirectoryset = 0;
|
||||
$ureinstalldirectory = "";
|
||||
$ureinstalldirectoryset = 0;
|
||||
$rootbrandpackage = "";
|
||||
$rootbrandpackageset = 0;
|
||||
$officedirhostname = "";
|
||||
$basisdirhostname = "";
|
||||
$uredirhostname = "";
|
||||
$sundirhostname = "";
|
||||
|
||||
%treestyles = ("UREDIRECTORY" => "INSTALLURE", "BASISDIRECTORY" => "INSTALLBASIS", "OFFICEDIRECTORY" => "INSTALLOFFICE");
|
||||
%installlocations = ("INSTALLLOCATION" => "1", "BASISINSTALLLOCATION" => "1", "OFFICEINSTALLLOCATION" => "1", "UREINSTALLLOCATION" => "1");
|
||||
%treelayername = ("UREDIRECTORY" => "URE", "BASISDIRECTORY" => "BASIS", "OFFICEDIRECTORY" => "BRAND");
|
||||
%hostnametreestyles = ();
|
||||
%treeconditions = ();
|
||||
%usedtreeconditions = ();
|
||||
%moduledestination = ();
|
||||
|
||||
$unomaxservices = 25;
|
||||
$javamaxservices = 15;
|
||||
|
||||
|
@ -309,12 +329,18 @@ BEGIN
|
|||
$extensioninstalldir = "gid_Dir_Share_Extension_Install";
|
||||
@languagenames = ();
|
||||
@requiredpackages = ();
|
||||
%componentconditions = ();
|
||||
%componentcondition = ();
|
||||
%componentid = ();
|
||||
%comparecomponentname = ();
|
||||
%languageproperties = ();
|
||||
%allcabinets = ();
|
||||
%allcabinetassigns = ();
|
||||
%cabfilecounter = ();
|
||||
%lastsequence = ();
|
||||
%dontdeletecomponents = ();
|
||||
%allcalculated_guids = ();
|
||||
%calculated_component_guids = ();
|
||||
%base_independent_components = ();
|
||||
|
||||
@forced_properties = ("SERVICETAG_PRODUCTNAME", "SERVICETAG_PRODUCTVERSION", "SERVICETAG_PARENTNAME", "SERVICETAG_SOURCE", "SERVICETAG_URN");
|
||||
|
||||
|
|
Loading…
Reference in a new issue