Description: Fix Javadoc links to use system wide Javadoc files.
Author: Damien Raude-Morvan <drazzib@debian.org>
Last-Update: 2011-06-19
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -139,11 +139,7 @@
              bottom="&lt;center>&lt;dd>&lt;a href='http://sourceforge.net'>&lt;img border='0' height='31' width='88' title='SourceForge' src='http://sourceforge.net/sflogo.php?group_id=josql&amp;type=1' />&amp;#160;&amp;#160;&lt;/a>Copyright &amp;#169; ${year} Gary Bentley. All Rights Reserved.&lt;/dd>&lt;/center>"
              classpath="${jars}">
 
-       <link href="http://java.sun.com/j2se/1.4.2/docs/api" />
-<!--
-       <link href="http://jasperreports.sourceforge.net/api/index.html" />
-
--->
+       <link href="/usr/share/doc/default-jdk-doc/api" />
     </javadoc>
   </target>
 
