common/build.postbuild.xml
changeset 371 fcb6057a8009
parent 365 95e054b2bec1
child 373 cc469b3fe547
--- 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>