document "ant example"

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-02-23 22:20:55 +00:00
parent c83c192001
commit d61f5dcc8f
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
<echo message="Welcome to the Solr project!" /> <echo message="Welcome to the Solr project!" />
<echo message="Use 'ant compile' to compile the source code." /> <echo message="Use 'ant compile' to compile the source code." />
<echo message="Use 'ant dist' to build the project distribution files." /> <echo message="Use 'ant dist' to build the project distribution files." />
<echo message="Use 'ant example' to install solr.war in ./example" />
<echo message="Use 'ant clean' to clean compiled files." /> <echo message="Use 'ant clean' to clean compiled files." />
<echo message="Use 'ant test' to run unit tests." /> <echo message="Use 'ant test' to run unit tests." />
</target> </target>