Changeset 7325 in josm


Ignore:
Timestamp:
2014-07-21T19:37:04+02:00 (10 years ago)
Author:
Don-vip
Message:

COTS update

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r7222 r7325  
    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_60"/>
     16        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_65"/>
    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

    r7287 r7325  
    284284        </fileset>
    285285        <pathelement path="dist/josm-custom.jar"/>
    286         <pathelement path="tools/groovy-all-2.3.2.jar"/>
     286        <pathelement path="tools/groovy-all-2.3.4.jar"/>
    287287    </path>
    288288    <macrodef name="init-test-preferences">
     
    331331    </macrodef>
    332332    <target name="test-compile" depends="test-init,dist">
    333         <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.3.2.jar"/>
     333        <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.3.4.jar"/>
    334334        <call-groovyc testfamily="unit">
    335335            <cp-elements>
Note: See TracChangeset for help on using the changeset viewer.