mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Fixed problem with providers file.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2047 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
a32776bd89
commit
f6676a616f
1 changed files with 2 additions and 2 deletions
|
@ -125,12 +125,12 @@
|
|||
>
|
||||
<zipfileset src="${merge.lib.dir}/xpp.jar"/>
|
||||
</jar>
|
||||
<copy todir="${compile.dir}/resources/WEB-INF" file="${basedir}/resources/META-INF/smack.providers" />
|
||||
<copy todir="${compile.dir}/META-INF" file="${basedir}/resources/META-INF/smack.providers" />
|
||||
<jar destfile="${jar.dest.dir}/smackx.jar"
|
||||
basedir="${compile.dir}"
|
||||
includes="org/jivesoftware/smackx/**/*.class, **/*.providers"
|
||||
/>
|
||||
<delete file="${compile.dir}/resources/WEB-INF/smack.properties" />
|
||||
<delete file="${compile.dir}/META-INF/smack.providers" />
|
||||
</target>
|
||||
|
||||
<!-- jar -->
|
||||
|
|
Loading…
Reference in a new issue