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:
Bill Lynch 2003-10-23 17:42:16 +00:00 committed by blynch
parent 10b6f964e9
commit b6c7fa7150
1 changed files with 5 additions and 1 deletions

View File

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