Reference our dependent documentation at the proper locations.

This commit is contained in:
Michael Bayne
2006-07-12 17:17:29 +00:00
parent 5ecce1c8ba
commit cfbf92b5a7
+2 -2
View File
@@ -62,8 +62,8 @@
bottom="${copy.pre} ${copyright.holder} ${copy.post}" bottom="${copy.pre} ${copyright.holder} ${copy.post}"
destdir="${javadoc.dir}"> destdir="${javadoc.dir}">
<classpath refid="clazzpath"/> <classpath refid="clazzpath"/>
<link href="http://www.samskivert.com/code/samskivert/javadoc"/> <link href="http://www.samskivert.com/code/samskivert/samskivert/docs/api"/>
<link href="http://java.sun.com/products/jdk/1.4/docs/api"/> <link href="http://java.sun.com/j2se/1.5/docs/api/"/>
</javadoc> </javadoc>
</target> </target>