Updated analyse_components.pl arguments to use system_model_s60.xml as well as a source of package/component names (required for split model)
authorThomasE
Mon, 21 Sep 2009 15:15:41 +0100
changeset 474 6f15b0257b5c
parent 473 5a04267d3fe7
child 475 a8f6bdfde0bc
Updated analyse_components.pl arguments to use system_model_s60.xml as well as a source of package/component names (required for split model)
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Mon Sep 21 13:42:37 2009 +0100
+++ b/common/build.postbuild.xml	Mon Sep 21 15:15:41 2009 +0100
@@ -452,6 +452,7 @@
             <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
             <arg value="${build.id}_what_results.csv_results.csv"/>
             <arg value="${sf.project.location}/sysdefs/system_model_os.xml"/>
+            <arg value="${sf.project.location}/sysdefs/system_model_s60.xml"/>
         </exec>
     </target>