Exclude the .hg repository directories from the packaged src.
authorSimon Howkins <simonh@symbian.org>
Tue, 05 May 2009 13:20:00 +0100
changeset 82 ad3b0c93410e
parent 81 5e724ff842b4
child 83 add0abfa2371
Exclude the .hg repository directories from the packaged src.
common/templates/zip.cfg.xml.ftl.template
--- a/common/templates/zip.cfg.xml.ftl.template	Fri May 01 15:07:37 2009 +0100
+++ b/common/templates/zip.cfg.xml.ftl.template	Tue May 05 13:20:00 2009 +0100
@@ -21,6 +21,10 @@
 		
 		<!-- Specify this config to package all inputs to the build -->
 		<config name="src" abstract="true">
+			<!-- Options that apply to all src configs -->
+			<set name="exclude" value="**/.hg/**"/>
+			
+			<!-- These configs will be populated with tags for the source -->
 			<config name="sfl" abstract="true">
 				<set name="grace.filters" value="src" />
 			</config>
@@ -33,6 +37,7 @@
 		</config>
 		<!-- Specify this config to package all outputs from the build -->
 		<config name="bin" abstract="true">
+			<!-- This config will be populated with exclusions for the rnd bins -->
 			<config>
 				<set name="name" value="binaries_epoc"/>
 				<set name="grace.filters" value="emu" />