Index: lucene/build.xml
===================================================================
--- lucene/build.xml	(revision 1327371)
+++ lucene/build.xml	(working copy)
@@ -28,7 +28,7 @@
 
   <patternset id="binary.build.dist.patterns"
               includes="docs/,**/*.jar,**/*.war"
-              excludes="poms/**,**/*-src.jar"
+              excludes="poms/**,**/*-src.jar,**/*-javadoc.jar"
   />
   <patternset id="binary.root.dist.patterns"
               includes="LICENSE.txt,NOTICE.txt,README.txt,
Index: lucene/README.txt
===================================================================
--- lucene/README.txt	(revision 1327371)
+++ lucene/README.txt	(working copy)
@@ -19,9 +19,6 @@
 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
