mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Removed linksource flag from javadoc since it only works on jdk 1.4, and the output doesn't work correctly on websites in browsers other than IE.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1798 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
788da4e46d
commit
982a01a7b8
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@
|
|||
|
||||
<mkdir dir="${javadoc.dest.dir}" />
|
||||
<javadoc
|
||||
additionalparam="-linksource -quiet"
|
||||
packagenames="org.jivesoftware.smack.*"
|
||||
sourcepath="${basedir}/source"
|
||||
destdir="${javadoc.dest.dir}"
|
||||
|
|
Loading…
Reference in a new issue