On 9/1/05, Brent Worden <[EMAIL PROTECTED]> wrote: > > > -----Original Message----- > > From: Phil Steitz [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 01, 2005 7:52 PM > > To: Jakarta Commons Developers List > > Subject: Re: [VOTE] Release Commons Math 1.1 > > > > b) text files, including the NOTICE and LICENSE use Unix line endings. > > > This is a debated point, but I always prefer to see at > > least the zips > > > use Windows line endings. > > > > Anyone know how to fix this? > > > > How about adding a call to Ant's fixcrlf task inside our dist:build-bin > and > dist:build-src pregoals? > http://ant.apache.org/manual/CoreTasks/fixcrlf.html
Thanks, Brent! That does the trick. Unfortunately, there is no clean way to do it in a pregoal. I have patched the maven dist plugin to take care of it (MPDIST-27). Phil --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
