Improve the script fcls4releasenotes.pl. PDK_3.0.a
authorArnaud Lenoir
Wed, 07 Oct 2009 17:01:35 +0100
changeset 91 62971d19bb33
parent 90 e45faf323a50
child 92 bd0e6fdb18f4
child 117 908694c1352b
Improve the script fcls4releasenotes.pl.
releaseAutomation/fcls4releasenotes.pl
--- a/releaseAutomation/fcls4releasenotes.pl	Wed Oct 07 16:50:31 2009 +0100
+++ b/releaseAutomation/fcls4releasenotes.pl	Wed Oct 07 17:01:35 2009 +0100
@@ -872,8 +872,6 @@
 print "\n";
 
 # 5th step is to create a txt file ready to be used for the release notes in a media wiki format.
-#$path_to_file_to_publish = "c:\\temp\\releaseNotes\.wiki\.txt";
-$path_to_file_to_publish = "\\\\Lon-engbuild87\\d\$\\fbf_job\\symbian3_FCL\.split\.117\\output\\logs\\releaseNotes\.wiki\.txt";
 open(FCLCOMPARISONFILE, ">$path_to_file_to_publish");	# !!!!! First time we are accessing the file, therefore create it or replace it, AFTR THAT WE NEED TO APPEND IT ONLY!!!!!
 
 my $val;