patch.pm (9780544f) patch.pm (b274bc22)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 121 unchanged lines hidden (view full) ---

130 $oneline = $property . "\t" . $signature . "\n";
131 push(@{$appsearchfile}, $oneline);
132 }
133 }
134
135 # Saving the files
136
137 installer::files::save_file($reglocatfilename ,$reglocatfile);
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 121 unchanged lines hidden (view full) ---

130 $oneline = $property . "\t" . $signature . "\n";
131 push(@{$appsearchfile}, $oneline);
132 }
133 }
134
135 # Saving the files
136
137 installer::files::save_file($reglocatfilename ,$reglocatfile);
138 my $infoline = "Updated idt file: $reglocatfilename\n";
139 push(@installer::globals::logfileinfo, $infoline);
138 $installer::logger::Lang->printf("Updated idt file: %s\n", $reglocatfilename);
140
141 installer::files::save_file($appsearchfilename ,$appsearchfile);
139
140 installer::files::save_file($appsearchfilename ,$appsearchfile);
142 $infoline = "Updated idt file: $appsearchfilename\n";
143 push(@installer::globals::logfileinfo, $infoline);
141 $installer::logger::Lang->printf("Updated idt file: %s\n", $appsearchfilename);
144
145 installer::files::save_file($signaturefilename ,$signaturefile);
142
143 installer::files::save_file($signaturefilename ,$signaturefile);
146 $infoline = "Updated idt file: $signaturefilename\n";
147 push(@installer::globals::logfileinfo, $infoline);
148
144 $installer::logger::Lang->printf("Updated idt file: %s\n", $signaturefilename);
149}
150
1511;
145}
146
1471;