Fix missing <if> typo
authorShabeR@UK-SHABER
Tue, 21 Apr 2009 16:45:39 +0100
changeset 67 69c57a9ccb7d
parent 66 ddfb6b8da4b4
child 68 c86f60d45216
Fix missing <if> typo
sf-platform/build.xml
--- a/sf-platform/build.xml	Tue Apr 21 15:10:35 2009 +0100
+++ b/sf-platform/build.xml	Tue Apr 21 16:45:39 2009 +0100
@@ -39,14 +39,15 @@
 	   </else>
 	   </if>
 	   </then>
-	   <else>
-	        <!-- TODO use better method to export or wait for GenXML fix?-->
-            <copy file="${build.output.dir}\build\input\*_system_model_os.xml"
-            tofile="${canonical.sysdef.file}" failonerror="false" verbose="true"/>
+	</if>
+	<else>
+	    <!-- TODO use better method to export or wait for GenXML fix?-->
+        <copy file="${build.output.dir}\build\input\*_system_model_os.xml"
+        tofile="${canonical.sysdef.file}" failonerror="false" verbose="true"/>
 
-	        <!-- TODO targets for single sysdef build -->
-	        <runtarget target="sf-os-compile"/>
-	   </else>
+	    <!-- TODO targets for single sysdef build -->
+	    <runtarget target="sf-os-compile"/>
+	</else>
 
 
   </target>