[utilities COMMIT] /ant-extensions/trunk/.checkstyle
noreply at shibboleth.net
noreply at shibboleth.net
Tue Aug 12 11:02:31 EDT 2014
Author: scantor
Date: Tue Aug 12 11:02:31 2014
New Revision: 660
URL: http://svn.shibboleth.net/view/utilities?rev=660&view=rev
Log:
Unlock checkstyle.
Modified:
ant-extensions/trunk/.checkstyle
Modified: ant-extensions/trunk/.checkstyle
URL: http://svn.shibboleth.net/view/utilities/ant-extensions/trunk/.checkstyle?rev=660&r1=659&r2=660&view=diff
==============================================================================
--- ant-extensions/trunk/.checkstyle (original)
+++ ant-extensions/trunk/.checkstyle Tue Aug 12 11:02:31 2014
@@ -1,16 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/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 Checkstyle" local="true">
- <file-match-pattern match-pattern="src/main/java/.*\.java$" include-pattern="true"/>
- </fileset>
-
+ <local-check-config name="Shibboleth Checkstyle" location="https://svn.shibboleth.net/java-parent-projects/java-parent-project-v2/trunk/resources/checkstyle/checkstyle.xml" type="remote" description="">
+ <additional-data name="cache-props-file-location" value="null_1312636288299_cache.properties"/>
+ <additional-data name="cache-file" value="true"/>
+ <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