Fix the generation of the binary zip, so epoc32/include is zipped, but epoc32/build is not.
authorSimon Howkins <simonh@symbian.org>
Tue, 05 May 2009 13:26:31 +0100
changeset 83 add0abfa2371
parent 82 ad3b0c93410e
child 84 fcf94a72b33e
Fix the generation of the binary zip, so epoc32/include is zipped, but epoc32/build is not.
common/templates/zip.cfg.xml.ftl.template
--- 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>