File: .checkstyle.svn-base

package info (click to toggle)
libshib-common-java 1.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,868 kB
  • ctags: 4,112
  • sloc: java: 21,360; xml: 3,820; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>
  
</fileset-config>