summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-07-28 11:45:21 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-07 11:17:50 (GMT)
commiteca0a80a7abb136094f252872499c59803999f85 (patch)
treed81af1e61d3b05567acc05199425829fc33320c8 /build.xml
parent0b55e5cf189e61d1dafbc011ee853d74509604d8 (diff)
downloadstroke-eca0a80a7abb136094f252872499c59803999f85.zip
stroke-eca0a80a7abb136094f252872499c59803999f85.tar.bz2
Using JZlib for compression, as features we need aren't in Java until 1.7
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 4114302..709f20e 100644
--- a/build.xml
+++ b/build.xml
@@ -17,9 +17,11 @@
<property name="compile.debug" value="true"/>
<property name="testsuiteclass" value="com.isode.stroke.unittest.StrokeTestSuite" />
<property name="xpp-dir" value="../third-party/xpp"/>
+ <property name="jzlib-dir" value="third-party/jzlib"/>
<path id="classpath">
<fileset dir="${xpp-dir}" includes="xpp.jar"/>
+ <fileset dir="${jzlib-dir}" includes="jzlib.jar"/>
</path>
<target name="init">
<tstamp/>