mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 16:22:06 +01:00
Added smack.jar to the smackx.jar's classpath.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2157 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
10b6f964e9
commit
b6c7fa7150
1 changed files with 5 additions and 1 deletions
|
@ -130,7 +130,11 @@
|
||||||
<jar destfile="${jar.dest.dir}/smackx.jar"
|
<jar destfile="${jar.dest.dir}/smackx.jar"
|
||||||
basedir="${compile.dir}"
|
basedir="${compile.dir}"
|
||||||
includes="org/jivesoftware/smackx/**/*.class, **/*.providers"
|
includes="org/jivesoftware/smackx/**/*.class, **/*.providers"
|
||||||
/>
|
>
|
||||||
|
<manifest>
|
||||||
|
<attribute name="Class-Path" value="smack.jar" />
|
||||||
|
</manifest>
|
||||||
|
</jar>
|
||||||
<delete file="${compile.dir}/META-INF/smack.providers" />
|
<delete file="${compile.dir}/META-INF/smack.providers" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue