mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02: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}" />
|
<mkdir dir="${javadoc.dest.dir}" />
|
||||||
<javadoc
|
<javadoc
|
||||||
additionalparam="-linksource -quiet"
|
|
||||||
packagenames="org.jivesoftware.smack.*"
|
packagenames="org.jivesoftware.smack.*"
|
||||||
sourcepath="${basedir}/source"
|
sourcepath="${basedir}/source"
|
||||||
destdir="${javadoc.dest.dir}"
|
destdir="${javadoc.dest.dir}"
|
||||||
|
|
Loading…
Reference in a new issue