Changeset 8156 in josm


Ignore:
Timestamp:
2015-03-28T20:56:59+01:00 (9 years ago)
Author:
Don-vip
Message:

update to Groovy 2.4.3, FindBugs 3.0.1, Jacoco 0.7.4, animal-sniffer-ant-tasks 1.14

Location:
trunk
Files:
2 added
2 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r8150 r8156  
    115115    - unit/                 unit tests (source code)
    116116- tools/                    libraries and tools that help in the development process
    117     - animal-sniffer-ant-tasks-1.13.jar
     117    - animal-sniffer-ant-tasks-1.14.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 for Oracle Java 7
    120120    - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
    121121                            problems in source code); can be launched as an ant target in build.xml
    122     - groovy-all-2.3.9.jar  used for some unit tests and various scripts
     122    - groovy-all-2.4.3.jar  used for some unit tests and various scripts
    123123    - jacocoant.jar         used to include coverage data into JUnit test reports
    124124    - javacc.jar            used in the build process to generate some .java files from a javacc source file
  • trunk/build.xml

    r8090 r8156  
    326326    </macrodef>
    327327    <target name="test-compile" depends="test-init,dist">
    328         <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.4.0.jar"/>
     328        <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.4.3.jar"/>
    329329        <call-groovyc testfamily="unit">
    330330            <cp-elements>
     
    449449        <property name="dir" value="plugin-check"/>
    450450        <typedef uri="antlib:org.codehaus.mojo.animal_sniffer">
    451             <classpath path="tools/animal-sniffer-ant-tasks-1.13.jar"/>
     451            <classpath path="tools/animal-sniffer-ant-tasks-1.14.jar"/>
    452452        </typedef>
    453453        <mkdir dir="${dir}"/>
Note: See TracChangeset for help on using the changeset viewer.