Changeset 9330 in josm for trunk


Ignore:
Timestamp:
2016-01-06T18:55:24+01:00 (8 years ago)
Author:
Don-vip
Message:

see #11924 - update to Groovy 2.4.6-SNAPSHOT (rev 23ad731c49dceda51e5ff324d1cfed48d7d65c49 - 2016-01-05) downloaded from CI server, to get fixes for:


There's no schedule about 2.4.6 official release, and authors say they "have only very little time these days to actually do the change", see https://issues.apache.org/jira/browse/GROOVY-7291?focusedCommentId=15083011&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15083011

The jar has been downloaded from http://ci.groovy-lang.org/repository/download/Groovy_Jdk7Build/30993:id/target/distributions/apache-groovy-binary-2.4.6-SNAPSHOT.zip%21/groovy-2.4.6-SNAPSHOT/embeddable/groovy-all-2.4.6-SNAPSHOT.jar

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r8825 r9330  
    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.5.jar  used for some unit tests and various scripts
     125    - groovy-all-2.4.6.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

    r9252 r9330  
    1616    <property name="mapcss.dir" location="${src.dir}/org/openstreetmap/josm/gui/mappaint/mapcss"/>
    1717    <property name="epsg.output" location="data/projection/custom-epsg"/>
    18     <property name="groovy.jar" location="tools/groovy-all-2.4.5.jar"/>
     18    <property name="groovy.jar" location="tools/groovy-all-2.4.6-SNAPSHOT.jar"/>
    1919    <!-- build parameter: compression level (ant -Dclevel=N)
    2020             N ranges from 0 (no compression) to 9 (maximum compression)
Note: See TracChangeset for help on using the changeset viewer.