mirror of https://github.com/apache/poi.git
Make gump target output also javadocs: major change to "site" build.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ffb851ea6b
commit
f3aa9eb6fa
|
@ -129,15 +129,7 @@
|
||||||
<!-- Creates the web site -->
|
<!-- Creates the web site -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<target name="site" depends="docs, javadocs"
|
<target name="site" depends="docs, javadocs"
|
||||||
description="Generates the web site (for site maintainers only)">
|
description="Generates the web site">
|
||||||
<mkdir dir="${site}"/>
|
|
||||||
<copy todir="${site}" filtering="off">
|
|
||||||
<fileset dir="${build.docs}">
|
|
||||||
</fileset>
|
|
||||||
</copy>
|
|
||||||
<copy todir="${site}/apidocs" filtering="off">
|
|
||||||
<fileset dir="${build.javadocs}"/>
|
|
||||||
</copy>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
|
|
|
@ -77,7 +77,7 @@ tofile="${build.patchqueue}/patchqueue2text4dev.xsl"/>
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Calls the targets needed for Gump -->
|
<!-- Calls the targets needed for Gump -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<target name="gump" depends="testmodule">
|
<target name="gump" depends="testmodule, apidocs">
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -46,6 +46,6 @@
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Testing that all major targets work; useful before a commit -->
|
<!-- Testing that all major targets work; useful before a commit -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<target name="testmodule" depends="clean, test, docs"
|
<target name="testmodule" depends="clean, test, site"
|
||||||
description="Testing that all major targets work; useful before a commit ">
|
description="Testing that all major targets work; useful before a commit ">
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Reference in New Issue