sf-platform/build.xml
changeset 645 212217a07072
parent 637 3effbd6728d4
child 700 660b634546aa
--- a/sf-platform/build.xml	Mon Oct 12 11:52:51 2009 +0100
+++ b/sf-platform/build.xml	Mon Oct 12 13:45:33 2009 +0100
@@ -26,10 +26,10 @@
 
   <target name="sf-gen-buildinfo-txt">
     <mkdir dir="${build.drive}/epoc32/data/"/> 
-    <delete file="${build.drive}/epoc32/data/BuildInfo.txt"/>
-    <echo file="${build.drive}/epoc32/data/BuildInfo.txt" append="true" message="DeviceFamily               100 ${line.separator}"/>
-    <echo file="${build.drive}/epoc32/data/BuildInfo.txt" append="true" message="DeviceFamilyRev            0x900 ${line.separator}"/>
-    <echo file="${build.drive}/epoc32/data/BuildInfo.txt" append="true" message="ManufacturerSoftwareBuild  ${build.id}_Symbian_OS_v${sf.spec.sbs.variant} ${line.separator}"/>
+    <delete file="${build.drive}/epoc32/data/buildinfo.txt"/>
+    <echo file="${build.drive}/epoc32/data/buildinfo.txt" append="true" message="DeviceFamily               100 ${line.separator}"/>
+    <echo file="${build.drive}/epoc32/data/buildinfo.txt" append="true" message="DeviceFamilyRev            0x900 ${line.separator}"/>
+    <echo file="${build.drive}/epoc32/data/buildinfo.txt" append="true" message="ManufacturerSoftwareBuild  ${build.id}_Symbian_OS_v${sf.spec.sbs.variant} ${line.separator}"/>
   </target>
 
   <target name="sf-platform-bootstrap-gt" >