Browse Source

Bring back FixCRLF usage in build

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269464 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
bdb8014ea4
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      build.xml

+ 0
- 3
build.xml View File

@@ -310,7 +310,6 @@
<fileset dir="${script.dir}/" />
</copy>

<!--
<fixcrlf srcdir="${dist.bin}" eol="crlf" includes="*.bat" />
<fixcrlf srcdir="${dist.bin}" eol="lf">
<include name="ant" />
@@ -327,8 +326,6 @@
<include name="**/runant.pl" />
</fileset>
</chmod>
-->
</target>

<!--


Loading…
Cancel
Save