Ignore:
Timestamp:
2010-10-08T23:54:18+02:00 (15 years ago)
Author:
guggis
Message:

cosmetics (documentation etc.)
fixing unit tests

File:
1 edited

Legend:

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

    r22477 r23510  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
    4         <classpathentry kind="src" path="test"/>
     4        <classpathentry kind="src" path="test/src"/>
     5        <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
    56        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    6         <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     7        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
     8        <classpathentry kind="lib" path="/JOSM/dist/josm-custom.jar" sourcepath="/JOSM/src"/>
     9        <classpathentry kind="lib" path="/JOSM/test/build" sourcepath="/JOSM/test/functional"/>
     10        <classpathentry kind="lib" path="test/config"/>
    711        <classpathentry kind="output" path="build"/>
    812</classpath>
Note: See TracChangeset for help on using the changeset viewer.