Changeset 13112 in josm for trunk/.classpath


Ignore:
Timestamp:
2017-11-12T00:54:15+01:00 (7 years ago)
Author:
Don-vip
Message:

fix #15539 - use awaitility in MinimapDialogTest rather than Thread.sleep() (patch by ris)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r13110 r13112  
    2222        <classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.4.6.jar"/>
    2323        <classpathentry kind="lib" path="test/lib/commons-testing/commons-testing-2.1.0.jar"/>
    24         <classpathentry kind="lib" path="test/lib/wiremock-standalone-2.10.1.jar"/>
     24        <classpathentry exported="true" kind="lib" path="test/lib/wiremock-standalone-2.10.1.jar"/>
     25        <classpathentry exported="true" kind="lib" path="test/lib/awaitility-3.0.0.jar"/>
    2526        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    2627        <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
Note: See TracChangeset for help on using the changeset viewer.