ICU-7036 Fixed codeCoverage target problem introduced by collation module separation.

X-SVN-Rev: 26248
This commit is contained in:
Yoshito Umaoka 2009-07-08 21:00:42 +00:00
parent f6d15aad34
commit d9f5c81efb

View File

@ -331,6 +331,9 @@
<ant dir="${icu4j.core-tests.dir}" inheritAll="false" inheritRefs="true">
<property name="build.compiler" value="${build.compiler}"/>
</ant>
<ant dir="${icu4j.collate-tests.dir}" inheritAll="false" inheritRefs="true">
<property name="build.compiler" value="${build.compiler}"/>
</ant>
<ant dir="${icu4j.charset-tests.dir}" inheritAll="false" inheritRefs="true">
<property name="build.compiler" value="${build.compiler}"/>
</ant>
@ -340,9 +343,11 @@
<arg value="-n"/>
<classpath>
<pathelement path="${icu4j.core.jar}"/>
<pathelement path="${icu4j.collate.jar}"/>
<pathelement path="${icu4j.charset.jar}"/>
<pathelement path="${icu4j.test-framework.jar}"/>
<pathelement path="${icu4j.core-tests.jar}"/>
<pathelement path="${icu4j.collate-tests.jar}"/>
<pathelement path="${icu4j.charset-tests.jar}"/>
<pathelement path="${clover.jar}"/>
</classpath>