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
bdfbaaa4
Commit
bdfbaaa4
authored
Dec 20, 2016
by
bperraud
Browse files
Fix cleaning of delete task removing the .gitkeep files
parent
2e8b2c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
hdoc_to_pdf/hdoc_to_pdf.ant
View file @
bdfbaaa4
...
...
@@ -29,8 +29,8 @@
<!-- Clean the folders before proceeding -->
<delete>
<fileset
dir=
"${OutputPath}"
/>
<fileset
dir=
"${tmpdir}"
/>
<fileset
dir=
"${OutputPath}"
excludes=
".gitkeep"
/>
<fileset
dir=
"${tmpdir}"
excludes=
".gitkeep"
/>
</delete>
<echo
message=
"Getting input hdoc file..."
/>
...
...
Write
Preview
Markdown
is supported
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