sf-platform/build.xml
changeset 359 16775fa40f8c
parent 357 881cbdd44910
child 367 bed8f6bc974b
--- a/sf-platform/build.xml	Tue Aug 18 09:22:36 2009 +0100
+++ b/sf-platform/build.xml	Tue Aug 18 14:14:10 2009 +0100
@@ -7,6 +7,12 @@
   * Property defaults
    -->
 
+  <!-- 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>
+
   <!-- workaround until GenXML can merge v2.0.0 fragments -->
   <!--
     This target is effectively a callback, called from compile-main.
@@ -14,14 +20,6 @@
 
     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>