File: link-javadoc.patch

package info (click to toggle)
libpgjava 9.1-901-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,884 kB
  • sloc: java: 34,831; xml: 3,204; makefile: 16; sh: 10
file content (12 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Modify the javadoc build process so it links against the JDK
javadoc.
--- a/build.xml
+++ b/build.xml
@@ -415,6 +415,7 @@
 	<include name="ds/common/BaseDataSource.java" />
 	<include name="xa/PGXADataSource.java" />
       </fileset>
+      <link href="/usr/share/doc/default-jdk-doc/api" />
     </javadoc>
   </target>