Fixed RnD content unpacking to ensure that only i9tems in the epoc32 tree are unpacked.
--- a/common/build.xml Thu Sep 17 12:40:44 2009 +0100
+++ b/common/build.xml Thu Sep 17 13:46:25 2009 +0100
@@ -496,6 +496,7 @@
<exec executable="7za" dir="${build.drive}" output="${build.log.dir}/unzip_${build.id}_binaries_rnd.log" append="true">
<arg value="x"/>
<arg value="-y"/> <!-- Need to unpack in overwrite mode, due to TEF -->
+ <arg value="-i!epoc32\*"/> <!-- Only unzip items into the epoc32 tree -->
<arg value="@{rndZip}"/>
</exec>
</sequential>