Ignore:
Timestamp:
2018-11-25T13:34:03+01:00 (6 years ago)
Author:
donvip
Message:

see #josm16995 - update to JOSM 14434

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/editgpx/.classpath

    r32680 r34737  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry excluding="src/" including="images/" kind="src" path=""/>
     4        <classpathentry excluding="src/|test/unit/|test/unit/" including="images/" kind="src" path=""/>
     5        <classpathentry kind="src" output="bintest" path="test/unit">
     6                <attributes>
     7                        <attribute name="test" value="true"/>
     8                </attributes>
     9        </classpathentry>
    510        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    611        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
Note: See TracChangeset for help on using the changeset viewer.