RE: [PATCH] use CRLF for text files in *.zip, LF for text files i n *.tar.gz

2003-11-03 Thread Rodney Waldhoff
On Tue, 4 Nov 2003, Brett Porter wrote: > > From what I can tell, usually the line feeds stay as they were in the > repository. At the moment there is probably a mix. > If I understand it correctly, text (ascii) files will be converted to your platform's line endings on checkout from CVS. I.e.,

RE: [PATCH] use CRLF for text files in *.zip, LF for text files i n *.tar.gz

2003-11-03 Thread Rodney Waldhoff
ns "manually". Many ant build scripts do exactly this conversion, it'd be nice to maintain parity on the maven side. > Cheers, > Brett > > > -Original Message- > > From: Rodney Waldhoff [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, 4 November 20

[PATCH] use CRLF for text files in *.zip, LF for text files in *.tar.gz

2003-11-03 Thread Rodney Waldhoff
The attached patch uses the ant fixcrlf task to convert line feeds to a platform-appropriate format within plain text files in the source and binary distributions. There's probably some room for generalization, but this seems like a reasonable start. (Currently there's not good way to hook in at