common/templates/zip.cfg.xml.ftl.template
changeset 106 7531256fc15c
parent 96 d9f19d792d0c
child 254 5033df3f8834
equal deleted inserted replaced
104:01387db0fc8c 106:7531256fc15c
    21 		
    21 		
    22 		<!-- Specify this config to package all inputs to the build -->
    22 		<!-- Specify this config to package all inputs to the build -->
    23 		<config name="src" abstract="true">
    23 		<config name="src" abstract="true">
    24 			<!-- Options that apply to all src configs -->
    24 			<!-- Options that apply to all src configs -->
    25 			<set name="exclude" value="**/.hg/**"/>
    25 			<set name="exclude" value="**/.hg/**"/>
       
    26 			<set name="exclude" value="**/.hgtags"/>
       
    27 			<set name="exclude" value="**/.hgignore"/>
       
    28 			<set name="exclude" value="**/.hg_archival.txt"/>
    26 			
    29 			
    27 			<!-- These configs will be populated with tags for the source -->
    30 			<!-- These configs will be populated with tags for the source -->
    28 			<config name="sfl" abstract="true">
    31 			<config name="sfl" abstract="true">
    29 				<set name="grace.filters" value="src" />
    32 				<set name="grace.filters" value="src" />
    30 			</config>
    33 			</config>