mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 22:12:05 +01:00
Javadoc fixes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7198 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
11141e1110
commit
470cd1245c
1 changed files with 2 additions and 1 deletions
|
@ -194,6 +194,7 @@
|
||||||
<mkdir dir="${javadoc.dest.dir}" />
|
<mkdir dir="${javadoc.dest.dir}" />
|
||||||
<javadoc
|
<javadoc
|
||||||
packagenames="org.jivesoftware.smack.*, org.jivesoftware.smackx.*"
|
packagenames="org.jivesoftware.smack.*, org.jivesoftware.smackx.*"
|
||||||
|
excludepackagenames="org.jivesoftware.smack.util.collections"
|
||||||
sourcepath="${basedir}/source"
|
sourcepath="${basedir}/source"
|
||||||
destdir="${javadoc.dest.dir}"
|
destdir="${javadoc.dest.dir}"
|
||||||
author="true"
|
author="true"
|
||||||
|
@ -207,7 +208,7 @@
|
||||||
</classpath>
|
</classpath>
|
||||||
<doctitle><![CDATA[<font face="arial,helvetica">Smack ${version}</font>]]></doctitle>
|
<doctitle><![CDATA[<font face="arial,helvetica">Smack ${version}</font>]]></doctitle>
|
||||||
<header><![CDATA[<b>Smack</b>]]></header>
|
<header><![CDATA[<b>Smack</b>]]></header>
|
||||||
<bottom><![CDATA[<i>Copyright © 2003 Jive Software. </i>]]></bottom>
|
<bottom><![CDATA[<i>Copyright © 2003-2007 Jive Software. </i>]]></bottom>
|
||||||
<link href="http://java.sun.com/j2se/1.3/docs/api/" />
|
<link href="http://java.sun.com/j2se/1.3/docs/api/" />
|
||||||
<link href="http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api/" />
|
<link href="http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api/" />
|
||||||
</javadoc>
|
</javadoc>
|
||||||
|
|
Loading…
Reference in a new issue