platform build temporary patch - overidden sf-build-noprep to not generate the model from the fragments. Needed for split model builds and furhter work on simplifying model.
authorMattD <mattd@symbian.org>
Mon, 17 Aug 2009 14:26:30 +0100
changeset 358 881cbdd44910
parent 357 11a2ee167d1a
child 359 61571c10c5d0
platform build temporary patch - overidden sf-build-noprep to not generate the model from the fragments. Needed for split model builds and furhter work on simplifying model.
sf-platform/build.xml
--- a/sf-platform/build.xml	Fri Aug 14 15:35:56 2009 +0100
+++ b/sf-platform/build.xml	Mon Aug 17 14:26:30 2009 +0100
@@ -14,6 +14,14 @@
 
     However, in our builds, we know that there will only be one sysdef peice passed in, so that makes things a lot simpler
   -->
+  
+  <!-- MattD - workaround until generating a model from package definitions works-->
+
+    <target name="sf-build-noprep" depends="sf-compile,sf-postbuild">
+        <echo>[SF-BUILD-NOPREP] (platform)</echo>
+        <echo>[SF-BUILD-NOPREP] WARNING: Not generating model from packages</echo>
+    </target>
+
   <target name="create-canonical-sysdef-file">
     <fail message="Symbian builds create a canonical system definition from exactly one peice">
       <condition>