assembly.pm (dba1a2e4) assembly.pm (1ba1fd99)
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

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

345 $component,
346 $componentid,
347 $directory,
348 $attributes,
349 $condition,
350 $keypath) . "\n";
351 ${$componenttable}[$j] = $oneline;
352 $changed = 1;
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

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

345 $component,
346 $componentid,
347 $directory,
348 $attributes,
349 $condition,
350 $keypath) . "\n";
351 ${$componenttable}[$j] = $oneline;
352 $changed = 1;
353 $installer::logger::Lang->print("Changing %s :\n", $componenttablename);
353
354 $installer::logger::Lang->printf("Changing %s :\n", $componenttablename);
354 $installer::logger::Lang->print($oneline);
355 $installer::logger::Lang->print($oneline);
356
355 last;
356 }
357 }
358 }
359 }
360
361 if ( $changed )
362 {
363 # Saving the file
364 installer::files::save_file($componenttablename ,$componenttable);
357 last;
358 }
359 }
360 }
361 }
362
363 if ( $changed )
364 {
365 # Saving the file
366 installer::files::save_file($componenttablename ,$componenttable);
365 $installer::logger::Lang->print("Saved idt file: %s\n", $componenttablename);
367 $installer::logger::Lang->printf("Saved idt file: %s\n", $componenttablename);
366 }
367}
368
3691;
368 }
369}
370
3711;