Browse Source

Use non-deprecated attributes

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270771 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
dd0b18b311
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      proposal/myrmidon/build.xml

+ 3
- 3
proposal/myrmidon/build.xml View File

@@ -457,9 +457,9 @@ Legal:

<chmod dir="${dist.dir}" perm="go-rwx" />
<chmod file="${dist.bin}/ant" perm="u+x"/>
<fixcrlf srcdir="${dist.bin}" cr="add" includes="**/*.bat" />
<fixcrlf srcdir="${dist.bin}" cr="remove" includes="**/*.sh" />
<fixcrlf srcdir="${dist.bin}" cr="remove" includes="ant" />
<fixcrlf srcdir="${dist.bin}" eol="crlf" includes="**/*.bat" />
<fixcrlf srcdir="${dist.bin}" eol="lf" includes="**/*.sh" />
<fixcrlf srcdir="${dist.bin}" eol="lf" includes="ant" />

</target>



Loading…
Cancel
Save