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

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

136 push(@createfoldertable, $oneline);
137 }
138 }
139
140 # Saving the file
141
142 my $createfoldertablename = $basedir . $installer::globals::separator . "CreateFo.idt";
143 installer::files::save_file($createfoldertablename ,\@createfoldertable);
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

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

136 push(@createfoldertable, $oneline);
137 }
138 }
139
140 # Saving the file
141
142 my $createfoldertablename = $basedir . $installer::globals::separator . "CreateFo.idt";
143 installer::files::save_file($createfoldertablename ,\@createfoldertable);
144 $infoline = "Created idt file: $createfoldertablename\n";
145 push(@installer::globals::logfileinfo, $infoline);
146
144 $installer::logger::Lang->printf("Created idt file: %s\n", $createfoldertablename);
147}
148
1491;
145}
146
1471;