Skip to content

Commit 34f1a9d

Browse files
committed
fixing build.xml
1 parent 4c21ea5 commit 34f1a9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</path>
1818
<path id="socket.io-java-client.classpath">
1919
<pathelement location="bin"/>
20-
<pathelement location="lib/json-org.jar"/>
21-
<pathelement location="lib/weberknecht-0.1.1.jar"/>
20+
<pathelement location="libs/json-org.jar"/>
21+
<pathelement location="libs/weberknecht-0.1.1.jar"/>
2222
<path refid="JUnit 4.libraryclasspath"/>
2323
</path>
2424
<target name="init">
@@ -115,7 +115,7 @@
115115
<target name="jar" depends="build-project">
116116
<mkdir dir="jar"/>
117117
<jar destfile="jar/socketio.jar" basedir="bin">
118-
<zipgroupfileset dir="lib" includes="*.jar"/>
118+
<zipgroupfileset dir="libs/" includes="*.jar"/>
119119
<manifest>
120120
</manifest>
121121
</jar>

0 commit comments

Comments
 (0)