java.pm (9780544f) java.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

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

96
97 $oneline = $property . "\t" . $signature . "\n";
98 push(@{$appsearchfile}, $oneline);
99
100 # Saving the files
101
102 installer::files::save_file($reglocatfilename ,$reglocatfile);
103 my $infoline = "Updated idt file for Java: $reglocatfilename\n";
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

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

96
97 $oneline = $property . "\t" . $signature . "\n";
98 push(@{$appsearchfile}, $oneline);
99
100 # Saving the files
101
102 installer::files::save_file($reglocatfilename ,$reglocatfile);
103 my $infoline = "Updated idt file for Java: $reglocatfilename\n";
104 push(@installer::globals::logfileinfo, $infoline);
104 $installer::logger::Lang->print($infoline);
105
106 installer::files::save_file($appsearchfilename ,$appsearchfile);
107 $infoline = "Updated idt file for Java: $appsearchfilename\n";
105
106 installer::files::save_file($appsearchfilename ,$appsearchfile);
107 $infoline = "Updated idt file for Java: $appsearchfilename\n";
108 push(@installer::globals::logfileinfo, $infoline);
108 $installer::logger::Lang->print($infoline);
109
110 installer::files::save_file($signaturefilename ,$signaturefile);
111 $infoline = "Updated idt file: $signaturefilename\n";
109
110 installer::files::save_file($signaturefilename ,$signaturefile);
111 $infoline = "Updated idt file: $signaturefilename\n";
112 push(@installer::globals::logfileinfo, $infoline);
112 $installer::logger::Lang->print($infoline);
113
114}
115
1161;
113
114}
115
1161;