Changeset 7622 in josm


Ignore:
Timestamp:
2014-10-14T23:29:23+02:00 (10 years ago)
Author:
Don-vip
Message:

update to jdk7u72 + Groovy 2.3.7 + Jacoco 0.7.2

Location:
trunk
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r7541 r7622  
    1414        <classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/>
    1515        <classpathentry kind="lib" path="test/lib/jfcunit.jar"/>
    16         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_67"/>
     16        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_72"/>
    1717        <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
    1818        <classpathentry kind="lib" path="test/lib/unitils-core/commons-collections-3.2.jar"/>
  • trunk/build.xml

    r7512 r7622  
    271271        </fileset>
    272272        <pathelement path="dist/josm-custom.jar"/>
    273         <pathelement path="tools/groovy-all-2.3.6.jar"/>
     273        <pathelement path="tools/groovy-all-2.3.7.jar"/>
    274274    </path>
    275275    <macrodef name="init-test-preferences">
     
    318318    </macrodef>
    319319    <target name="test-compile" depends="test-init,dist">
    320         <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.3.6.jar"/>
     320        <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.3.7.jar"/>
    321321        <call-groovyc testfamily="unit">
    322322            <cp-elements>
Note: See TracChangeset for help on using the changeset viewer.