ICU-5398 deleteCore should delete charset package

X-SVN-Rev: 20394
This commit is contained in:
Ram Viswanadha 2006-09-23 17:24:07 +00:00
parent 7df2b7684a
commit bc717b74f6

View File

@ -636,7 +636,8 @@
<fileset dir="${build.dir}/com/ibm/icu/impl"/>
<fileset dir="${build.dir}/com/ibm/icu/math"/>
<fileset dir="${build.dir}/com/ibm/icu/lang"/>
<fileset dir="${build.dir}/com/ibm/icu/util"/>
<fileset dir="${build.dir}/com/ibm/icu/util"/>
<fileset dir="${build.dir}/com/ibm/icu/charset"/>
</delete>
</target>
<target name="check" depends="tests, jar, deleteCore" description="run standard icu4j test suite">