Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SADE
SADE
Commits
d831fc5c
Commit
d831fc5c
authored
May 04, 2017
by
Mathias Goebel
Browse files
enable cql parser in newer version
parent
557c53b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
dist-utils/antbuild/build.xml
View file @
d831fc5c
...
...
@@ -89,8 +89,8 @@
<!-- include cqlparser in conf.xml -->
<replace
file=
"${exist.dist}/conf.xml"
>
<replacetoken>
<
module uri="http://exist-db.org/xquery/cqlparser"
class="org.exist.xquery.modules.cqlparser.CQLParserModule" /
>
</replacetoken>
<replacevalue>
--
>
<
module uri="http://exist-db.org/xquery/cqlparser"
class="org.exist.xquery.modules.cqlparser.CQLParserModule" /
>
<
!--
</replacevalue>
<replacetoken>
<
module uri="http://exist-db.org/xquery/cqlparser" class="org.exist.xquery.modules.cqlparser.CQLParserModule" /
>
</replacetoken>
<replacevalue>
--
>
<
module uri="http://exist-db.org/xquery/cqlparser" class="org.exist.xquery.modules.cqlparser.CQLParserModule" /
>
<
!--
</replacevalue>
</replace>
<!-- enable autostart scripts -->
<replace
file=
"${exist.dist}/conf.xml"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment