Changeset 8834 in josm for trunk


Ignore:
Timestamp:
2015-10-07T23:14:13+02:00 (9 years ago)
Author:
Don-vip
Message:

update to checkstyle 6.11.2

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r8820 r8834  
    608608    <target name="checkstyle">
    609609        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    610                 classpath="tools/checkstyle/checkstyle-6.11-all.jar"/>
     610                classpath="tools/checkstyle/checkstyle-6.11.2-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.