You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2011/01/05 00:54:19 UTC

svn commit: r1055245 - /lucene/dev/trunk/README.txt

Author: rmuir
Date: Tue Jan  4 23:54:19 2011
New Revision: 1055245

URL: http://svn.apache.org/viewvc?rev=1055245&view=rev
Log:
add the start to a top-level README.txt (feel free to improve!)

Added:
    lucene/dev/trunk/README.txt   (with props)

Added: lucene/dev/trunk/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/README.txt?rev=1055245&view=auto
==============================================================================
--- lucene/dev/trunk/README.txt (added)
+++ lucene/dev/trunk/README.txt Tue Jan  4 23:54:19 2011
@@ -0,0 +1,11 @@
+lucene/ is a search engine library
+solr/ is a search engine server that uses lucene
+modules/ is shared code
+
+To compile the sources run 'ant compile'
+To run all the tests run 'ant test'
+To setup your ide run 'ant idea' or 'ant eclipse'
+
+For more information on how to contribute see:
+http://wiki.apache.org/lucene-java/HowToContribute
+http://wiki.apache.org/solr/HowToContribute