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>
|
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
|
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-09-26 17:08:51 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
2019-09-20 02:56:14 +00:00
|
|
|
<classpathentry kind="output" path="build/classes/java/main"/>
|
|
|
|
</classpath>
|