Browse Source

Include build.sh in the files whose permission are set and linendings

adjusted.


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

+ 2
- 1
build.xml View File

@@ -44,6 +44,7 @@
<include name="**/ant" />
<include name="**/antRun" />
<include name="**/bootstrap.sh" />
<include name="**/build.sh" />
</patternset>

<!-- =================================================================== -->
@@ -387,7 +388,7 @@
</fileset>
</copy>

<fixcrlf srcdir="${ant.srcdist.dir}" includes="ant,antRun,bootstrap.sh" cr="remove"/>
<fixcrlf srcdir="${ant.srcdist.dir}" includes="ant,antRun,bootstrap.sh,build.sh" cr="remove"/>
<fixcrlf srcdir="${ant.srcdist.dir}" includes="*.bat" cr="add"/>
<chmod perm="+x">
<fileset dir="${ant.srcdist.dir}">


Loading…
Cancel
Save