From 636b3070a67f946fe6be20cce8601bb547dc128a Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Fri, 25 Mar 2011 22:33:16 +0000 Subject: [PATCH] Updated to reflect current reality git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085586 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/README.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/lucene/README.txt b/lucene/README.txt index d916c3796bd..f5e3769edf0 100644 --- a/lucene/README.txt +++ b/lucene/README.txt @@ -15,7 +15,16 @@ Please join the Lucene-User mailing list by sending a message to: Files in a binary distribution: lucene-core-XX.jar - The compiled lucene library. + The compiled Lucene library. + +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. @@ -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.