Changeset 8727 in josm for trunk/build.xml


Ignore:
Timestamp:
2015-09-03T23:48:57+02:00 (9 years ago)
Author:
Don-vip
Message:

update to Checkstyle 6.10.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r8691 r8727  
    603603    <target name="checkstyle">
    604604        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    605                 classpath="tools/checkstyle/checkstyle-6.9-all.jar"/>
     605                classpath="tools/checkstyle/checkstyle-6.10.1-all.jar"/>
    606606        <checkstyle config="tools/checkstyle/josm_checks.xml">
    607607            <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.