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

INTEGRATION: CWS native100 (1.18.40); FILE MERGED

2007/08/23 15:10:34 is 1.18.40.1: #i80937,i80938# introducing module order, package restructuring
üst c1530bf0
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: ziplist.pm,v $ # $RCSfile: ziplist.pm,v $
# #
# $Revision: 1.18 $ # $Revision: 1.19 $
# #
# last change: $Author: ihi $ $Date: 2007-07-11 15:03:46 $ # last change: $Author: kz $ $Date: 2007-09-06 09:54:27 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -455,22 +455,6 @@ sub getinfofromziplist ...@@ -455,22 +455,6 @@ sub getinfofromziplist
return \$searchstring; return \$searchstring;
} }
#######################################################
# Set zip list file name, if not defined as parameter
#######################################################
sub set_ziplist_name
{
my ( $pathvariableshashref ) = @_;
my $solarenvpath = $pathvariableshashref->{'solarenvpath'};
$solarenvpath =~ s/solenv\Q$installer::globals::separator\Einst//;
$installer::globals::ziplistname = $solarenvpath . "b_server" . $installer::globals::separator . "zip" . $installer::globals::separator . "zip.lst";
}
#################################################### ####################################################
# Replacing variables in include path # Replacing variables in include path
#################################################### ####################################################
......
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