2019-09-20 02:56:14 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="module" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="src" path="src/main/java"/>
|
|
|
|
<classpathentry kind="src" output="build/bintest" path="test/unit">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="test" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-09-26 21:09:42 +00:00
|
|
|
<classpathentry kind="lib" path="/JOSM/test/lib/jmockit.jar">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="test" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-11-19 16:47:45 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
|
2019-12-03 21:01:53 +00:00
|
|
|
<classpathentry kind="lib" path="/JOSM/test/lib/awaitility-4.0.1.jar">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="javadoc_location" value="https://www.javadoc.io/doc/org.awaitility/awaitility/latest/index.html"/>
|
2019-12-04 21:57:36 +00:00
|
|
|
<attribute name="test" value="true"/>
|
2019-12-03 21:01:53 +00:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-12-04 22:48:53 +00:00
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
|
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/>
|
2020-01-09 17:49:11 +00:00
|
|
|
<classpathentry kind="lib" path="/JOSM/test/lib/wiremock-standalone-2.20.0.jar">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="test" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="lib" path="/JOSM/tools/spotbugs/spotbugs-annotations.jar">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="test" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2019-09-20 02:56:14 +00:00
|
|
|
<classpathentry kind="output" path="build/classes/java/main"/>
|
|
|
|
</classpath>
|