compile.ant.xml updated to compile tools_model.xml.
authorsrilekhas <srilekhas@symbian.org>
Fri, 01 Oct 2010 14:21:02 +0100
changeset 1282 6a4e549c6310
parent 1281 c5308055d94d
child 1283 dcbd9aa4a422
compile.ant.xml updated to compile tools_model.xml.
sf-platform/compile.ant.xml
--- a/sf-platform/compile.ant.xml	Tue Oct 05 15:28:21 2010 +0100
+++ b/sf-platform/compile.ant.xml	Fri Oct 01 14:21:02 2010 +0100
@@ -10,6 +10,10 @@
         <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" />
         <reference refid="sf.spec.os.system.definition.files" torefid="system.definition.files" />
     </antcall>
+	<antcall target="sf-do-compile" inheritAll="false" inheritRefs="true">
+        <param name="sysdef.configurations.list" value="${sf.spec.os.sysdef.clean.configurations.list}" />
+        <reference refid="sf.spec.tools.system.definition.files" torefid="system.definition.files" />
+    </antcall>
   </target>
   
   <!-- compile sbs.tools.config and sbs.config. tools built only if its not being unpacked first.