Changeset 8664 in josm


Ignore:
Timestamp:
2015-08-17T01:45:45+02:00 (9 years ago)
Author:
Don-vip
Message:

update CheckStyle to 6.9

Location:
trunk
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r8656 r8664  
    575575    <target name="checkstyle">
    576576        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    577                 classpath="tools/checkstyle/checkstyle-6.8.1-all.jar"/>
     577                classpath="tools/checkstyle/checkstyle-6.9-all.jar"/>
    578578        <checkstyle config="tools/checkstyle/josm_checks.xml">
    579579            <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.