Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 38371 invoked from network); 10 Sep 2009 11:58:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Sep 2009 11:58:55 -0000 Received: (qmail 6983 invoked by uid 500); 10 Sep 2009 11:58:54 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 6904 invoked by uid 500); 10 Sep 2009 11:58:54 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 6896 invoked by uid 99); 10 Sep 2009 11:58:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 11:58:54 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rcmuir@gmail.com designates 209.85.210.200 as permitted sender) Received: from [209.85.210.200] (HELO mail-yx0-f200.google.com) (209.85.210.200) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2009 11:58:46 +0000 Received: by yxe38 with SMTP id 38so51013yxe.6 for ; Thu, 10 Sep 2009 04:58:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ohrKpo+ykr3LqsQu1iRezbaY8lEibgIlHxtbIJ+OrI4=; b=gavFZ5SQ+3aiLK7fTjRt2jKYLelrDe/tmlw4axKoLbbo83N+5NkRGeQ1x868H21ia7 HlqmgKzbBOQaC1vn9TVzpV9SdUSWoAdKPNmjjnvmw/PV0KJRHgkGp1aEv8x+Ai3OZX+Z BV+/+SpzIYvfOU0h9dHT5Izm0lAhSk4c8bpOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=fx/AcFbDQMdu83FEAV0vAN9uXPow/4qpsmDfkuNaIdtVMgrUosDgxaEcMUlCvy9j1z V7vb42cX/OxlFx9CMddlZJh89ud2yi2Vm41SwmgesEFDRkeulfgEFQWAYsUaskVhxQ7p 4cINTrioFs846DcVEZRbPjvMfgOPrD/QYZxBo= MIME-Version: 1.0 Received: by 10.101.165.2 with SMTP id s2mr1568172ano.16.1252583905803; Thu, 10 Sep 2009 04:58:25 -0700 (PDT) In-Reply-To: <20090910071029.D660E23888C5@eris.apache.org> References: <20090910071029.D660E23888C5@eris.apache.org> Date: Thu, 10 Sep 2009 07:58:25 -0400 Message-ID: <8f0ad1f30909100458x52ac00c2g9630101a40766ead@mail.gmail.com> Subject: Re: svn commit: r813268 - /lucene/java/trunk/build.xml From: Robert Muir To: java-dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org uwe, thanks for catching this! can we do this too? otherwise, analysis.tokenattributes shows up as being in contrib/analyzers = :) Index: build.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- build.xml (revision 813385) +++ build.xml (working copy) @@ -337,7 +337,7 @@ - + On Thu, Sep 10, 2009 at 3:10 AM, wrote: > Author: uschindler > Date: Thu Sep 10 07:10:29 2009 > New Revision: 813268 > > URL: http://svn.apache.org/viewvc?rev=3D813268&view=3Drev > Log: > LUCENE-1887: Remove o.a.l.messages from the javadocs-all association to q= uery parser contrib > > Modified: > =C2=A0 =C2=A0lucene/java/trunk/build.xml > > Modified: lucene/java/trunk/build.xml > URL: http://svn.apache.org/viewvc/lucene/java/trunk/build.xml?rev=3D81326= 8&r1=3D813267&r2=3D813268&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- lucene/java/trunk/build.xml (original) > +++ lucene/java/trunk/build.xml Thu Sep 10 07:10:29 2009 > @@ -353,7 +353,7 @@ > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > - =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > + =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > > --=20 Robert Muir rcmuir@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org