ICU-10152 Force ivy init for building test-framework

X-SVN-Rev: 38796
This commit is contained in:
Stuart Gill 2016-06-04 00:31:48 +00:00
parent cfe6d86f51
commit 7f6156e5e3

View file

@ -805,7 +805,7 @@
<ant dir="${icu4j.translit.dir}" inheritAll="false"/>
</target>
<target name="test-framework" depends="core" description="Build test framework classes">
<target name="test-framework" depends="core, init" description="Build test framework classes">
<ant dir="${icu4j.test-framework.dir}" inheritAll="false">
<reference refid="junit.jars"/>
</ant>