-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.classpath
14 lines (14 loc) · 928 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/socket.io-client-0.8.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/engine.io-client-0.8.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/json-20090211.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okhttp-3.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okhttp-ws-3.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/okio-1.9.0.jar"/>
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>