mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-6824 CheckSystemFonts requires some classes from translit-tests project.
X-SVN-Rev: 26524
This commit is contained in:
parent
6b5b8779fd
commit
67b4574185
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue