@@ -222,7 +222,8 @@ supports all attributes of <code><fileset></code>
</table>
</table>
<h3>Examples</h3>
<h3>Examples</h3>
<pre> <fixcrlf srcdir="${src}"
<pre> <fixcrlf srcdir="${src}"
eol="lf" eof="remove"
eol="lf"
eof="remove"
includes="**/*.sh"
includes="**/*.sh"
/></pre>
/></pre>
<p>Replaces EOLs with LF characters and removes eof characters from
<p>Replaces EOLs with LF characters and removes eof characters from
@@ -236,7 +237,7 @@ Tabs and spaces are left as is.
EOF characters are left alone if run on
EOF characters are left alone if run on
DOS systems, and are removed if run on Unix systems.</p>
DOS systems, and are removed if run on Unix systems.</p>
<pre> <fixcrlf srcdir="${src}"
<pre> <fixcrlf srcdir="${src}"
tabs ="add"
tab="add"
includes="**/Makefile"
includes="**/Makefile"
/></pre>
/></pre>
<p>Sets EOLs according to local OS conventions, and
<p>Sets EOLs according to local OS conventions, and
@@ -246,7 +247,7 @@ converts sequences of spaces and tabs to the minimal set of spaces and
run on DOS systems, and are removed if run on Unix systems.
run on DOS systems, and are removed if run on Unix systems.
Many versions of make require tabs prior to commands.</p>
Many versions of make require tabs prior to commands.</p>
<pre> <fixcrlf srcdir="${src}"
<pre> <fixcrlf srcdir="${src}"
tabs ="remove"
tab="remove"
tablength="3"
tablength="3"
eol="lf"
eol="lf"
javafiles="yes"
javafiles="yes"
@@ -261,7 +262,7 @@ Many versions of make require tabs prior to commands.</p>
characters will be left untouched.
characters will be left untouched.
</p>
</p>
<pre> <fixcrlf srcdir="${src}"
<pre> <fixcrlf srcdir="${src}"
tabs ="remove"
tab="remove"
includes="**/README*"
includes="**/README*"
/></pre>
/></pre>
<p>Sets EOLs according to local OS conventions, and
<p>Sets EOLs according to local OS conventions, and