We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c21ea5 commit 34f1a9dCopy full SHA for 34f1a9d
build.xml
@@ -17,8 +17,8 @@
17
</path>
18
<path id="socket.io-java-client.classpath">
19
<pathelement location="bin"/>
20
- <pathelement location="lib/json-org.jar"/>
21
- <pathelement location="lib/weberknecht-0.1.1.jar"/>
+ <pathelement location="libs/json-org.jar"/>
+ <pathelement location="libs/weberknecht-0.1.1.jar"/>
22
<path refid="JUnit 4.libraryclasspath"/>
23
24
<target name="init">
@@ -115,7 +115,7 @@
115
<target name="jar" depends="build-project">
116
<mkdir dir="jar"/>
117
<jar destfile="jar/socketio.jar" basedir="bin">
118
- <zipgroupfileset dir="lib" includes="*.jar"/>
+ <zipgroupfileset dir="libs/" includes="*.jar"/>
119
<manifest>
120
</manifest>
121
</jar>
0 commit comments