Browse Source

be consistent with Perl scripts, always strip CRs.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271631 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
03b2aba447
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      build.xml

+ 0
- 2
build.xml View File

@@ -635,7 +635,6 @@
<include name="antRun" />
<include name="*.pl" />
</fixcrlf>
<fixcrlf srcdir="${dist.bin}" includes="*.pl" />

<chmod perm="ugo+rx" dir="${dist.dir}" type="dir" includes="**"
failonerror="${chmod.fail}" />
@@ -801,7 +800,6 @@
<include name="**/antRun" />
</fixcrlf>
<fixcrlf srcdir="${src.dist.dir}">
<include name="**/runant.pl" />
<include name="**/*.java" />
</fixcrlf>



Loading…
Cancel
Save