[java-parent-project-v3] 01/02: JPAR-72 - Default to local Checkstyle config location.

Tom Zeller tzeller at dragonacea.biz
Mon Oct 19 17:35:12 EDT 2015


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

commit e17a6aa45215ac088ddd71fc1ea88864363af1b3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Oct 19 16:34:46 2015 -0500

    JPAR-72 - Default to local Checkstyle config location.
    
    This is not correct when creating multi-module projects, but we don't
    create those often anyway.
---
 resources/eclipse/checkstyle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/resources/eclipse/checkstyle b/resources/eclipse/checkstyle
index 9149f13..5ef9989 100644
--- a/resources/eclipse/checkstyle
+++ b/resources/eclipse/checkstyle
@@ -2,8 +2,7 @@
 
 <fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
 
-    <local-check-config name="Shibboleth Checkstyle" type="remote" description=""
-                        location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml">
+    <local-check-config name="Shibboleth Checkstyle" location="checkstyle.xml" type="project" description="">
         <additional-data name="cache-file" value="true"/>
         <additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
         <additional-data name="cache-file-location" value="null_1312636288299_cache.xml"/>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list