common/build.postbuild.xml
changeset 376 2db82c4a99da
parent 371 fcb6057a8009
child 373 cc469b3fe547
--- a/common/build.postbuild.xml	Mon Aug 24 11:04:30 2009 +0100
+++ b/common/build.postbuild.xml	Mon Aug 24 11:16:39 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>