# HG changeset patch # User Shabe Razvi # Date 1243429897 -3600 # Node ID 5b0bc2f89660730967700636bb3233498f52bacb # Parent 6c981bc63baba7d0a88bafce303c25afe94c260a Add postbuild RnD packaging. Add .whatlog to os tools build. diff -r 6c981bc63bab -r 5b0bc2f89660 common/build.xml --- a/common/build.xml Tue May 26 17:02:52 2009 +0100 +++ b/common/build.xml Wed May 27 14:11:37 2009 +0100 @@ -145,7 +145,6 @@ - @@ -153,6 +152,8 @@ + + @@ -364,29 +365,25 @@ - + - + - - - - - - + + @@ -404,8 +401,25 @@ + + + + + + + + + + + + + + + + + - + diff -r 6c981bc63bab -r 5b0bc2f89660 common/tools/populateziptemplate.pl --- a/common/tools/populateziptemplate.pl Tue May 26 17:02:52 2009 +0100 +++ b/common/tools/populateziptemplate.pl Wed May 27 14:11:37 2009 +0100 @@ -118,12 +118,15 @@ next unless @files; # Add the files to this zip object @files = grep { - chomp; s{\\}{/}g; s!^[A-Z]:/$package->{dst}/!!i; m{^epoc32/}i; } @files; push @allRndFiles, @files; + + open FILE, ">", $name ."_includefile.txt" or die "Cannot write includefile!"; + print FILE @files; + close FILE; } else { @@ -137,3 +140,7 @@ $xml->XMLout($zipConfig, OutputFile => $ftl, XMLDecl => 1, RootName => 'build', KeyAttr => $keyAttr); +# Output all rnd files into exclude list for later +open FILE, "> rnd_excludefile.txt" or die "Cannot write exludefile!"; +print FILE @allRndFiles; +close FILE; \ No newline at end of file diff -r 6c981bc63bab -r 5b0bc2f89660 sf-platform/build.xml --- a/sf-platform/build.xml Tue May 26 17:02:52 2009 +0100 +++ b/sf-platform/build.xml Wed May 27 14:11:37 2009 +0100 @@ -148,26 +148,26 @@ - + - + - + - +