Adjusted matching for processing TSV files, so it will not fail even if the dir has not been created.
authorSimon Howkins <simonh@symbian.org>
Thu, 20 Aug 2009 12:49:47 +0100
changeset 371 fcb6057a8009
parent 370 6a77c1534c7f
child 372 ea854a4b723d
child 376 2db82c4a99da
child 408 0c558d696e7a
Adjusted matching for processing TSV files, so it will not fail even if the dir has not been created.
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>