Changeset 8810 in josm for trunk


Ignore:
Timestamp:
2015-10-01T01:25:08+02:00 (9 years ago)
Author:
Don-vip
Message:

update to CheckStyle 6.11

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r8778 r8810  
    608608    <target name="checkstyle">
    609609        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    610                 classpath="tools/checkstyle/checkstyle-6.10.1-all.jar"/>
     610                classpath="tools/checkstyle/checkstyle-6.11-all.jar"/>
    611611        <checkstyle config="tools/checkstyle/josm_checks.xml">
    612612            <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.