diff options
author | tetsuya <tetsuya@unknown> | 2003-06-20 04:02:31 +0000 |
---|---|---|
committer | tetsuya <tetsuya@unknown> | 2003-06-20 04:02:31 +0000 |
commit | 50e1c80d7c5ace036d2aa1e08275fb380e1c6951 (patch) | |
tree | 84eabe36ae0b3215d5c5a1caa98967f32f1d3f17 /src/documentation/content/xdocs/howtobuild.xml | |
parent | db1ad02d0deb41a4ac5330ababaae74d8b7239ad (diff) | |
download | poi-50e1c80d7c5ace036d2aa1e08275fb380e1c6951.tar.gz poi-50e1c80d7c5ace036d2aa1e08275fb380e1c6951.zip |
"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
Diffstat (limited to 'src/documentation/content/xdocs/howtobuild.xml')
-rw-r--r-- | src/documentation/content/xdocs/howtobuild.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/howtobuild.xml b/src/documentation/content/xdocs/howtobuild.xml index 30cca65161..a51bcab917 100644 --- a/src/documentation/content/xdocs/howtobuild.xml +++ b/src/documentation/content/xdocs/howtobuild.xml @@ -6,6 +6,7 @@ <title>How To Build POI</title> <authors> <person email="glens@apache.org" name="Glen Stampoultzis" id="GS"/> + <person email="tetsuya@apache.org" name="Tetsuya Kitahata" id="TK"/> </authors> </header> <body> @@ -49,7 +50,8 @@ </table> <p> 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> </section> <section> |