Skip to content

Commit 7bb9084

Browse files
committed
update the build.xml and add commons-pool into the lib path
1 parent 7796806 commit 7bb9084

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
<target name="zip" depends="jar">
5656
<zip destfile="${project}_${ver}.zip" basedir=".">
5757
<include name="${project}_${ver}.jar" />
58-
<fileset dir="lib" includes="slf4j*.jar" />
58+
<fileset dir="lib">
59+
<include name="slf4j*.jar" />
60+
<include name="commons*.jar" />
61+
</fileset>
5962
<include name="README" />
6063
</zip>
6164
</target>

0 commit comments

Comments
 (0)