equal
deleted
inserted
replaced
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> |