Changeset 12583 in josm for trunk


Ignore:
Timestamp:
2017-08-08T23:40:10+02:00 (7 years ago)
Author:
bastiK
Message:

see #14794 - unnecessary classpath entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r12582 r12583  
    772772    <target name="checkstyle" depends="checkstyle-compile">
    773773        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    774              classpath="tools/checkstyle/checkstyle-all.jar:dist/josm-custom.jar:${checkstyle-build.dir}"/>
     774             classpath="tools/checkstyle/checkstyle-all.jar:${checkstyle-build.dir}"/>
    775775        <checkstyle config="tools/checkstyle/josm_checks.xml">
    776776            <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.