source: osm/applications/editors/josm/plugins/turnrestrictions/.classpath@ 27355

Last change on this file since 27355 was 23510, checked in by guggis, 14 years ago

cosmetics (documentation etc.)
fixing unit tests

  • Property svn:mime-type set to text/plain
File size: 656 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="test/src"/>
5 <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
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"/>
11 <classpathentry kind="output" path="build"/>
12</classpath>
Note: See TracBrowser for help on using the repository browser.