put jar target on the menu as its the only way to get the jars from the
thing currently git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352347 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b0f941ae4e
commit
424e1eacba
@ -116,6 +116,7 @@ printed.
|
|||||||
<echo message=" Builds will be in /build directory, distributions in /dist."/>
|
<echo message=" Builds will be in /build directory, distributions in /dist."/>
|
||||||
<echo message=" "/>
|
<echo message=" "/>
|
||||||
<echo message=" compile ---------- compiles the source code "/>
|
<echo message=" compile ---------- compiles the source code "/>
|
||||||
|
<echo message=" jar -------------- create the jar files "/>
|
||||||
<echo message=" docs ------------- generates the html docs"/>
|
<echo message=" docs ------------- generates the html docs"/>
|
||||||
<echo message=" cleandocs -------- cleans the build docs directory"/>
|
<echo message=" cleandocs -------- cleans the build docs directory"/>
|
||||||
<echo message=" javadocs --------- generates the API documentation"/>
|
<echo message=" javadocs --------- generates the API documentation"/>
|
||||||
@ -414,7 +415,7 @@ printed.
|
|||||||
<!-- ================================== -->
|
<!-- ================================== -->
|
||||||
|
|
||||||
<target name="all"
|
<target name="all"
|
||||||
depends="gump"
|
depends="gump,jar"
|
||||||
description="Generate all"/>
|
description="Generate all"/>
|
||||||
|
|
||||||
<!-- ================================== -->
|
<!-- ================================== -->
|
||||||
|
Loading…
Reference in New Issue
Block a user