You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/03/12 20:10:15 UTC

svn commit: r1080980 - in /lucene/dev/branches/branch_3x: ./ lucene/ lucene/README.txt solr/

Author: yonik
Date: Sat Mar 12 19:10:14 2011
New Revision: 1080980

URL: http://svn.apache.org/viewvc?rev=1080980&view=rev
Log:
docs: clarify binary release

Modified:
    lucene/dev/branches/branch_3x/   (props changed)
    lucene/dev/branches/branch_3x/lucene/   (props changed)
    lucene/dev/branches/branch_3x/lucene/README.txt
    lucene/dev/branches/branch_3x/solr/   (props changed)

Modified: lucene/dev/branches/branch_3x/lucene/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/README.txt?rev=1080980&r1=1080979&r2=1080980&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/README.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/README.txt Sat Mar 12 19:10:14 2011
@@ -1,4 +1,4 @@
-Lucene README file
+Apache Lucene README file
 
 INTRODUCTION
 
@@ -12,7 +12,7 @@ The Lucene web site is at:
 Please join the Lucene-User mailing list by sending a message to:
   java-user-subscribe@lucene.apache.org
 
-FILES
+Files in a binary distribution:
 
 lucene-core-XX.jar
   The compiled lucene library.
@@ -28,8 +28,6 @@ contrib/*
   part of the core library.  Of special note are the JAR files in the analyzers directory which
   contain various analyzers that people may find useful in place of the StandardAnalyzer.
 
-
-
 docs/index.html
   The contents of the Lucene website.
 
@@ -37,8 +35,4 @@ docs/api/index.html
   The Javadoc Lucene API documentation.  This includes the core
   library, the demo, as well as all of the contrib modules.
 
-src/java
-  The Lucene source code.
-
-contrib/demo/src
-  Some example code.
+See BUILD.txt for building a source distribution