Changeset 10456 in josm


Ignore:
Timestamp:
2016-06-22T21:43:12+02:00 (8 years ago)
Author:
Don-vip
Message:

update to Groovy 2.4.7

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r9330 r10456  
    123123    - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
    124124                            problems in source code); can be launched as an ant target in build.xml
    125     - groovy-all-2.4.6.jar  used for some unit tests and various scripts
     125    - groovy-all-2.4.7.jar  used for some unit tests and various scripts
    126126    - jacocoant.jar         used to include coverage data into JUnit test reports
    127127    - javacc.jar            used in the build process to generate some .java files from a javacc source file
  • trunk/build.xml

    r10431 r10456  
    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.6.jar"/>
     27        <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.7.jar"/>
    2828        <!-- build parameter: compression level (ant -Dclevel=N)
    2929                 N ranges from 0 (no compression) to 9 (maximum compression)
Note: See TracChangeset for help on using the changeset viewer.