Changeset 9079 in josm for trunk/build.xml


Ignore:
Timestamp:
2015-12-02T00:19:08+01:00 (9 years ago)
Author:
Don-vip
Message:

update to CheckStyle 6.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r9057 r9079  
    604604    <target name="checkstyle">
    605605        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    606                 classpath="tools/checkstyle/checkstyle-6.12.1-all.jar"/>
     606                classpath="tools/checkstyle/checkstyle-6.13-all.jar"/>
    607607        <checkstyle config="tools/checkstyle/josm_checks.xml">
    608608            <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.