donaldp     02/01/15 02:06:12

  Modified:    proposal/myrmidon build.xml
  Log:
  Use non-deprecated attributes
  
  Revision  Changes    Path
  1.38      +3 -3      jakarta-ant/proposal/myrmidon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/build.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- build.xml 14 Jan 2002 09:16:40 -0000      1.37
  +++ build.xml 15 Jan 2002 10:06:12 -0000      1.38
  @@ -457,9 +457,9 @@
   
       <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>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to