Thanks, you are the best! ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected]
> -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, April 18, 2012 8:22 PM > To: [email protected] > Subject: svn commit: r1327606 - in /lucene/dev/trunk/lucene: README.txt > build.xml > > Author: rmuir > Date: Wed Apr 18 18:22:18 2012 > New Revision: 1327606 > > URL: http://svn.apache.org/viewvc?rev=1327606&view=rev > Log: > LUCENE-3977: reduce javadocs triplication to only duplication > > Modified: > lucene/dev/trunk/lucene/README.txt > lucene/dev/trunk/lucene/build.xml > > Modified: lucene/dev/trunk/lucene/README.txt > URL: > http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/README.txt?rev=13276 > 06&r1=1327605&r2=1327606&view=diff > ================================================================ > ============== > --- lucene/dev/trunk/lucene/README.txt (original) > +++ lucene/dev/trunk/lucene/README.txt Wed Apr 18 18:22:18 2012 > @@ -19,9 +19,6 @@ Files are organized by module, for examp 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 > > Modified: lucene/dev/trunk/lucene/build.xml > URL: > http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/build.xml?rev=1327606 > &r1=1327605&r2=1327606&view=diff > ================================================================ > ============== > --- lucene/dev/trunk/lucene/build.xml (original) > +++ lucene/dev/trunk/lucene/build.xml Wed Apr 18 18:22:18 2012 > @@ -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, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
