mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 12:12:06 +01:00
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:
parent
b6f29af94a
commit
361c0d4e8e
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
||||||
<!-- Copy smack.jar -->
|
<!-- Copy smack.jar -->
|
||||||
<copy todir="${release.dir}">
|
<copy todir="${release.dir}">
|
||||||
<fileset dir="${jar.dest.dir}" includes="smack.jar" />
|
<fileset dir="${jar.dest.dir}" includes="smack.jar" />
|
||||||
|
<fileset dir="${jar.dest.dir}" includes="smackx.jar" />
|
||||||
</copy>
|
</copy>
|
||||||
<!-- Copy build dir -->
|
<!-- Copy build dir -->
|
||||||
<copy todir="${release.dir}/build">
|
<copy todir="${release.dir}/build">
|
||||||
|
|
Loading…
Reference in a new issue