Re: Lineendings in assembly plugin

2006-06-27 Thread Brett Porter
You'd basically need to duplicate and alter the descriptor at this point. However, you can use the "component" part of the model to factor out anything they'd have in common. That said, Geronimo has had this discussion at some length before (probably around the 1.0-M5 or so release last year).

Lineendings in assembly plugin

2006-06-27 Thread Prasad Kashyap
While assembling the Geronimo project with the assembly plugin, we have to set different line endings for different formats that we assembly. For the zip format, we'd like the to be CRLF while for the tar.* formats we'd like it to be LF. Does anybody have ideas on how we can achieve this easily