From 6155a255b754c11ecf8972fd405a5699a6e86d76 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 13 Oct 2006 09:36:15 +0000 Subject: [PATCH] INTEGRATION: CWS native62 (1.56.8); FILE MERGED 2006/09/15 14:51:03 is 1.56.8.2: #i67179# new user dir for all simple-package installation sets 2006/09/15 13:00:45 is 1.56.8.1: #i67077# new simple package mechanism --- solenv/bin/modules/installer/globals.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm index 7ff835688a42..80b02ad944e0 100644 --- a/solenv/bin/modules/installer/globals.pm +++ b/solenv/bin/modules/installer/globals.pm @@ -4,9 +4,9 @@ # # $RCSfile: globals.pm,v $ # -# $Revision: 1.58 $ +# $Revision: 1.59 $ # -# last change: $Author: obo $ $Date: 2006-10-11 09:04:07 $ +# last change: $Author: obo $ $Date: 2006-10-13 10:36:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -119,6 +119,7 @@ BEGIN $epm_path = ""; $epmoutpath = ""; $simple = 0; + $simpledefaultuserdir = "\$ORIGIN/.."; $call_epm = 1; $packageformat = ""; $packagename = ""; @@ -196,6 +197,7 @@ BEGIN $oooversionstring = ""; $is_copy_only_project = 0; + $is_simple_packager_project = 0; $addchildprojects = 0; $languagepack = 0; $tab = 0;