Changeset 9749 in josm for trunk/build.xml


Ignore:
Timestamp:
2016-02-07T14:41:42+01:00 (9 years ago)
Author:
Don-vip
Message:

upgrade to checkstyle 6.15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r9735 r9749  
    642642    <target name="checkstyle">
    643643        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    644              classpath="tools/checkstyle/checkstyle-6.14.1-all.jar"/>
     644             classpath="tools/checkstyle/checkstyle-6.15-all.jar"/>
    645645        <checkstyle config="tools/checkstyle/josm_checks.xml">
    646646            <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.