# HG changeset patch
# User Simon Howkins <simonh@symbian.org>
# Date 1250768987 -3600
# Node ID fcb6057a80094beccbc15368f127c04b7f96a143
# Parent  6a77c1534c7ff53cf241762a0b52ea8120810975
Adjusted matching for processing TSV files, so it will not fail even if the dir has not been created.

diff -r 6a77c1534c7f -r fcb6057a8009 common/build.postbuild.xml
--- a/common/build.postbuild.xml	Thu Aug 20 10:44:38 2009 +0100
+++ b/common/build.postbuild.xml	Thu Aug 20 12:49:47 2009 +0100
@@ -350,8 +350,8 @@
             <!-- Now iterate through the generated TSVs to sort them and remove duplicates -->
       <for param="tsv">
         <path>
-          <fileset dir="${build.log.dir}/releaseables">
-            <include name="**/*.tsv"/>
+          <fileset dir="${build.log.dir}">
+            <include name="releaseables/**/*.tsv"/>
           </fileset>
         </path>
         <sequential>