You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2015/06/03 12:13:09 UTC

incubator-lens git commit: LENS-588 : Fix building source on windows environment (debargho chatterjee via amareshwari)

Repository: incubator-lens
Updated Branches:
  refs/heads/master 1584f001f -> 85da8c831


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/master
Commit: 85da8c83101531f1ebfe2bb3d16ea0b352e6ed31
Parents: 1584f00
Author: Amareshwari Sriramadasu <am...@apache.org>
Authored: Wed Jun 3 15:42:43 2015 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
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"/>