Adding copy of "Mozilla Bloat URLs" command line file to dist. r=waterson

This commit is contained in:
beard%netscape.com 2000-08-26 07:37:16 +00:00
parent 3078bdb48f
commit 8791d4984d

View File

@ -2567,6 +2567,10 @@ sub BuildMozilla()
_copy( $cmd_file_path . "Mozilla_JavaScript_Console", $dist_dir . $cmd_file );
MacPerl::SetFileInfo("MOZZ", "CMDL", $dist_dir . $cmd_file);
$cmd_file = "Mozilla Bloat URLs";
_copy( $cmd_file_path . "Mozilla_Bloat_URLs", $dist_dir . $cmd_file );
MacPerl::SetFileInfo("MOZZ", "CMDL", $dist_dir . $cmd_file);
_copy( ":mozilla:build:bloaturls.txt", $dist_dir . "bloaturls.txt" );
}