-
Notifications
You must be signed in to change notification settings - Fork 145
/
Copy path.classpath
20 lines (20 loc) · 913 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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="lib" path="gradle/wrapper/gradle-wrapper.jar"/>
<classpathentry kind="lib" path="lib/bcpkix-jdk15on-169.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15on-169.jar"/>
<classpathentry kind="lib" path="lib/bcutil-jdk15on-169.jar"/>
<classpathentry kind="lib" path="lib/h2-2.1.214.jar"/>
<classpathentry kind="lib" path="lib/junit-4.13.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-8.0.24.jar"/>
<classpathentry kind="lib" path="lib/rhino-1.7.14.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>