forked from JOSM/geojson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
14 lines (14 loc) · 848 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
<classpathentry combineaccessrules="false" kind="src" path="/JOSM-GeoTools"/>
<classpathentry kind="lib" path="lib/geojson-jackson-1.6.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.7.5.jar"/>
<classpathentry kind="lib" path="lib/jackson-databind-2.7.5.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.7.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>