[java-shib-idp2 COMMIT] in /branches/REL_2: .checkstyle checkstyle.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 29 07:21:13 EDT 2015
Author: iay
Date: Thu Oct 29 07:21:13 2015
New Revision: 3217
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3217&view=rev
Log:
JPAR-72: make Checkstyle config location local instead of remote
Added:
branches/REL_2/checkstyle.xml (with props)
Modified:
branches/REL_2/.checkstyle
Modified: branches/REL_2/.checkstyle
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/.checkstyle?rev=3217&r1=3216&r2=3217&view=diff
==============================================================================
--- branches/REL_2/.checkstyle (original)
+++ branches/REL_2/.checkstyle Thu Oct 29 07:21:13 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