forked from ystar8/obs-websocket-client-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
26 lines (26 loc) · 1.55 KB
/
.classpath
File metadata and controls
26 lines (26 loc) · 1.55 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jetty-client-9.4.1.v20170120.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-9.4.1.v20170120.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-9.4.1.v20170120.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.4.1.v20170120.jar"/>
<classpathentry kind="lib" path="lib/websocket-api-9.4.1.v20170120.jar"/>
<classpathentry kind="lib" path="lib/websocket-client-9.4.1.v20170120.jar"/>
<classpathentry kind="lib" path="lib/websocket-common-9.4.1.v20170120.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.9.2.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.2.jar"/>
<classpathentry kind="lib" path="lib/commons-dbutils-1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-1.0.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/fastjson-1.2.7.jar"/>
<classpathentry kind="lib" path="lib/guava-19.0.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.3.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.5.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>