buildframework/helium/tests/data/archive_test_input.cfg.xml
changeset 2 39c28ec933dd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/tests/data/archive_test_input.cfg.xml	Mon May 10 19:54:49 2010 +0100
@@ -0,0 +1,13 @@
+<?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>
\ No newline at end of file