summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index acdf51f..6aaf392 100644
--- a/build.xml
+++ b/build.xml
@@ -16,9 +16,9 @@
<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="jzlib-dir" value="third-party/jzlib"/>
- <property name="icu4j-dir" value="third-party"/>
+ <property name="xpp-dir" value="../third-party/xpp"/>
+ <property name="jzlib-dir" value="../third-party/jzlib"/>
+ <property name="icu4j-dir" value="../third-party/icu4j"/>
<path id="classpath">
<fileset dir="${xpp-dir}" includes="xpp.jar"/>