docs: announce javadoc target in build.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1080691 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2011-03-11 17:35:03 +00:00
parent f276b89fd4
commit 0d171c4642
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
<echo message="Use 'ant clean' to clean compiled files." />
<echo message="Use 'ant compile' to compile the source code." />
<echo message="Use 'ant dist' to build the project WAR and JAR files." />
<echo message="Use 'ant javadoc' to build javadoc under build/docs/api" />
<echo message="Use 'ant generate-maven-artifacts' to generate maven artifacts." />
<echo message="Use 'ant package' to generate zip, tgz for distribution." />
<echo message="Use 'ant luke' to start luke. see: http://luke.googlecode.com" />