-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
18 lines (18 loc) · 1.13 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" output="bin/" path="src/test/java"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="lib" path="resource/JavaAPIforKml-2.2.1-javadoc.jar"/>
<classpathentry kind="lib" path="resource/JavaAPIforKml-2.2.1-sources.jar"/>
<classpathentry kind="lib" path="resource/JavaAPIforKml-2.2.1.jar"/>
<classpathentry kind="lib" path="resource/jaxb-api.jar"/>
<classpathentry kind="lib" path="resource/jaxb-core.jar"/>
<classpathentry kind="lib" path="resource/jaxb-impl.jar"/>
<classpathentry kind="lib" path="resource/jaxb-jxc.jar"/>
<classpathentry kind="lib" path="resource/jaxb-xjc.jar"/>
<classpathentry kind="lib" path="resource/mysql-connector-java-5.1.45.jar"/>
<classpathentry kind="lib" path="resource/sqlite-jdbc-3.21.0.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>