Changeset 14076 in josm for trunk


Ignore:
Timestamp:
2018-08-02T23:22:17+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16010 - JMockit must be included before Junit in the classpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r14053 r14076  
    1919        </classpathentry>
    2020        <classpathentry kind="src" output="bintest" path="scripts">
     21                <attributes>
     22                        <attribute name="test" value="true"/>
     23                </attributes>
     24        </classpathentry>
     25        <classpathentry kind="lib" path="test/lib/jmockit-1.40.jar">
    2126                <attributes>
    2227                        <attribute name="test" value="true"/>
     
    159164                </attributes>
    160165        </classpathentry>
    161         <classpathentry kind="lib" path="test/lib/jmockit-1.40.jar">
    162                 <attributes>
    163                         <attribute name="test" value="true"/>
    164                 </attributes>
    165         </classpathentry>
    166166        <classpathentry kind="output" path="bin"/>
    167167</classpath>
Note: See TracChangeset for help on using the changeset viewer.