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
1 changed files with 2 additions and 2 deletions

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