generated from processing/processing-library-template-ant
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
17 lines (17 loc) · 775 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin" path="src"/>
<classpathentry kind="src" path="tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/core.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-8.0.20.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.30.1.jar"/>
<classpathentry kind="lib" path="lib/postgresql-42.2.14.jar"/>
<classpathentry kind="lib" path="lib/sqlbuilder-3.0.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="resources/code"/>
</classpath>