File: checkstyle

package info (click to toggle)
libshib-parent-project2-java 1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 640 kB
  • ctags: 20
  • sloc: xml: 915; sh: 268; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (2)
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/trunk/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>