kopia lustrzana https://github.com/JOSM/MapWithAI
40 wiersze
1.5 KiB
XML
40 wiersze
1.5 KiB
XML
<?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 kind="lib" path="/JOSM/test/lib/jmockit.jar">
|
|
<attributes>
|
|
<attribute name="test" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
|
|
<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"/>
|
|
<attribute name="test" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/>
|
|
<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>
|
|
<classpathentry kind="output" path="build/classes/java/main"/>
|
|
</classpath>
|