forked from arianne/marauroa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
30 lines (30 loc) · 1.82 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tests"/>
<classpathentry kind="src" path="functional_tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/h2.jar"/>
<classpathentry kind="lib" path="libs/jetty-client-9.2.14.v20151106.jar"/>
<classpathentry kind="lib" path="libs/jetty-continuation-9.2.14.v20151106.jar"/>
<classpathentry kind="lib" path="libs/jetty-http-9.2.14.v20151106.jar"/>
<classpathentry kind="lib" path="libs/jetty-io-9.2.14.v20151106.jar"/>
<classpathentry kind="lib" path="libs/jetty-security-9.2.14.v20151106.jar"/>
<classpathentry kind="lib" path="libs/jetty-server-9.2.14.v20151106.jar"/>
<classpathentry kind="lib" path="libs/jetty-servlet-9.2.14.v20151106.jar"/>
<classpathentry kind="lib" path="libs/jetty-util-9.2.14.v20151106.jar"/>
<classpathentry kind="lib" path="libs/jetty-webapp-9.2.14.v20151106.jar"/>
<classpathentry kind="lib" path="libs/jetty-xml-9.2.14.v20151106.jar"/>
<classpathentry kind="lib" path="libs/jnlp.jar"/>
<classpathentry kind="lib" path="libs/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/junit-4.4.jar"/>
<classpathentry kind="lib" path="libs/jython.jar"/>
<classpathentry kind="lib" path="libs/log4j.jar"/>
<classpathentry kind="lib" path="libs/servlet-api-3.1.jar"/>
<classpathentry kind="lib" path="libs/websocket-api-9.2.5.v20141112.jar"/>
<classpathentry kind="lib" path="libs/websocket-client-9.2.5.v20141112.jar"/>
<classpathentry kind="lib" path="libs/websocket-common-9.2.5.v20141112.jar"/>
<classpathentry kind="lib" path="libs/websocket-server-9.2.5.v20141112.jar"/>
<classpathentry kind="lib" path="libs/websocket-servlet-9.2.5.v20141112.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>