Include explicit export log in tsv file creation
authorShabe Razvi <shaber@symbian.org>
Thu, 20 May 2010 11:13:48 +0100
changeset 1041 705ebddb2efc
parent 1040 f1f85b34a96f
child 1042 f505fa5486eb
Include explicit export log in tsv file creation
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Tue May 18 15:36:14 2010 +0100
+++ b/common/build.postbuild.xml	Thu May 20 11:13:48 2010 +0100
@@ -492,6 +492,7 @@
         <arg value="--basedir=${build.log.dir}"/>
         <fileset dir="${build.log.dir}">
           <include name="*_compile.log"/>
+          <include name="*_export.log"/>  <!-- for explicit export step -->
           <exclude name="*build_check_compile.log"/>
         </fileset>
       </apply>