Skip to content
This repository was archived by the owner on Mar 6, 2018. It is now read-only.

Commit 2a8c757

Browse files
committed
Fixing build.xml: Add WebSocket.jar
1 parent 946358c commit 2a8c757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
77
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
88
<classpathentry kind="lib" path="libs/json-org.jar"/>
9-
<classpathentry kind="lib" path="libs/weberknecht-0.1.1.jar"/>
9+
<classpathentry kind="lib" path="libs/WebSocket.jar"/>
1010
<classpathentry kind="output" path="bin"/>
1111
</classpath>

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<path id="socket.io-java-client.classpath">
1919
<pathelement location="bin"/>
2020
<pathelement location="libs/json-org.jar"/>
21-
<pathelement location="libs/weberknecht-0.1.1.jar"/>
21+
<pathelement location="libs/WebSocket.jar"/>
2222
<path refid="JUnit 4.libraryclasspath"/>
2323
</path>
2424
<target name="init">

0 commit comments

Comments
 (0)