diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 08:41:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-05-13 08:41:38 +0000 |
commit | a6cfd1b38b789ebe3daa51054f264f11280d77a3 (patch) | |
tree | 9ffd7de27784786eb8989127c9cb39821fa02907 | |
parent | 2066569ece429e5436786db61e8da57d46312d00 (diff) |
INTEGRATION: CWS nativefixer7 (1.32.14); FILE MERGED
2005/04/29 11:59:09 is 1.32.14.2: #122301# wrong aol office sub directory
2005/04/28 15:03:32 is 1.32.14.1: #121723# jds office installation sets
-rw-r--r-- | solenv/bin/modules/installer/globals.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm index c95c0dfee11e..08c06a5c84f1 100644 --- a/solenv/bin/modules/installer/globals.pm +++ b/solenv/bin/modules/installer/globals.pm @@ -140,6 +140,7 @@ BEGIN $is_unix_multi = 0; $unixmultipath = ""; $alllanguagesinproductarrayref = ""; + $shiptestdirectory = ""; $makelinuxlinkrpm = 0; $add_required_package = ""; $linuxrespin = 0; @@ -189,6 +190,8 @@ BEGIN $addlicensefile = 1; $addsystemintegration = 0; $makedownload = 1; + $makejds = 1; + $jdsexcludefilename =""; $islanguagepackinunixmulti = 0; @installsetfiles = (); @binarytableonlyfiles = (); |