diff options
author | Alan Young <consult.awy@gmail.com> | 2015-08-06 11:11:28 (GMT) |
---|---|---|
committer | Alan Young <consult.awy@gmail.com> | 2015-08-19 10:24:09 (GMT) |
commit | 2309da7696163b93b38721833ababd58c7c47217 (patch) | |
tree | 3c63339266dd70cd9f4082c8aedbbf9ffad806f9 | |
parent | 210c01aeab1028864f7349bb5ce07dd6d8567456 (diff) | |
download | stroke-2309da7696163b93b38721833ababd58c7c47217.zip stroke-2309da7696163b93b38721833ababd58c7c47217.tar.bz2 |
Correct classpath element for icu4j for compile-tests in build.xml
Change-Id: I50c4eb6ab33a8136245c76e5ecf45cc8134372ec
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |