Changeset 9212 in josm for trunk/build.xml


Ignore:
Timestamp:
2015-12-29T18:51:22+01:00 (8 years ago)
Author:
Don-vip
Message:

checkstyle 6.14 + tune xml validation settings in Eclipse project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r9205 r9212  
    608608    <target name="checkstyle">
    609609        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    610                 classpath="tools/checkstyle/checkstyle-6.13-all.jar"/>
     610                classpath="tools/checkstyle/checkstyle-6.14-all.jar"/>
    611611        <checkstyle config="tools/checkstyle/josm_checks.xml">
    612612            <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.