summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-03-19 10:55:52 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-19 10:55:52 (GMT)
commit6dd5d2ee85bfee878a5e7415ea60a7065a01319c (patch)
tree6266869cc4e8d6c563693bda685473ded1dd02b1
parente331a315acbcdeee1a1643ff787a9ad93b3e9fb0 (diff)
downloadstroke-6dd5d2ee85bfee878a5e7415ea60a7065a01319c.zip
stroke-6dd5d2ee85bfee878a5e7415ea60a7065a01319c.tar.bz2
Fiddle with paths
-rw-r--r--Makefile2
-rw-r--r--build.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6241ae2..2880ade 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ distclean: clean
.PHONY : dist/lib/stroke.jar
dist/lib/stroke.jar: third-party/xpp/xpp.jar third-party/jzlib/jzlib.jar third-party/icu4j.jar
- ant -Dxpp-dir=third-party/xpp -Djzlib-dir=third-party/jzlib
+ ant -Dxpp-dir=third-party/xpp -Djzlib-dir=third-party/jzlib -Dicu4j-dir=third-party/
third-party/xpp/xpp.jar:
mkdir -p third-party/xpp
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"/>