mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
Changed "com.ibm.richtext" to "com.ibm.richtext.*" for docs target.
X-SVN-Rev: 1202
This commit is contained in:
parent
c9bdfc72b2
commit
e75d5d93c0
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/build.xml,v $
|
||||
* $Date: 2000/04/20 18:46:25 $
|
||||
* $Revision: 1.11 $
|
||||
* $Date: 2000/04/20 21:40:23 $
|
||||
* $Revision: 1.12 $
|
||||
*
|
||||
*******************************************************************************
|
||||
* This is the ant build file for ICU4J. See readme.html for more information.
|
||||
|
@ -74,7 +74,7 @@
|
|||
|
||||
<target name="docs" depends="core">
|
||||
<mkdir dir="${doc.dir}"/>
|
||||
<javadoc packagenames="com.ibm.util,com.ibm.text,com.ibm.math,com.ibm.richtext"
|
||||
<javadoc packagenames="com.ibm.util,com.ibm.text,com.ibm.math,com.ibm.richtext.*"
|
||||
sourcepath="${src.dir}"
|
||||
destdir="${doc.dir}"
|
||||
nodeprecatedlist="true"
|
||||
|
|
Loading…
Add table
Reference in a new issue