Export system model files to BOM folder
authorShabe Razvi <shaber@symbian.org>
Mon, 22 Jun 2009 15:55:46 +0100
changeset 211 a4bfc8ed3b04
parent 210 ab3b43adbb0f
child 212 216378ca9c25
child 214 b97beda10eb3
Export system model files to BOM folder
sf-platform/build.xml
--- a/sf-platform/build.xml	Mon Jun 22 15:44:58 2009 +0100
+++ b/sf-platform/build.xml	Mon Jun 22 15:55:46 2009 +0100
@@ -7,13 +7,6 @@
   * Property defaults
    -->
 
-  <!--
-  TODO if needed in future
-
-  * Load platform specific properties.
-
-   -->
-
   <!-- workaround until GenXML can merge v2.0.0 fragments -->
   <target name="create-canonical-sysdef-file">
 
@@ -97,6 +90,7 @@
        <copy file="${canonical.sysdef.file}" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml"/>
 
 	<copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml">
+	<copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}_temp.xml" tofile="${build.log.dir}/BOM/canonical_system_definition_${sysdef.configuration}.xml">
 		<filterchain>
 			<linecontainsregexp negate="true">
 			  <regexp pattern="^\s*$"/>