From cdd7e408f89316414b541957c452b9b673258c0f Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Wed, 18 Apr 2012 18:22:18 +0000 Subject: [PATCH] LUCENE-3977: reduce javadocs triplication to only duplication git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327606 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/README.txt | 3 --- lucene/build.xml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lucene/README.txt b/lucene/README.txt index e4777471c54..8ffec6261ae 100644 --- a/lucene/README.txt +++ b/lucene/README.txt @@ -19,9 +19,6 @@ Files are organized by module, for example in core/: core/lucene-core-XX.jar The compiled core Lucene library. -core/lucene-core-XX-javadoc.jar - The Javadoc jar for the compiled core Lucene library. - Additional modules contain the same structure: analysis/common/: Analyzers for indexing content in different languages and domains diff --git a/lucene/build.xml b/lucene/build.xml index 49e5f3b5cdd..ad27b5b2cb3 100644 --- a/lucene/build.xml +++ b/lucene/build.xml @@ -28,7 +28,7 @@