mirror of https://github.com/apache/poi.git
Added how to run build documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c08a628823
commit
b1db18b5b2
|
@ -7,7 +7,7 @@
|
|||
|
||||
|
||||
This build was tested with and 1.5.3 although it will probably work with
|
||||
other versions. The following optional jar files should be installed
|
||||
other versions. The following jar files should be installed
|
||||
into the ant lib directory:
|
||||
|
||||
LIBRARY LOCATION
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
<menu-item label="Javadocs" href="ext:javadoc"/>
|
||||
<menu-item label="FAQ" href="faq.html"/>
|
||||
<menu-item label="References" href="references/index.html"/>
|
||||
<menu-item label="How to Build" href="howtobuild.html"/>
|
||||
</menu>
|
||||
|
||||
<menu label="Translations">
|
||||
|
|
|
@ -24,6 +24,10 @@ See http://xml.apache.org/forrest/linking.html for more info
|
|||
</forrest>
|
||||
<cocoon href="cocoon/"/>
|
||||
</xml.apache.org>
|
||||
<jakarta.apache.org href="http://jakarta.apache.org/">
|
||||
<ant href="ant/"/>
|
||||
<poi href="poi/"/>
|
||||
</jakarta.apache.org>
|
||||
<junit href="junit/index.html"/>
|
||||
<jdepend href="jdepend/index.html"/>
|
||||
<javadoc href="apidocs/index.html"/>
|
||||
|
|
Loading…
Reference in New Issue