Changeset 8691 in josm


Ignore:
Timestamp:
2015-08-24T23:51:03+02:00 (9 years ago)
Author:
Don-vip
Message:

update to Groovy 2.4.4

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r8508 r8691  
    120120    - checkstyle/           libs and config files for checkstyle (automatically detects code style
    121121                            problems in source code); can be launched as an ant target in build.xml
     122    - commons-cli-1.3.1.jar dependency of Groovy Ant task
    122123    - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
    123124                            problems in source code); can be launched as an ant target in build.xml
    124     - groovy-all-2.4.3.jar  used for some unit tests and various scripts
     125    - groovy-all-2.4.4.jar  used for some unit tests and various scripts
    125126    - jacocoant.jar         used to include coverage data into JUnit test reports
    126127    - javacc.jar            used in the build process to generate some .java files from a javacc source file
  • trunk/build.xml

    r8687 r8691  
    1515    <property name="javacc.home" location="tools"/>
    1616    <property name="mapcss.dir" location="${src.dir}/org/openstreetmap/josm/gui/mappaint/mapcss"/>
    17     <property name="groovy.jar" location="tools/groovy-all-2.4.3.jar"/>
     17    <property name="groovy.jar" location="tools/groovy-all-2.4.4.jar"/>
    1818    <!-- build parameter: compression level (ant -Dclevel=N)
    1919             N ranges from 0 (no compression) to 9 (maximum compression)
Note: See TracChangeset for help on using the changeset viewer.