mirror of https://github.com/apache/poi.git
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
3201dd15ad
commit
073cb739db
|
@ -116,6 +116,7 @@ printed.
|
|||
<echo message=" Builds will be in /build directory, distributions in /dist."/>
|
||||
<echo message=" "/>
|
||||
<echo message=" compile ---------- compiles the source code "/>
|
||||
<echo message=" jar -------------- create the jar files "/>
|
||||
<echo message=" docs ------------- generates the html docs"/>
|
||||
<echo message=" cleandocs -------- cleans the build docs directory"/>
|
||||
<echo message=" javadocs --------- generates the API documentation"/>
|
||||
|
@ -414,7 +415,7 @@ printed.
|
|||
<!-- ================================== -->
|
||||
|
||||
<target name="all"
|
||||
depends="gump"
|
||||
depends="gump,jar"
|
||||
description="Generate all"/>
|
||||
|
||||
<!-- ================================== -->
|
||||
|
|
Loading…
Reference in New Issue