Description: Link the API documentation with the system Javadoc provided by the default-jdk-doc package
Author: Onkar Shinde <onshinde@ubuntu.com>
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -2239,7 +2239,7 @@
       packagenames="org.apache.jmeter.*,org.apache.jorphan.*"
       excludepackagenames="org.apache.jorphan.timer">
       <classpath refid="classpath"/>
-      <link href="http://docs.oracle.com/javase/6/docs/api/"/>
+      <link href="file:///usr/share/doc/default-jdk-doc/api/"/>
     </javadoc>
     <patch-javadoc dir="${dest.docs.api}" docencoding="${javadoc.encoding}"/>
   </target>
