Avoided zipping up .hg et al in rnd zips.
authorSimon Howkins <simonh@symbian.org>
Thu, 17 Sep 2009 12:07:34 +0100
changeset 460 fda39efc6eb8
parent 459 23f06901b597
child 461 874d24067366
Avoided zipping up .hg et al in rnd zips. cf Bug 350
common/templates/zip.cfg.xml.ftl.template
--- a/common/templates/zip.cfg.xml.ftl.template	Thu Sep 17 11:22:29 2009 +0100
+++ b/common/templates/zip.cfg.xml.ftl.template	Thu Sep 17 12:07:34 2009 +0100
@@ -19,14 +19,14 @@
 		<set name="grace.product" value="${grace.product.name}" />
 		<set name="grace.release" value="${grace.release.name}" />
 		
+		<!-- Options that apply to all configs - don't put in any hg internals! -->
+		<set name="exclude" value="**/.hg/**"/>
+		<set name="exclude" value="**/.hgtags"/>
+		<set name="exclude" value="**/.hgignore"/>
+		<set name="exclude" value="**/.hg_archival.txt"/>
+		
 		<!-- Specify this config to package all src inputs to the build -->
 		<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">
 				<set name="grace.filters" value="src" />