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 ry...@apache.org on 2008/11/30 20:33:46 UTC

svn commit: r721875 - /lucene/solr/trunk/build.xml

Author: ryan
Date: Sun Nov 30 11:33:45 2008
New Revision: 721875

URL: http://svn.apache.org/viewvc?rev=721875&view=rev
Log:
adding ant-example to the explain list...

Modified:
    lucene/solr/trunk/build.xml

Modified: lucene/solr/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/build.xml?rev=721875&r1=721874&r2=721875&view=diff
==============================================================================
--- lucene/solr/trunk/build.xml (original)
+++ lucene/solr/trunk/build.xml Sun Nov 30 11:33:45 2008
@@ -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." />