-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.classpath
17 lines (17 loc) · 1.12 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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.7"/>
<classpathentry kind="lib" path="lib/libimc.jar"/>
<classpathentry kind="lib" path="lib/jetty/jetty-util-9.0.6.v20130930.jar"/>
<classpathentry kind="lib" path="lib/jetty/jetty-server-9.0.6.v20130930.jar"/>
<classpathentry kind="lib" path="lib/jetty/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/jetty/jetty-http-9.0.6.v20130930.jar"/>
<classpathentry kind="lib" path="lib/jetty/jetty-io-9.0.6.v20130930.jar"/>
<classpathentry kind="lib" path="lib/jetty/websocket-api-9.0.6.v20130930.jar"/>
<classpathentry kind="lib" path="lib/jetty/websocket-client-9.0.6.v20130930.jar"/>
<classpathentry kind="lib" path="lib/jetty/websocket-common-9.0.6.v20130930.jar"/>
<classpathentry kind="lib" path="lib/jetty/websocket-server-9.0.6.v20130930.jar"/>
<classpathentry kind="lib" path="lib/jetty/websocket-servlet-9.0.6.v20130930.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>