-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
39 lines (39 loc) · 2.43 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
33
34
35
36
37
38
39
<?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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/exp4j-0.4.5.jar"/>
<classpathentry kind="lib" path="lib/genson-1.3.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.1.3.jar"/>
<classpathentry kind="lib" path="lib/jackson-databind-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-9.3.2.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-9.3.2.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-security-9.3.2.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-9.3.2.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlet-9.3.2.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.3.2.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-webapp-9.3.2.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-xml-9.3.2.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jwt.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-3.1.jar"/>
<classpathentry kind="lib" path="lib/postgresql-9.3-1102.jdbc41.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.5-javadoc.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.5-sources.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.5-javadoc.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.5-sources.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.5-tests.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.5.jar"/>
<classpathentry kind="lib" path="lib/commons-dbcp2-2.1.1-javadoc.jar"/>
<classpathentry kind="lib" path="lib/commons-dbcp2-2.1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-pool2-2.4.2-javadoc.jar"/>
<classpathentry kind="lib" path="lib/commons-pool2-2.4.2.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2-javadoc.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>