Added filter to exclude Hg control files from package zips.
authorSimon Howkins <simonh@symbian.org>
Tue, 26 May 2009 11:51:10 +0100
changeset 106 7531256fc15c
parent 104 01387db0fc8c
child 107 b5ef7a8a0022
Added filter to exclude Hg control files from package zips.
common/templates/zip.cfg.xml.ftl.template
--- a/common/templates/zip.cfg.xml.ftl.template	Wed May 20 11:56:26 2009 +0100
+++ b/common/templates/zip.cfg.xml.ftl.template	Tue May 26 11:51:10 2009 +0100
@@ -23,6 +23,9 @@
 		<config name="src" abstract="true">
 			<!-- Options that apply to all src configs -->
 			<set name="exclude" value="**/.hg/**"/>
+			<set name="exclude" value="**/.hgtags"/>
+			<set name="exclude" value="**/.hgignore"/>
+			<set name="exclude" value="**/.hg_archival.txt"/>
 			
 			<!-- These configs will be populated with tags for the source -->
 			<config name="sfl" abstract="true">