Fixed javadoc classpath, samskivert apidocs URL.

This commit is contained in:
Michael Bayne
2011-06-27 21:07:51 +00:00
parent b6942ec74a
commit d5b06f23e2
+2 -2
View File
@@ -77,9 +77,9 @@
<exclude name="**/impl/**"/> <exclude name="**/impl/**"/>
</packageset> </packageset>
<bottom>Copyright &#169; 2006-${year} Michael Bayne, et al. All Rights Reserved.</bottom> <bottom>Copyright &#169; 2006-${year} Michael Bayne, et al. All Rights Reserved.</bottom>
<classpath refid="classpath"/> <classpath refid="built.path"/>
<link href="http://download.oracle.com/javase/1.5.0/docs/api/"/> <link href="http://download.oracle.com/javase/1.5.0/docs/api/"/>
<link href="http://samskivert.googlecode.com/svn/apidocs/"/> <link href="http://samskivert.github.com/samskivert/apidocs/"/>
</javadoc> </javadoc>
</target> </target>