summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Young <consult.awy@gmail.com>2015-08-06 11:11:28 (GMT)
committerAlan Young <consult.awy@gmail.com>2015-08-19 10:24:09 (GMT)
commit2309da7696163b93b38721833ababd58c7c47217 (patch)
tree3c63339266dd70cd9f4082c8aedbbf9ffad806f9
parent210c01aeab1028864f7349bb5ce07dd6d8567456 (diff)
downloadstroke-2309da7696163b93b38721833ababd58c7c47217.zip
stroke-2309da7696163b93b38721833ababd58c7c47217.tar.bz2
Correct classpath element for icu4j for compile-tests in build.xml
Change-Id: I50c4eb6ab33a8136245c76e5ecf45cc8134372ec
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 18f72cc..fe123bb 100644
--- a/build.xml
+++ b/build.xml
@@ -117,7 +117,7 @@
<classpath>
<pathelement location="${jar}"/>
<pathelement location="${JUNIT_JAR}"/>
- <pathelement location="${icu4j-jar}"/>
+ <fileset dir="${icu4j-dir}" includes="icu4j.jar"/>
</classpath>
</javac>
</target>