-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
23 lines (23 loc) · 1.37 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5-6.1.9.jar"/>
<classpathentry kind="lib" path="lib/httpclient.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.1.jar"/>
<classpathentry kind="lib" path="lib/jetty-continuation-7.6.2.v20120308.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-7.6.2.v20120308.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-7.6.2.v20120308.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-7.6.2.v20120308.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-7.6.2.v20120308.jar"/>
<classpathentry kind="lib" path="lib/jetty-websocket-7.6.2.v20120308.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlet-7.6.2.v20120308.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlets-7.6.2.v20120308.jar"/>
<classpathentry kind="lib" path="lib/jetty-security-7.6.2.v20120308.jar"/>
<classpathentry kind="lib" path="lib/json.jar"/>
<classpathentry kind="lib" path="lib/netty-3.3.1.Final.jar"/>
<classpathentry kind="lib" path="distribution-jars/commons-compress-1.4.1.jar"/>
<classpathentry kind="lib" path="assets"/>
<classpathentry kind="output" path="out"/>
</classpath>