Fixed path to sources.csv file
authorDarioS@UK-DarioS.symbian.int
Wed, 08 Apr 2009 12:59:46 +0100
changeset 51 5a4e58cd750c
parent 50 bc5aff47cabb
child 52 4db6721a5a24
Fixed path to sources.csv file
common/templates/source-spec.ant.xml.ftl
--- a/common/templates/source-spec.ant.xml.ftl	Wed Apr 08 12:06:24 2009 +0100
+++ b/common/templates/source-spec.ant.xml.ftl	Wed Apr 08 12:59:46 2009 +0100
@@ -33,7 +33,7 @@
                 <arg value="-i"/>
             </exec>
             <echo message="dir ${ant['build.drive']}${pkg_detail.dst} : revision ${dollar}{sf.sourcesync.${count}.rev}"/>
-            <exec executable="cmd" dir="${ant['build.drive']}/output/BOM" output="sources.csv" append="true">
+            <exec executable="cmd" output="${ant['build.drive']}/output/BOM/sources.csv" append="true">
                 <arg value="/c"/>
                 <arg value="echo"/>
                 <arg value="${pkg_detail.source},${pkg_detail.dst},${dollar}{sf.sourcesync.${count}.rev}"/>