-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
42 lines (42 loc) · 2.79 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
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/servlet-api-3.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/jetty-alpn-server-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-annotations-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-client-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-continuation-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-deploy-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-gcloud-memcached-session-manager-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-gcloud-session-manager-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-infinispan-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-jaas-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-jaspi-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-jmx-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-jndi-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-nosql-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-plus-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-proxy-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-quickstart-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-rewrite-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-security-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlet-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlets-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-webapp-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/jetty-xml-9.3.14.v20161028.jar"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/minlog-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/objenesis-2.4.jar"/>
<classpathentry kind="lib" path="lib/reflectasm-1.10.1-shaded.jar"/>
<classpathentry kind="lib" path="lib/jetty-all-9.4.11.v20180605-uber.jar"/>
<classpathentry kind="lib" path="lib/kryo-4.0.2.jar"/>
<classpathentry kind="lib" path="lib/xstream-1.4.10.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>