21 ============================================================================ |
21 ============================================================================ |
22 --> |
22 --> |
23 <build> |
23 <build> |
24 <config name="helium_subcon"> |
24 <config name="helium_subcon"> |
25 <set name="root.dir" value="${helium.dir}/.."/> |
25 <set name="root.dir" value="${helium.dir}/.."/> |
26 <set name="max.files.per.archive" value="65000"/> |
|
27 <set name="archive.tool" value="7za"/> |
26 <set name="archive.tool" value="7za"/> |
28 <set name="archives.dir" value="${helium.subcon.build.location}"/> |
27 <set name="archives.dir" value="${helium.subcon.build.location}"/> |
29 <set name="temp.build.dir" value="${env.TEMP}"/> |
28 <set name="temp.build.dir" value="${env.TEMP}"/> |
30 <set name="name" value="helium_${helium.version}_subcon"/> |
29 <set name="name" value="helium_${helium.version}_subcon"/> |
31 <set name="include" value="helium/**/*"/> |
30 <set name="include" value="helium/**/*"/> |
32 <set name="exclude" value="helium/**/.svn,helium/build/**/*,helium/**/*.pyc,helium/**/*.pyo,helium/**/distribution.policy.s60,helium/**/hlm_debug.log"/> |
31 <set name="exclude" value="helium/**/.svn,helium/build/**/*,helium/**/*.pyc,helium/**/*.pyo,helium/**/distribution.policy.s60,helium/**/hlm_debug.log,helium/tools/common/python/**/*.class"/> |
33 <set name="distribution.policy.s60" value="7"/> |
32 <set name="distribution.policy.s60" value="7"/> |
34 <set name="ignore.missing.policyfiles" value="true"/> |
33 <set name="ignore.missing.policyfiles" value="true"/> |
35 |
34 |
36 <!-- Keeping the distribution policy files for Mercurial delivery. --> |
35 <!-- Keeping the distribution policy files for Mercurial delivery. --> |
37 <config name="helium_sf_hg"> |
36 <config name="helium_sf_hg"> |