Add a link directive that causes java.* packages to be properly

referenced.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@235 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-08-12 00:08:14 +00:00
parent 1f9610da2b
commit 7a91629b37
+1
View File
@@ -46,6 +46,7 @@
packagenames="com.samskivert.*"
destdir="${javadoc.home}">
<classpath refid="classpath"/>
<link href="http://java.sun.com/products/jdk/1.3/docs/api"/>
</javadoc>
</target>