Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D3B1857D for ; Tue, 16 Aug 2011 03:55:18 +0000 (UTC) Received: (qmail 25490 invoked by uid 500); 16 Aug 2011 03:55:16 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 22397 invoked by uid 500); 16 Aug 2011 03:55:05 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 22323 invoked by uid 99); 16 Aug 2011 03:54:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 03:54:49 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2011 03:54:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5A315BE373 for ; Tue, 16 Aug 2011 03:54:27 +0000 (UTC) Date: Tue, 16 Aug 2011 03:54:27 +0000 (UTC) From: "Chris Male (JIRA)" To: dev@lucene.apache.org Message-ID: <850969538.40394.1313466867366.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <34097243.5947.1310004436565.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3286) Move XML QueryParser to queryparser module MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085516#comment-13085516 ] Chris Male commented on LUCENE-3286: ------------------------------------ Command for patch: {code} svn move --parents lucene/contrib/xml-query-parser/src/demo/java/org/apache/lucene/xmlparser/webdemo/FormBasedXmlQueryDemo.java lucene/contrib/demo/src/java/org/apache/lucene/demo/xmlparser/FormBasedXmlQueryDemo.java svn move --parents lucene/contrib/xml-query-parser/src/demo/WebContent/* lucene/contrib/demo/src/resources/org/apache/lucene/demo/xmlparser/ svn copy --parents solr/lib/servlet-api-2.4.jar lucene/contrib/demo/lib/servlet-api-2.4.jar svn copy --parents solr/lib/servlet-api-LICENSE-ASL.txt lucene/contrib/demo/lib/servlet-api-LICENSE-ASL.txt svn copy --parents solr/lib/servlet-api-NOTICE.txt lucene/contrib/demo/lib/servlet-api-NOTICE.txt svn delete lucene/contrib/xml-query-parser/src/demo {code} > Move XML QueryParser to queryparser module > ------------------------------------------ > > Key: LUCENE-3286 > URL: https://issues.apache.org/jira/browse/LUCENE-3286 > Project: Lucene - Java > Issue Type: Sub-task > Components: modules/queryparser > Reporter: Chris Male > Attachments: LUCENE-3286.patch > > > The XML QueryParser will be ported across to queryparser module. > As part of this work, we'll move the QP's demo into the demo module. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org