Include smackx.jar in release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1998 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Bill Lynch 2003-08-01 22:14:28 +00:00 committed by blynch
parent b6f29af94a
commit 361c0d4e8e
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
<!-- Copy smack.jar -->
<copy todir="${release.dir}">
<fileset dir="${jar.dest.dir}" includes="smack.jar" />
<fileset dir="${jar.dest.dir}" includes="smackx.jar" />
</copy>
<!-- Copy build dir -->
<copy todir="${release.dir}/build">