[ 
https://issues.apache.org/jira/browse/LUCENE-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086774#comment-13086774
 ] 

Chris Male commented on LUCENE-3286:
------------------------------------

Command for patch:

{code}
svn move --parents lucene/contrib/xml-query-parser/docs/* 
modules/queryparser/docs/xml/
svn move lucene/contrib/xml-query-parser/README.htm 
modules/queryparser/docs/xml/README.htm
svn move --parents 
lucene/contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/* 
modules/queryparser/src/java/org/apache/lucene/queryparser/xml/
svn move --parents 
lucene/contrib/xml-query-parser/src/test/org/apache/lucene/xmlparser/* 
modules/queryparser/src/test/org/apache/lucene/queryparser/xml/
svn move lucene/contrib/xml-query-parser/dtddocbuild.xml 
modules/queryparser/xmldtddocbuild.xml
svn move --parents lucene/contrib/xml-query-parser/LuceneContribQuery.dtd 
modules/queryparser/src/resources/org/apache/lucene/queryparser/xml/LuceneContribQuery.dtd
svn move lucene/contrib/xml-query-parser/LuceneCoreQuery.dtd 
modules/queryparser/src/resources/org/apache/lucene/queryparser/xml/LuceneCoreQuery.dtd
svn delete lucene/contrib/xml-query-parser
svn delete dev-tools/idea/lucene/contrib/xml-query-parser
svn delete dev-tools/maven/lucene/contrib/xml-query-parser
{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-core.patch, 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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to