Changeset 1329 for trunk/build.xml

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

Fix line ending for windows now plattform sepecific

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r1328 r1329  
    295295        </copy> 
    296296         
    297           <fixcrlf srcdir="${generated.dir}" eol="crlf"> 
     297          <fixcrlf srcdir="${generated.dir}"> 
    298298               <include name="**/*.java" /> 
    299299          </fixcrlf>