Moved comments around to be adjacent to the thing that they're describing.
authorSimon Howkins <simonh@symbian.org>
Tue, 18 Aug 2009 14:14:10 +0100
changeset 360 16775fa40f8c
parent 359 61571c10c5d0
child 361 38e924ed959d
Moved comments around to be adjacent to the thing that they're describing.
sf-platform/build.xml
--- 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>