Changeset 35412 in osm


Ignore:
Timestamp:
2020-04-05T20:50:43+02:00 (4 years ago)
Author:
donvip
Message:

see #josm16860 - resolve test libraries using Ivy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r35411 r35412  
    547547        <mkdir dir="${plugin.test.dir}/report"/>
    548548        <init-test-preferences/>
    549         <ivy:retrieve pattern="../00_core_test_lib/[artifact].[ext]" conf="test"/>
     549        <ivy:retrieve file="${josm.ivy}" pattern="../00_core_test_lib/[artifact].[ext]" conf="test"/>
    550550        <path id="test.classpath">
    551551            <!-- JMockit must be included before JUnit in the classpath -->
Note: See TracChangeset for help on using the changeset viewer.