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:
Andrew C. Oliver 2002-04-06 22:08:22 +00:00
parent 3201dd15ad
commit 073cb739db
1 changed files with 2 additions and 1 deletions

View File

@ -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"/>
<!-- ================================== -->