mirror of https://github.com/apache/poi.git
Added site target.
It generates the docs, javadocs, test results and metrics. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ceb8a6382
commit
f9f9e44305
15
build.xml
15
build.xml
|
@ -352,6 +352,21 @@ printed.
|
|||
|
||||
</target>
|
||||
|
||||
<!-- ================================== -->
|
||||
<!-- Generates the site -->
|
||||
<!-- ================================== -->
|
||||
|
||||
<target name="site"
|
||||
description="Makes all the site doco">
|
||||
|
||||
<antcall target="docs"/>
|
||||
<antcall target="compile"/>
|
||||
<antcall target="javadocs"/>
|
||||
<antcall target="test"/>
|
||||
<antcall target="metrics"/>
|
||||
|
||||
</target>
|
||||
|
||||
<!-- ================================== -->
|
||||
<!-- Generates the javadocs -->
|
||||
<!-- ================================== -->
|
||||
|
|
Loading…
Reference in New Issue