Changeset 11019 in josm for trunk/build.xml


Ignore:
Timestamp:
2016-09-17T23:41:48+02:00 (8 years ago)
Author:
Don-vip
Message:

update tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r11006 r11019  
    552552        <property name="dir" value="plugin-check"/>
    553553        <typedef uri="antlib:org.codehaus.mojo.animal_sniffer">
    554             <classpath path="tools/animal-sniffer-ant-tasks-1.14.jar"/>
     554            <classpath path="tools/animal-sniffer-ant-tasks-1.15.jar"/>
    555555        </typedef>
    556556        <mkdir dir="${dir}"/>
     
    710710    <target name="checkstyle" depends="init-properties">
    711711        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    712              classpath="tools/checkstyle/checkstyle-7.1-all.jar"/>
     712             classpath="tools/checkstyle/checkstyle-7.1.1-all.jar"/>
    713713        <checkstyle config="tools/checkstyle/josm_checks.xml">
    714714            <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note: See TracChangeset for help on using the changeset viewer.