"How TO Build" .. slightly commented about optional.jar

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
tetsuya 2003-06-20 04:02:31 +00:00
parent db1ad02d0d
commit 50e1c80d7c
1 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<title>How To Build POI</title> <title>How To Build POI</title>
<authors> <authors>
<person email="glens@apache.org" name="Glen Stampoultzis" id="GS"/> <person email="glens@apache.org" name="Glen Stampoultzis" id="GS"/>
<person email="tetsuya@apache.org" name="Tetsuya Kitahata" id="TK"/>
</authors> </authors>
</header> </header>
<body> <body>
@ -49,7 +50,8 @@
</table> </table>
<p> <p>
Just pick the latest versions of these jars and place Just pick the latest versions of these jars and place
them in ANT_HOME/lib them in ANT_HOME/lib and make sure that optional.jar is
in ANT_HOME/lib .
</p> </p>
</section> </section>
<section> <section>