mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +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"
|
||||
basedir="${compile.dir}"
|
||||
includes="org/jivesoftware/smackx/**/*.class, **/*.providers"
|
||||
/>
|
||||
>
|
||||
<manifest>
|
||||
<attribute name="Class-Path" value="smack.jar" />
|
||||
</manifest>
|
||||
</jar>
|
||||
<delete file="${compile.dir}/META-INF/smack.providers" />
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in a new issue