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="antRun" />
<include name="*.pl" /> <include name="*.pl" />
</fixcrlf> </fixcrlf>
<fixcrlf srcdir="${dist.bin}" includes="*.pl" />


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




Loading…
Cancel
Save