[utilities COMMIT] /xmlsectool/trunk/.checkstyle

noreply at shibboleth.net noreply at shibboleth.net
Thu Apr 11 05:18:17 EDT 2013


Author: iay
Date: Thu Apr 11 05:18:17 2013
New Revision: 373

URL: http://svn.shibboleth.net/view/utilities?rev=373&view=rev
Log:
Apparently I didn't remember to switch to the V2 .checkstyle resource when we switched back to the V2 parent.  Remedy that.

Modified:
    xmlsectool/trunk/.checkstyle

Modified: xmlsectool/trunk/.checkstyle
URL: http://svn.shibboleth.net/view/utilities/xmlsectool/trunk/.checkstyle?rev=373&r1=372&r2=373&view=diff
==============================================================================
--- xmlsectool/trunk/.checkstyle (original)
+++ xmlsectool/trunk/.checkstyle Thu Apr 11 05:18:17 2013
@@ -2,14 +2,15 @@
 
 <fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
 
-  <local-check-config name="Shibboleth Checkstyle" location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v3/trunk/resources/checkstyle/checkstyle.xml" type="remote" 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>
+    <local-check-config name="Shibboleth Checkstyle" type="remote" description=""
+                        location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v2/trunk/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>
+    <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