1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-15 16:14:49 +02: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:
Matt Tucker 2003-08-20 15:32:14 +00:00 committed by mtucker
parent a32776bd89
commit f6676a616f

View file

@ -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 -->