mirror of https://github.com/apache/lucene.git
fix usage info to reflect reality
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@690343 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
142ed529e9
commit
95bdcc13a0
|
@ -56,8 +56,8 @@
|
|||
<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 package' to build a .zip and .tgz for distribution." />
|
||||
<echo message="Use 'ant generate-maven-artifacts' to generate maven artifacts." />
|
||||
<echo message="Use 'ant generate-maven-artifacts' to generate maven artifacts." />
|
||||
<echo message="Use 'ant package' to generate zip, tgz, and maven artifacts for distribution." />
|
||||
<echo message="Use 'ant test' to run unit tests." />
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue