Kaydet (Commit) da8750e6 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS native137 (1.12.194); FILE MERGED

2008/03/20 15:28:22 is 1.12.194.1: #i87293# no upgrade for OOo 3.0 Beta and SO 9 Beta
üst 8cf80719
......@@ -4,9 +4,9 @@
#
# $RCSfile: upgrade.pm,v $
#
# $Revision: 1.12 $
# $Revision: 1.13 $
#
# last change: $Author: hr $ $Date: 2007-11-02 12:56:50 $
# last change: $Author: kz $ $Date: 2008-04-02 12:21:33 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -109,6 +109,16 @@ sub create_upgrade_table
}
}
# No upgrade for Beta versions!
if (( $allvariableshashref->{'PRODUCTEXTENSION'} eq "Beta" ) && ( ! $installer::globals::patch ) && ( ! $installer::globals::languagepack ))
{
@upgradetable = ();
installer::windows::idtglobal::write_idt_header(\@upgradetable, "upgrade");
my $infoline = "Beta product -> empty Upgrade table\n";
push(@installer::globals::logfileinfo, $infoline);
}
# Saving the file
my $upgradetablename = $basedir . $installer::globals::separator . "Upgrade.idt";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment