[ http://issues.apache.org/jira/browse/JCR-516?page=comments#action_12424045 ] Julian Reschke commented on JCR-516: ------------------------------------
Oops. My patch failed to remove the import statement for SearchManager. > remove dependencies of XPathQueryBuilder on core Jackrabbit code > ---------------------------------------------------------------- > > Key: JCR-516 > URL: http://issues.apache.org/jira/browse/JCR-516 > Project: Jackrabbit > Issue Type: Improvement > Components: query > Reporter: Julian Reschke > Assigned To: Marcel Reutegger > Priority: Minor > Fix For: 1.1 > > Attachments: patch-JCR-516.txt > > > The XPath query parser currently has a single dependency on SearchManager, > for the sole purpose of importing two namespace URIs (for XML Schema and > XPath 2.0 functions). This makes it harder than it should be to use it > stand-alone. > I propose to copy the two namespace URIs into XPathQueryBuilder, getting rid > of the dependency. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
