You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/02/23 23:20:57 UTC

svn commit: r380243 - /incubator/solr/trunk/build.xml

Author: yonik
Date: Thu Feb 23 14:20:55 2006
New Revision: 380243

URL: http://svn.apache.org/viewcvs?rev=380243&view=rev
Log:
document "ant example"

Modified:
    incubator/solr/trunk/build.xml

Modified: incubator/solr/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/build.xml?rev=380243&r1=380242&r2=380243&view=diff
==============================================================================
--- incubator/solr/trunk/build.xml (original)
+++ incubator/solr/trunk/build.xml Thu Feb 23 14:20:55 2006
@@ -35,6 +35,7 @@
     <echo message="Welcome to the Solr project!" />
     <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 example' to install solr.war in ./example" />
     <echo message="Use 'ant clean' to clean compiled files." />
     <echo message="Use 'ant test' to run unit tests." />
   </target>