You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/04/18 20:22:18 UTC

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=1327606&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,



RE: svn commit: r1327606 - in /lucene/dev/trunk/lucene: README.txt build.xml

Posted by Uwe Schindler <uw...@thetaphi.de>.
Thanks, you are the best!

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: rmuir@apache.org [mailto:rmuir@apache.org]
> Sent: Wednesday, April 18, 2012 8:22 PM
> To: commits@lucene.apache.org
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org