Ignore:
Timestamp:
2014-08-04T02:45:06+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] support for unit tests

File:
1 edited

Legend:

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

    r30416 r30550  
    1515        <classpathentry kind="src" path="modules/fr.toulouse/resources"/>
    1616        <classpathentry kind="src" path="util"/>
     17        <classpathentry kind="src" path="test/unit"/>
    1718        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    1819        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     
    2021        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
    2122        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-jts"/>
     23        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    2224        <classpathentry kind="output" path="bin"/>
    2325</classpath>
Note: See TracChangeset for help on using the changeset viewer.