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:
Matt Tucker 2003-01-17 07:10:39 +00:00 committed by mtucker
parent 788da4e46d
commit 982a01a7b8
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@
<mkdir dir="${javadoc.dest.dir}" />
<javadoc
additionalparam="-linksource -quiet"
packagenames="org.jivesoftware.smack.*"
sourcepath="${basedir}/source"
destdir="${javadoc.dest.dir}"