[java-parent-project COMMIT] /trunk/resources/eclipse/.checkstyle
noreply at shibboleth.net
noreply at shibboleth.net
Sat Aug 6 14:36:36 BST 2011
Author: lajoie
Date: Sat Aug 6 14:36:36 2011
New Revision: 7
URL: http://svn.shibboleth.net/view/java-parent-project?rev=7&view=rev
Log:
Fetch checkstyle from remote, version controlled, location
Modified:
trunk/resources/eclipse/.checkstyle
Modified: trunk/resources/eclipse/.checkstyle
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/resources/eclipse/.checkstyle?rev=7&r1=6&r2=7&view=diff
==============================================================================
--- trunk/resources/eclipse/.checkstyle (original)
+++ trunk/resources/eclipse/.checkstyle Sat Aug 6 14:36:36 2011
@@ -2,12 +2,15 @@
<fileset-config file-format-version="1.2.0" simple-config="true">
- <local-check-config name="Shibboleth Checkstyle" location="${checkstyle.location}" type="project" description="">
- <additional-data name="protect-config-file" value="false"/>
+ <local-check-config name="Shibboleth Checkstyle" type="remote" description=""
+ location="https://svn.shibboleth.net/java-parent-project/tags/1/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" local="true">
<file-match-pattern match-pattern="src/main/java/." include-pattern="true"/>
</fileset>
-</fileset-config>
+</fileset-config>
More information about the commits
mailing list