I don't believe in this assumption, as I have in the past (although reluctantly) used .zip on Unix, and I just about always use .tar.gz on Windows via cygwin.
I think we only care about fixcrlf'ing the bin directory, with .bat files getting crlf and shell files (and this is why I always give them a .sh extension :) getting lf. Cheers, Brett > -----Original Message----- > From: Rodney Waldhoff [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 November 2003 7:01 AM > To: [EMAIL PROTECTED] > Subject: [PATCH] use CRLF for text files in *.zip, LF for > text files in *.tar.gz > > > 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 this level short of modifying the plugin.jelly file, afaik) > > - Rod <http://radio.weblogs.com/0122027/> >
