Changeset 11019 in josm


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

update tools

Location:
trunk
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r10928 r11019  
    115115    - unit/                 unit tests (source code)
    116116- tools/                    libraries and tools that help in the development process
    117     - animal-sniffer-ant-tasks-1.14.jar
     117    - animal-sniffer-ant-tasks-1.15.jar
    118118                            used to build and check code signatures to ensure plugins binary compatibility
    119119    - appbundler-1.0ea.jar  used to build Mac OS X package
  • 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.