1 2 3 4 5 6 7 8 9 10 11 12 13
|
Author: <gregoa@debian.org>
Description: Don't fetch external stuff when building the docs.
--- a/build.xml
+++ b/build.xml
@@ -104,7 +104,7 @@
<header><![CDATA[<p><b>${app.name}</b><br>v${app.version}</p>]]></header>
<bottom><![CDATA[<font size=1>Copyright (C) 2001-2008 <a href="http://www.jgraph.com/"
target="_blank">Gaudenz Alder</a>. All rights reserved.</font>]]></bottom>
- <link href="http://java.sun.com/j2se/${java.specification.version}/docs/api"/>
+ <!--<link href="http://java.sun.com/j2se/${java.specification.version}/docs/api"/>-->
</javadoc>
</target>
|