ICU-6824 CheckSystemFonts requires some classes from translit-tests project.

X-SVN-Rev: 26524
This commit is contained in:
Yoshito Umaoka 2009-08-20 16:36:31 +00:00
parent 6b5b8779fd
commit 67b4574185

View file

@ -196,9 +196,10 @@
<pathelement location="${icu4j.translit.jar}"/>
<pathelement location="${icu4j.test-framework.jar}"/>
<pathelement location="${icu4j.core-tests.jar}"/>
<pathelement location="${icu4j.translit-tests.jar}"/>
</path>
<target name="_all.tools" depends="_all.core, _all.collate, _all.translit, _all.test-framework, _all.core-tests">
<target name="_all.tools" depends="_all.core, _all.collate, _all.translit, _all.test-framework, _all.core-tests, _all.translit-tests">
<ant dir="${icu4j.tools.dir}" inheritAll="false"/>
</target>