Commit 614868e4 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed include pattern of fixcrlf task. JM-389

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2805 b35dd754-fafc-0310-a699-88a17e54d16e
parent f724cb75
......@@ -569,7 +569,7 @@
<copy todir="${prepare.out.dir}">
<fileset dir="${src.dir}" includes="bin/**/*"/>
</copy>
<fixcrlf srcdir="${prepare.out.dir}/bin" eol="lf" eof="remove" includes="*.sh,extra/*.*"/>
<fixcrlf srcdir="${prepare.out.dir}/bin" eol="lf" eof="remove" includes="*.sh,extra/*"/>
<!-- Create a logs dir in the binary release -->
<mkdir dir="${prepare.out.dir}/logs"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment