Changeset 11200 in josm for trunk


Ignore:
Timestamp:
2016-10-30T23:00:42+01:00 (7 years ago)
Author:
Don-vip
Message:

tools update (checkstyle 7.2, equalsverifier 2.1.6)

Location:
trunk
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r11101 r11200  
    1515        <classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/>
    1616        <classpathentry kind="lib" path="test/lib/jfcunit.jar"/>
    17         <classpathentry kind="lib" path="test/lib/equalsverifier-2.1.5.jar"/>
     17        <classpathentry kind="lib" path="test/lib/equalsverifier-2.1.6.jar"/>
    1818        <classpathentry kind="lib" path="test/lib/reflections/reflections-0.9.10.jar"/>
    1919        <classpathentry kind="lib" path="test/lib/reflections/guava-19.0.jar"/>
    2020        <classpathentry kind="lib" path="test/lib/reflections/javassist-3.20.0-GA.jar"/>
    2121        <classpathentry kind="lib" path="test/lib/system-rules-1.16.0.jar"/>
    22         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_102"/>
     22        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    2323        <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
    2424        <classpathentry kind="lib" path="test/lib/unitils-core/commons-collections-3.2.2.jar"/>
  • trunk/build.xml

    r11067 r11200  
    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.2-all.jar"/>
     712             classpath="tools/checkstyle/checkstyle-7.2-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.