[java-parent-project COMMIT] /trunk/resources/eclipse/.checkstyle
noreply at shibboleth.net
noreply at shibboleth.net
Sat Aug 6 15:25:09 BST 2011
Author: lajoie
Date: Sat Aug 6 15:25:09 2011
New Revision: 12
URL: http://svn.shibboleth.net/view/java-parent-project?rev=12&view=rev
Log:
add some missing properties to checkstyle plugin config
Modified:
trunk/resources/eclipse/.checkstyle
Modified: trunk/resources/eclipse/.checkstyle
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/resources/eclipse/.checkstyle?rev=12&r1=11&r2=12&view=diff
==============================================================================
--- trunk/resources/eclipse/.checkstyle (original)
+++ trunk/resources/eclipse/.checkstyle Sat Aug 6 15:25:09 2011
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<fileset-config file-format-version="1.2.0" simple-config="true">
+<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-project/tags/1/resources/checkstyle/checkstyle.xml" >
@@ -10,7 +10,7 @@
</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"/>
+ <file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
</fileset>
</fileset-config>
More information about the commits
mailing list