kopia lustrzana https://github.com/JOSM/MapWithAI
25 wiersze
987 B
XML
25 wiersze
987 B
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="src" output="build/bintest" path="test/integration">
|
|
<attributes>
|
|
<attribute name="test" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-http"/>
|
|
<classpathentry kind="output" path="build/classes/java/main"/>
|
|
</classpath>
|