-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
46 lines (46 loc) · 3.23 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
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/jetty-continuation-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/cdi-core-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/cdi-servlet-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/cdi-websocket-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-alpn-server-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-annotations-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-client-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-deploy-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-gcloud-session-manager-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-infinispan-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-jaas-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-jaspi-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-jmx-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-jndi-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-memcached-sessions-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-nosql-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-plus-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-proxy-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-quickstart-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-rewrite-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-schemas-3.1.jar"/>
<classpathentry kind="lib" path="lib/jetty-security-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlet-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlets-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-unixsocket-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-webapp-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/jetty-xml-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-3.1.jar"/>
<classpathentry kind="lib" path="lib/javax-websocket-client-impl-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/javax-websocket-server-impl-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/javax.websocket-api-1.0.jar"/>
<classpathentry kind="lib" path="lib/websocket-api-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/websocket-client-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/websocket-common-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/websocket-server-9.4.3.v20170317.jar"/>
<classpathentry kind="lib" path="lib/websocket-servlet-9.4.3.v20170317.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>