Fixed FBF management of single build.
--- 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>