Skip to content
GitLab
Menu
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
cf4defe1
Commit
cf4defe1
authored
Jan 07, 2016
by
Jean Vintache
Browse files
fix etherpad-to-optim (output.hdoc -> pad.hdoc)
parent
bde73528
Changes
1
Show whitespace changes
Inline
Side-by-side
etherpad_to_optim/etherpad_to_optim.ant
View file @
cf4defe1
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<include
name=
"*.hdoc"
/>
<include
name=
"*.hdoc"
/>
</fileset>
</fileset>
</delete>
</delete>
<copy
file=
"${eth_out}/
output
.hdoc"
todir=
"${opti_in}"
/>
<copy
file=
"${eth_out}/
pad
.hdoc"
todir=
"${opti_in}"
/>
<exec
dir=
"../hdoc_to_optim"
executable=
"run.sh"
/>
<exec
dir=
"../hdoc_to_optim"
executable=
"run.sh"
/>
<copy
file=
"${opti_out}/*.scar"
todir=
"output"
/>
<copy
file=
"${opti_out}/*.scar"
todir=
"output"
/>
</target>
</target>
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<include
name=
"*.hdoc"
/>
<include
name=
"*.hdoc"
/>
</fileset>
</fileset>
</delete>
</delete>
<copy
file=
"${eth_out}/
output
.hdoc"
todir=
"${opti_in}"
/>
<copy
file=
"${eth_out}/
pad
.hdoc"
todir=
"${opti_in}"
/>
<exec
dir=
"../hdoc_to_optim"
executable=
"run.bat"
/>
<exec
dir=
"../hdoc_to_optim"
executable=
"run.bat"
/>
<mkdir
dir=
"output"
/>
<mkdir
dir=
"output"
/>
<copy
file=
"${opti_out}/result.scar"
todir=
"output"
/>
<copy
file=
"${opti_out}/result.scar"
todir=
"output"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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