I'd be honored. -Andy
On Tue, 2002-01-22 at 11:46, Doug Cutting wrote: > Looks good to me. Would you like to become a Lucene committer? > > Doug > > > -----Original Message----- > > From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 22, 2002 8:05 AM > > To: Lucene Developers List > > Subject: [PATCH] correct package names in Search.jhtml > > > > > > Index: Search.jhtml > > =================================================================== > > RCS file: > > /home/cvspublic/jakarta-lucene/src/demo/org/apache/lucene/Sear > > ch.jhtml,v > > retrieving revision 1.1.1.1 > > diff -u -r1.1.1.1 Search.jhtml > > --- Search.jhtml 18 Sep 2001 16:30:02 -0000 1.1.1.1 > > +++ Search.jhtml 22 Jan 2002 16:11:49 -0000 > > @@ -6,12 +6,12 @@ > > javax.servlet.* > > javax.servlet.http.* > > java.io.* > > - com.lucene.analysis.* > > - com.lucene.document.* > > - com.lucene.index.* > > - com.lucene.search.* > > - com.lucene.queryParser.* > > - demo.HTMLParser.Entities > > + org.apache.lucene.analysis.* > > + org.apache.lucene.document.* > > + org.apache.lucene.index.* > > + org.apache.lucene.search.* > > + org.apache.lucene.queryParser.* > > + org.apache.lucene.HTMLParser.Entities > > </java> > > > > <java> > > > > -- > > www.superlinksoftware.com > > www.sourceforge.net/projects/poi - port of Excel format to java > > http://developer.java.sun.com/developer/bugParade/bugs/4487555.html > > - fix java generics! > > > > > > The avalanche has already started. It is too late for the pebbles to > > vote. > > -Ambassador Kosh > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- www.superlinksoftware.com www.sourceforge.net/projects/poi - port of Excel format to java http://developer.java.sun.com/developer/bugParade/bugs/4487555.html - fix java generics! The avalanche has already started. It is too late for the pebbles to vote. -Ambassador Kosh -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
