Changeset 8632 in josm for trunk/build.xml


Ignore:
Timestamp:
2015-08-01T17:54:08+02:00 (8 years ago)
Author:
Don-vip
Message:

update Checkstyle to 6.8.1, update Eclipse project, fix checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r8535 r8632  
    576576
    577577    <target name="checkstyle">
    578         <taskdef resource="checkstyletask.properties" classpath="tools/checkstyle/checkstyle-6.7-all.jar"/>
     578        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
     579                classpath="tools/checkstyle/checkstyle-6.8.1-all.jar"/>
    579580        <checkstyle config="tools/checkstyle/josm_checks.xml">
    580581            <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.