Ignore:
Timestamp:
2015-11-15T15:20:17+01:00 (9 years ago)
Author:
donvip
Message:

[josm_importimageplugin] add a unit test for geotiff reading

File:
1 edited

Legend:

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

    r30416 r31746  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
     4        <classpathentry kind="src" path="test/unit"/>
    45        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    56        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     
    78        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
    89        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
     10        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    911        <classpathentry kind="output" path="bin"/>
    1012</classpath>
Note: See TracChangeset for help on using the changeset viewer.