-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
32 lines (32 loc) · 1.87 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="main/resources/" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="Util/JAR/sqlite-jdbc-3.30.1.jar"/>
<classpathentry kind="lib" path="Util/JAR/servlet-api-3.1.jar"/>
<classpathentry kind="lib" path="Util/JAR/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="Util/JAR/commons-lang3-3.4.jar"/>
<classpathentry kind="lib" path="Util/JAR/ecj-4.6.1.jar"/>
<classpathentry kind="lib" path="Util/JAR/fastjson-1.2.11.jar"/>
<classpathentry kind="lib" path="Util/JAR/jetty-security-9.4.28.v20200408.jar"/>
<classpathentry kind="lib" path="Util/JAR/jetty-servlet-9.4.14.v20181114.jar"/>
<classpathentry kind="lib" path="Util/JAR/mvel2-2.2.8.Final.jar"/>
<classpathentry kind="lib" path="Util/JAR/pat-1.5.3.jar"/>
<classpathentry kind="lib" path="Util/JAR/rythm-engine-1.3.0.jar"/>
<classpathentry kind="lib" path="Util/JAR/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="Util/JAR/javax.servlet-api-3.1.0.jar"/>
<classpathentry kind="lib" path="Util/JAR/jetty-http-9.4.28.v20200408.jar"/>
<classpathentry kind="lib" path="Util/JAR/jetty-io-9.4.28.v20200408.jar"/>
<classpathentry kind="lib" path="Util/JAR/jetty-server-9.4.28.v20200408.jar"/>
<classpathentry kind="lib" path="Util/JAR/jetty-util-9.4.28.v20200408.jar"/>
<classpathentry kind="lib" path="Util/JAR/junit-4.12.jar"/>
<classpathentry kind="lib" path="Util/JAR/javax.mail.jar"/>
<classpathentry kind="lib" path="Util/JAR/activation.jar"/>
<classpathentry kind="lib" path="Util/JAR/json-simple-1.1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="bin"/>
</classpath>