Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.0
-
None
Description
ImportUtils should use UNIX line ending when generating imports in 'generate'... Otherwise classes generated on UNIX and Windows will differ in line endings, and in a developer group that is a mix of windows/unix/mac, people will constantly override each other. Note that the rest of the template ensures line ending consistency, it is only the ImportUtils that use platform-specific endings.