source: osm/applications/editors/josm/plugins/comfort0/.classpath@ 35302

Last change on this file since 35302 was 35302, checked in by donvip, 5 years ago

update svn:ignore, add Eclipse project

File size: 624 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
5 <classpathentry kind="src" path="src"/>
6 <classpathentry kind="src" output="bintest" path="test/unit">
7 <attributes>
8 <attribute name="test" value="true"/>
9 </attributes>
10 </classpathentry>
11 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
12 <classpathentry kind="lib" path="/JOSM/tools/spotbugs/spotbugs-annotations.jar"/>
13 <classpathentry kind="output" path="bin"/>
14</classpath>
Note: See TracBrowser for help on using the repository browser.