Changeset 1328 for trunk/build.xml

Show
Ignore:
Timestamp:
08/12/08 03:59:16 (4 years ago)
Author:
kohlhaas
Message:

Fix line ending for windows

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r1272 r1328  
    294294            <filterset refid="docfilter" /> 
    295295        </copy> 
    296  
     296         
     297          <fixcrlf srcdir="${generated.dir}" eol="crlf"> 
     298               <include name="**/*.java" /> 
     299          </fixcrlf> 
     300           
    297301        <javac srcdir="${generated.dir}" destdir="${build.dest}" source="${target_vm}" target="${target_vm}" verbose="${verbose}"> 
    298302            <include name="**/*.java" /> 
     
    478482        </copy> 
    479483 
    480                 <fixcrlf srcdir="${dist-bin.dir}" eol="crlf"> 
     484                  <fixcrlf srcdir="${dist-bin.dir}" eol="crlf"> 
    481485             <include name="*.bat" /> 
    482486                </fixcrlf> 
    483         <fixcrlf srcdir="${dist-bin.dir}" eol="lf"> 
     487      <fixcrlf srcdir="${dist-bin.dir}" eol="lf"> 
    484488              <include name="*.sh" /> 
    485489            </fixcrlf>