Author: hossman
Date: Fri Aug 29 10:43:05 2008
New Revision: 690343
URL: http://svn.apache.org/viewvc?rev=690343&view=rev
Log:
fix usage info to reflect reality
Modified:
lucene/solr/trunk/build.xml
Modified: lucene/solr/trunk/build.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/build.xml?rev=690343&r1=690342&r2=690343&view=diff
==============================================================================
--- lucene/solr/trunk/build.xml (original)
+++ lucene/solr/trunk/build.xml Fri Aug 29 10:43:05 2008
@@ -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>