-
Notifications
You must be signed in to change notification settings - Fork 9
/
.classpath
20 lines (20 loc) · 953 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="libjdbc/mysql-connector-j-8.0.32.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="lib" path="lib/commons-dbcp2-2.9.0.jar"/>
<classpathentry kind="lib" path="lib/commons-pool2-2.11.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="libjdbc/postgresql-42.6.0.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.5.0.jar"/>
<classpathentry kind="lib" path="lib/rhino-1.7.14.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>