fix problem with checkstyle eclipse integration

This commit is contained in:
jendave
2011-08-17 09:18:25 +00:00
parent a4a6ac7cbc
commit 7c3e57a923

View File

@@ -2,9 +2,10 @@
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
<local-check-config name="Forge Checkstyle Config" location="src/main/config/forge_checks.xml" type="project" description="">
<property name="cacheFile" value="/target/checkstyle-cachefile"/>
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="Forge Checkstyle Config" local="true">
<fileset name="all" enabled="true" check-config-name="Forge Checks" local="false">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
<filter name="WriteProtectedFiles" enabled="true"/>