You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by za...@apache.org on 2015/04/22 00:24:41 UTC

jclouds git commit: Ensures files generated on Windows while building are not checked.

Repository: jclouds
Updated Branches:
  refs/heads/master 2481193b0 -> efd4aa8bc


Ensures files generated on Windows while building are not checked.


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/efd4aa8b
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/efd4aa8b
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/efd4aa8b

Branch: refs/heads/master
Commit: efd4aa8bcfa3202dfadba8faebad928c7ec3940c
Parents: 2481193
Author: Zack Shoylev <za...@rackspace.com>
Authored: Tue Apr 7 17:56:03 2015 -0500
Committer: Zack Shoylev <za...@rackspace.com>
Committed: Tue Apr 21 17:23:54 2015 -0500

----------------------------------------------------------------------
 resources/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/efd4aa8b/resources/checkstyle.xml
----------------------------------------------------------------------
diff --git a/resources/checkstyle.xml b/resources/checkstyle.xml
index f0bda16..bb4b2ff 100644
--- a/resources/checkstyle.xml
+++ b/resources/checkstyle.xml
@@ -91,5 +91,6 @@
     <module name="RegexpMultiline">
         <property name="format" value="\r\n"/>
         <property name="message" value="Do not use Windows line endings"/>
+        <property name="fileExtensions" value="java,xml,json"/>
     </module>
 </module>