INTEGRATION: CWS native133 (1.85.46); FILE MERGED
2008/02/29 11:49:45 is 1.85.46.1: #i85657# fix for new nsis version
This commit is contained in:
parent
f8b22fc6ec
commit
76a2aa2559
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: globals.pm,v $
|
||||
#
|
||||
# $Revision: 1.89 $
|
||||
# $Revision: 1.90 $
|
||||
#
|
||||
# last change: $Author: kz $ $Date: 2008-03-05 17:25:17 $
|
||||
# last change: $Author: kz $ $Date: 2008-03-05 18:39:22 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -303,6 +303,8 @@ BEGIN
|
|||
@featurecollector =();
|
||||
$msiassemblyfiles = "";
|
||||
$nsisfilename = "Nsis.mlf";
|
||||
$nsis204 = 0;
|
||||
$nsis231 = 0;
|
||||
$linuxlinkrpms = "";
|
||||
$extensioninstalldir = "gid_Dir_Share_Extension_Install";
|
||||
@languagenames = ();
|
||||
|
|
Loading…
Reference in a new issue