Changeset 11487 in josm for trunk


Ignore:
Timestamp:
2017-01-22T19:50:32+01:00 (8 years ago)
Author:
Don-vip
Message:

tools/lib update (equalsverifier 2.2, guava 21, javassist 3.21, system-rules 1.16.1, unitils-core 3.4.6, error-prone 2.0.15, groovy 2.4.8, proguard 5.3.2)

Location:
trunk
Files:
7 added
6 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r11478 r11487  
    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.8.jar"/>
     17        <classpathentry kind="lib" path="test/lib/equalsverifier-2.2.jar"/>
    1818        <classpathentry kind="lib" path="test/lib/reflections/reflections-0.9.10.jar"/>
    19         <classpathentry kind="lib" path="test/lib/reflections/guava-19.0.jar"/>
    20         <classpathentry kind="lib" path="test/lib/reflections/javassist-3.20.0-GA.jar"/>
    21         <classpathentry kind="lib" path="test/lib/system-rules-1.16.0.jar"/>
     19        <classpathentry kind="lib" path="test/lib/reflections/guava-21.0.jar"/>
     20        <classpathentry kind="lib" path="test/lib/reflections/javassist-3.21.0-GA.jar"/>
     21        <classpathentry kind="lib" path="test/lib/system-rules-1.16.1.jar"/>
     22        <classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.4.6.jar"/>
    2223        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    2324        <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
     
    2627        <classpathentry kind="lib" path="test/lib/unitils-core/commons-logging-1.1.3.jar"/>
    2728        <classpathentry kind="lib" path="test/lib/unitils-core/ognl-2.6.9.jar"/>
    28         <classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.4.3.jar"/>
    2929        <classpathentry kind="lib" path="test/lib/fest/debug-1.0.jar"/>
    3030        <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
  • trunk/README

    r11295 r11487  
    122122                            problems in source code); can be launched as an ant target in build.xml
    123123    - commons-cli-1.3.1.jar dependency of Groovy Ant task
    124     - error_prone_ant-2.0.14.jar
     124    - error_prone_ant-2.0.15.jar
    125125                            used to detect code errors during compilation
    126126    - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
    127127                            problems in source code); can be launched as an ant target in build.xml
    128     - groovy-all-2.4.7.jar  used for some unit tests and various scripts
     128    - groovy-all-2.4.8.jar  used for some unit tests and various scripts
    129129    - jacocoant.jar         used to include coverage data into JUnit test reports
    130130    - japicc/               used to generate a compatibility report between optimized jar and normal one
  • trunk/build.xml

    r11478 r11487  
    2525        <property name="proj-build.dir" location="${base.dir}/build2"/>
    2626        <property name="epsg.output" location="${base.dir}/data/projection/custom-epsg"/>
    27         <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.7.jar"/>
    28         <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.14.jar"/>
     27        <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.8.jar"/>
     28        <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.15.jar"/>
    2929        <property name="javac.compiler" value="com.google.errorprone.ErrorProneAntCompilerAdapter" />
    3030        <!-- build parameter: compression level (ant -Dclevel=N)
Note: See TracChangeset for help on using the changeset viewer.