Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
X
XPath Parser
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Sylvain Schmitz
XPath Parser
Compare Revisions
e925f19ddc9d74a55b85042254351abf8b7b712a...aa3401974f0d6cce847de6b7582524eccc662f99
Source
aa3401974f0d6cce847de6b7582524eccc662f99
Select Git revision
...
Target
e925f19ddc9d74a55b85042254351abf8b7b712a
Select Git revision
Compare
Commits (2)
Restore -step.xml files
· b7b4db64
David Baelde
authored
Oct 01, 2018
b7b4db64
Merge branch 'master' of git.lsv.fr:schmitz/xpparser
· aa340197
David Baelde
authored
Oct 01, 2018
aa340197
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build.xml
benchmark/build.xml
+2
-2
No files found.
benchmark/build.xml
View file @
aa340197
...
...
@@ -45,7 +45,7 @@ This buildfile is used to retrieve and parse XPath expressions from various sour
</java>
<copy
unless:blank=
"@{license}"
file=
"@{name}/@{license}"
tofile=
"@{name}.LICENSE"
/>
<
!--
xslt style="../xslt/filter-axis-step.xsl"
<xslt
style=
"../xslt/filter-axis-step.xsl"
in=
"@{name}-full.xml"
out=
"@{name}-axis-step.xml"
>
<classpath>
...
...
@@ -58,7 +58,7 @@ This buildfile is used to retrieve and parse XPath expressions from various sour
<classpath>
<pathelement
path=
"../lib/saxon9he.jar"
/>
</classpath>
</xslt
--
>
</xslt>
</sequential>
</macrodef>
...
...