uwe, thanks for catching this!
can we do this too?
otherwise, analysis.tokenattributes shows up as being in contrib/analyzers :)
Index: build.xml
===================================================================
--- build.xml (revision 813385)
+++ build.xml (working copy)
@@ -337,7 +337,7 @@
<!-- Packages" group after the ones listed here, then those -->
<!-- packages are not being matched by any of these rules -->
- <group title="Core"
packages="org.apache.*:org.apache.lucene.analysis:org.apache.lucene.analysis.standard*"/>
+ <group title="Core"
packages="org.apache.*:org.apache.lucene.analysis:org.apache.lucene.analysis.standard*:org.apache.lucene.analysis.tokenattributes*"/>
<group title="Demo" packages="org.apache.lucene.demo*"/>
On Thu, Sep 10, 2009 at 3:10 AM, <[email protected]> wrote:
> Author: uschindler
> Date: Thu Sep 10 07:10:29 2009
> New Revision: 813268
>
> URL: http://svn.apache.org/viewvc?rev=813268&view=rev
> Log:
> LUCENE-1887: Remove o.a.l.messages from the javadocs-all association to query
> parser contrib
>
> Modified:
> lucene/java/trunk/build.xml
>
> Modified: lucene/java/trunk/build.xml
> URL:
> http://svn.apache.org/viewvc/lucene/java/trunk/build.xml?rev=813268&r1=813267&r2=813268&view=diff
> ==============================================================================
> --- lucene/java/trunk/build.xml (original)
> +++ lucene/java/trunk/build.xml Thu Sep 10 07:10:29 2009
> @@ -353,7 +353,7 @@
> <group title="contrib: Memory"
> packages="org.apache.lucene.index.memory*"/>
> <group title="contrib: Misc "
> packages="org.apache.lucene.misc*:org.apache.lucene.queryParser.analyzing*:org.apache.lucene.queryParser.precedence*"/>
> <group title="contrib: Queries"
> packages="org.apache.lucene.search.similar*"/>
> - <group title="contrib: Query Parser"
> packages="org.apache.lucene.queryParser.*:org.apache.lucene.messages*"/>
> + <group title="contrib: Query Parser"
> packages="org.apache.lucene.queryParser.*"/>
> <group title="contrib: RegEx"
> packages="org.apache.lucene.search.regex*:org.apache.regexp*"/>
> <group title="contrib: Snowball"
> packages="org.apache.lucene.analysis.snowball*:net.sf.snowball*"/>
> <group title="contrib: Spatial"
> packages="org.apache.lucene.spatial*"/>
>
>
>
--
Robert Muir
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]