Skip to content

Commit

Permalink
Fixing build.xml: Add WebSocket.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Sep 11, 2012
1 parent 946358c commit 2a8c757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .classpath
Expand Up @@ -6,6 +6,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="libs/json-org.jar"/>
<classpathentry kind="lib" path="libs/weberknecht-0.1.1.jar"/>
<classpathentry kind="lib" path="libs/WebSocket.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -18,7 +18,7 @@
<path id="socket.io-java-client.classpath">
<pathelement location="bin"/>
<pathelement location="libs/json-org.jar"/>
<pathelement location="libs/weberknecht-0.1.1.jar"/>
<pathelement location="libs/WebSocket.jar"/>
<path refid="JUnit 4.libraryclasspath"/>
</path>
<target name="init">
Expand Down

0 comments on commit 2a8c757

Please sign in to comment.