DS-2477 : Ensure distribution packages alwasy get created with Unix (LF) line endings

This commit is contained in:
Tim Donohue
2015-02-27 10:02:47 -06:00
parent 8db8a66b2f
commit 0f82021c86
2 changed files with 4 additions and 0 deletions

View File

@@ -43,6 +43,8 @@
<exclude>**/target/**</exclude>
<exclude>.*</exclude>
</excludes>
<!-- Ensure line endings in all files are Unix (LF) line endings-->
<lineEnding>unix</lineEnding>
</fileSet>
</fileSets>

View File

@@ -34,6 +34,8 @@
<exclude>**/target/**</exclude>
<exclude>.*</exclude>
</excludes>
<!-- Ensure line endings in all files are Unix (LF) line endings-->
<lineEnding>unix</lineEnding>
</fileSet>
</fileSets>