Fix the generation of the binary zip, so epoc32/include is zipped, but epoc32/build is not.
--- a/common/templates/zip.cfg.xml.ftl.template Tue May 05 13:20:00 2009 +0100
+++ b/common/templates/zip.cfg.xml.ftl.template Tue May 05 13:26:31 2009 +0100
@@ -42,7 +42,7 @@
<set name="name" value="binaries_epoc"/>
<set name="grace.filters" value="emu" />
<set name="include" value="epoc32/**"/>
- <set name="exclude" value="epoc32/include/**"/>
+ <set name="exclude" value="epoc32/build/**"/>
</config>
</config>
</config>