Changeset 14033 in josm


Ignore:
Timestamp:
2018-07-15T20:11:13+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16047 - update to Groovy 2.5.1 (includes update to ASM 6.2 for Java 11 compatibility)

Location:
trunk
Files:
5 added
5 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r14024 r14033  
    149149                </attributes>
    150150        </classpathentry>
    151         <classpathentry kind="lib" path="tools/groovy/groovy-cli-commons-2.5.0.jar">
     151        <classpathentry kind="lib" path="tools/groovy/groovy-cli-commons-2.5.1.jar">
    152152                <attributes>
    153153                        <attribute name="test" value="true"/>
    154154                </attributes>
    155155        </classpathentry>
    156         <classpathentry kind="lib" path="tools/groovy/groovy-xml-2.5.0.jar">
     156        <classpathentry kind="lib" path="tools/groovy/groovy-xml-2.5.1.jar">
    157157                <attributes>
    158158                        <attribute name="test" value="true"/>
  • trunk/build.xml

    r14021 r14033  
    805805
    806806    <target name="taginfo" depends="dist">
    807         <!-- http://docs.groovy-lang.org/2.5.0/html/documentation/#_the_groovy_ant_task -->
     807        <!-- http://docs.groovy-lang.org/2.5.1/html/documentation/#_the_groovy_ant_task -->
    808808        <taskdef name="groovy" classname="org.codehaus.groovy.ant.Groovy" classpathref="groovy.classpath"/>
    809809        <property name="taginfoextract" value="scripts/TagInfoExtract.groovy"/>
Note: See TracChangeset for help on using the changeset viewer.