buildframework/helium/tests/data/archive_test_input.cfg.xml
author Mike Kinghan <mikek@symbian.org>
Wed, 01 Dec 2010 12:02:41 +0000
changeset 42 cf609178ac39
parent 2 39c28ec933dd
permissions -rwxr-xr-x
1) fix_tools_exports.pl need only be run on Windows hosts; was run unnecessarily on Linux too. 2) Need to export modload.pm on Linux as well as Windows hosts.

<?xml version="1.0" encoding="UTF-8"?>
<build>
    <config>
        <set name="max.uncompressed.size" value="2000000"/>
        <set name="root.dir" value="${env.TEMP}/python"/>
        <set name="max.files.per.archive" value="65000"/>
        <set name="archive.tool" value="7za"/>
        <set name="archives.dir" value="${env.TEMP}"/>
        <set name="temp.build.dir" value="${env.TEMP}"/>
        <set name="name" value="python_libs"/>
        <set name="include" value="lib\*.egg"/>
    </config>
</build>