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
Stephane Crozat
hdoc
Commits
abc9339a
Commit
abc9339a
authored
Jan 09, 2017
by
Anna Lainé
Browse files
Change output folder name
parent
edb0644b
Changes
2
Hide whitespace changes
Inline
Side-by-side
wikipedia_to_canoprof/ant/wiki_to_canoprof.ant
View file @
abc9339a
...
...
@@ -8,7 +8,7 @@
<basename
property=
"filename"
file=
"${inputFile}"
suffix=
".xml"
/>
<!-- Path -->
<property
name=
"resultPath"
value=
"${basedir}/
resul
t"
/>
<property
name=
"resultPath"
value=
"${basedir}/
outpu
t"
/>
<property
name=
"hdoc_to_canoprof"
location=
"${basedir}/../hdoc_to_canoprof"
/>
<target
name=
"main"
>
...
...
wikipedia_to_canoprof/ant/wiki_to_canoprof_fetcher.ant
View file @
abc9339a
...
...
@@ -2,7 +2,7 @@
<project
name=
"wikiToCanoprof"
default=
"main"
basedir=
".."
>
<!-- Path -->
<property
name=
"resultPath"
value=
"${basedir}/
resul
t"
/>
<property
name=
"resultPath"
value=
"${basedir}/
outpu
t"
/>
<property
name=
"hdoc_to_canoprof"
location=
"${basedir}/../hdoc_to_canoprof"
/>
<target
name=
"main"
>
...
...
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