diff options
-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> |