Fixed FBF management of single build.
authorThomasE
Wed, 22 Jul 2009 16:48:52 +0100
changeset 271 d62ab7f8c779
parent 270 48a6e55f691b
child 272 849b8fb34bc1
Fixed FBF management of single build.
sf-platform/build.xml
--- a/sf-platform/build.xml	Wed Jul 22 14:55:30 2009 +0100
+++ b/sf-platform/build.xml	Wed Jul 22 16:48:52 2009 +0100
@@ -35,11 +35,9 @@
 	
 	<else>
 	    <!-- TODO use better method to export or wait for GenXML fix?-->
-        <copy file="${build.output.dir}\build\input\0000000000000001_system_model_os.xml"
+        <copy file="${build.output.dir}\build\input\0000000000000001_system_model.xml"
         tofile="${canonical.sysdef.file}" failonerror="false" verbose="true"/>
 
-	    <!-- TODO targets for single sysdef build -->
-	    <runtarget target="sf-os-compile"/>
 	</else>
         </if>