Changeset 10301 in josm for trunk/build.xml


Ignore:
Timestamp:
2016-05-30T02:06:54+02:00 (8 years ago)
Author:
Don-vip
Message:

test optimization, update to checkstyle 6.19

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10276 r10301  
    656656    <target name="checkstyle" depends="init-properties">
    657657        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    658              classpath="tools/checkstyle/checkstyle-6.18-all.jar"/>
     658             classpath="tools/checkstyle/checkstyle-6.19-all.jar"/>
    659659        <checkstyle config="tools/checkstyle/josm_checks.xml">
    660660            <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.