Commit 07de0b68 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Fix crlf's in the bin/extra dir


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@987 b35dd754-fafc-0310-a699-88a17e54d16e
parent e72e6747
......@@ -476,7 +476,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" />
<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