adding ant-example to the explain list...

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-11-30 19:33:45 +00:00
parent cea5444e91
commit ffb547eabd
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@
description="Prints out instructions">
<echo message="Welcome to the Solr project!" />
<echo message="Use 'ant example' to create a runnable example configuration." />
<echo message="And for developers:"/>
<echo message="Use 'ant run-example' to create and run the example." />
<echo message="And for developers:"/>
<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." />