[java-openws COMMIT] in /branches/REL_1: .checkstyle checkstyle.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 29 07:02:15 EDT 2015


Author: iay
Date: Thu Oct 29 07:02:15 2015
New Revision: 484

URL: http://svn.shibboleth.net/view/java-openws?rev=484&view=rev
Log:
JPAR-72: make Checkstyle config location local instead of remote

Added:
    branches/REL_1/checkstyle.xml   (with props)
Modified:
    branches/REL_1/.checkstyle

Modified: branches/REL_1/.checkstyle
URL: http://svn.shibboleth.net/view/java-openws/branches/REL_1/.checkstyle?rev=484&r1=483&r2=484&view=diff
==============================================================================
--- branches/REL_1/.checkstyle	(original)
+++ branches/REL_1/.checkstyle	Thu Oct 29 07:02:15 2015
@@ -2,15 +2,14 @@
 
 <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-v2/tags/3/resources/checkstyle/checkstyle.xml" >
-    <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"/>
-  </local-check-config>
- 
-  <fileset name="main source" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
-    <file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
-  </fileset>
+    <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"/>
+    </local-check-config>
+  
+    <fileset name="main source" enabled="true" check-config-name="Shibboleth Checkstyle" local="true">
+        <file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
+    </fileset>
   
 </fileset-config>



More information about the commits mailing list