-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
18 lines (18 loc) · 1.05 KB
/
.classpath
File metadata and controls
18 lines (18 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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/grizzly-framework-2.3.3.jar"/>
<classpathentry kind="lib" path="lib/grizzly-http-2.3.3.jar"/>
<classpathentry kind="lib" path="lib/grizzly-http-server-2.3.3.jar"/>
<classpathentry kind="lib" path="lib/grizzly-rcm-2.3.3.jar"/>
<classpathentry kind="lib" path="lib/javax.websocket-api-1.0.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.12.jar"/>
<classpathentry kind="lib" path="lib/tyrus-client-1.1.jar"/>
<classpathentry kind="lib" path="lib/tyrus-container-grizzly-1.1.jar"/>
<classpathentry kind="lib" path="lib/tyrus-core-1.1.jar"/>
<classpathentry kind="lib" path="lib/tyrus-server-1.1.jar"/>
<classpathentry kind="lib" path="lib/tyrus-spi-1.1.jar"/>
<classpathentry kind="lib" path="lib/tyrus-websocket-core-1.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>