mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 14:31:31 +00:00
fix readme and build test docs (pretty minimal at the moment)
X-SVN-Rev: 2956
This commit is contained in:
parent
44e383fbdf
commit
948287c1d3
2 changed files with 5 additions and 6 deletions
|
@ -6,8 +6,8 @@
|
|||
*******************************************************************************
|
||||
*
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/build.xml,v $
|
||||
* $Date: 2000/09/22 18:49:24 $
|
||||
* $Revision: 1.20 $
|
||||
* $Date: 2000/11/20 19:08:48 $
|
||||
* $Revision: 1.21 $
|
||||
*
|
||||
*******************************************************************************
|
||||
* This is the ant build file for ICU4J. See readme.html for more information.
|
||||
|
@ -79,7 +79,7 @@
|
|||
|
||||
<target name="docs" depends="core">
|
||||
<mkdir dir="${doc.dir}"/>
|
||||
<javadoc packagenames="com.ibm.util,com.ibm.text,com.ibm.math,com.ibm.richtext.awtui,com.ibm.richtext.swingui,com.ibm.richtext.textpanel,com.ibm.richtext.styledtext,com.ibm.textlayout.attributes,com.ibm.richtext.print"
|
||||
<javadoc packagenames="com.ibm.util,com.ibm.text,com.ibm.math,com.ibm.richtext.awtui,com.ibm.richtext.swingui,com.ibm.richtext.textpanel,com.ibm.richtext.styledtext,com.ibm.textlayout.attributes,com.ibm.richtext.print,com.ibm.test"
|
||||
sourcepath="${src.dir}"
|
||||
destdir="${doc.dir}"
|
||||
nodeprecatedlist="true"
|
||||
|
|
|
@ -159,12 +159,11 @@ directories contain source code and data files:</b> </p>
|
|||
<tr>
|
||||
<td WIDTH="20%">$Root/src/com/ibm/test</td>
|
||||
<td WIDTH="80%">Tests for various ICU4J components.. For information about running the
|
||||
tests, see <a href="api/com/ibm/test/TestAll.html">$Root/docs/com/ibm/test/TestAll.html</a>.</td>
|
||||
tests, see <a href="doc/com/ibm/test/TestAll.html">$Root/doc/com/ibm/test/TestAll.html</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td WIDTH="20%">$Root/src/com/ibm/tools</td>
|
||||
<td WIDTH="80%">Various tools used to generate ICU4J classes. <a
|
||||
href="docs/cintltst.html">$Root/src/com/ibm/tools</a></td>
|
||||
<td WIDTH="80%">Various tools used to generate ICU4J classes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td WIDTH="20%">$Root/src/com/ibm/text</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue