Bug 2670: binaries_epoc.zip contains megabytes of useless Emulator files
Exclude files in \epoc32\data\media from release zip.
--- a/common/build.postbuild.xml Thu May 13 14:51:14 2010 +0100
+++ b/common/build.postbuild.xml Fri May 14 15:26:42 2010 +0100
@@ -247,6 +247,7 @@
<arg value="-x!epoc32\tools"/>
<arg value="-x!epoc32\data\buildinfo.txt"/>
<arg value="-x!epoc32\data\config\features.dat"/>
+ <arg value="-x!epoc32\data\media"/> <!-- Files created when emulator is used to create comms database - not worth releasing-->
<arg value="-x!epoc32\build"/>
<arg value="-x!epoc32\release\armv5"/>
<arg value="-x!epoc32\release\winscw"/>