You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/03/25 23:26:06 UTC

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

Author: sarowe
Date: Fri Mar 25 22:26:05 2011
New Revision: 1085584

URL: http://svn.apache.org/viewvc?rev=1085584&view=rev
Log:
Updated to reflect current reality

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=1085584&r1=1085583&r2=1085584&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/README.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/README.txt Fri Mar 25 22:26:05 2011
@@ -15,9 +15,18 @@ Please join the Lucene-User mailing list
 Files in a binary distribution:
 
 lucene-core-XX.jar
-  The compiled lucene library.
+  The compiled Lucene library.
 
-contrib/demo/lucene-demos-XX.jar
+lucene-core-XX-javadoc.jar
+  The Javadoc jar for the compiled Lucene library.
+  
+lucene-test-framework-XX.jar
+  The compiled Lucene test-framework library.
+
+lucene-test-framework-XX-javadoc.jar
+  The Javadoc jar for the compiled Lucene test-framework library.
+
+contrib/demo/lucene-demo-XX.jar
   The compiled simple example code.
 
 contrib/*
@@ -29,7 +38,5 @@ docs/index.html
   The contents of the Lucene website.
 
 docs/api/index.html
-  The Javadoc Lucene API documentation.  This includes the core
-  library, the demo, as well as all of the contrib modules.
-
-See BUILD.txt for building a source distribution
+  The Javadoc Lucene API documentation.  This includes the core library, 
+  the test framework, and the demo, as well as all of the contrib modules.