Browse Source

Made sure bootstrap.sh is executable in the distribution builds.

Submitted by:	Cheng-Wei Cheng <CCheng@gluecode.com>


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

+ 2
- 1
build.xml View File

@@ -42,6 +42,7 @@
<patternset id="chmod.patterns">
<include name="**/ant" />
<include name="**/antRun" />
<include name="**/bootstrap.sh" />
</patternset>

<!-- =================================================================== -->
@@ -385,7 +386,7 @@
</fileset>
</copy>

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


Loading…
Cancel
Save