summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-07-28 13:09:53 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-07 12:18:00 (GMT)
commit0470264fd4f9e7e73d1b655dc680e5ca7c10513c (patch)
tree95e58af6ac3553123d2c404acee03938b4732647 /build.xml
parenteca0a80a7abb136094f252872499c59803999f85 (diff)
downloadstroke-0470264fd4f9e7e73d1b655dc680e5ca7c10513c.zip
stroke-0470264fd4f9e7e73d1b655dc680e5ca7c10513c.tar.bz2
Stringprep JIDs through icu4j
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 709f20e..6e5cbde 100644
--- a/build.xml
+++ b/build.xml
@@ -16,12 +16,14 @@
<property name="main-class" value="com.isode.stroke.examples.gui.StrokeGUI"/>
<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="xpp-dir" value="third-party/xpp"/>
<property name="jzlib-dir" value="third-party/jzlib"/>
+ <property name="icu4j-dir" value="third-party"/>
<path id="classpath">
<fileset dir="${xpp-dir}" includes="xpp.jar"/>
<fileset dir="${jzlib-dir}" includes="jzlib.jar"/>
+ <fileset dir="${icu4j-dir}" includes="icu4j.jar"/>
</path>
<target name="init">
<tstamp/>