LENS-588 : Fix building source on windows environment (debargho chatterjee via amareshwari)
Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/85da8c83 Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/85da8c83 Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/85da8c83 Branch: refs/heads/current-release-line Commit: 85da8c83101531f1ebfe2bb3d16ea0b352e6ed31 Parents: 1584f00 Author: Amareshwari Sriramadasu <[email protected]> Authored: Wed Jun 3 15:42:43 2015 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Wed Jun 3 15:42:43 2015 +0530 ---------------------------------------------------------------------- checkstyle/src/main/resources/checkstyle.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/85da8c83/checkstyle/src/main/resources/checkstyle.xml ---------------------------------------------------------------------- diff --git a/checkstyle/src/main/resources/checkstyle.xml b/checkstyle/src/main/resources/checkstyle.xml index 031d664..0a37d01 100644 --- a/checkstyle/src/main/resources/checkstyle.xml +++ b/checkstyle/src/main/resources/checkstyle.xml @@ -57,7 +57,9 @@ <!-- Checks whether files end with a new line. --> <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile --> - <module name="NewlineAtEndOfFile"/> + <module name="NewlineAtEndOfFile"> + <property name="lineSeparator" value="lf"/> + </module> <module name="FileLength"> <property name="max" value="3500"/>
