sf-gen-buildinfo-txt target in platform build - De-CamelCasing buildinfo.txt deletion and creation to fix zip inclusion/exclusion problems.
--- 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" >