File: link-javadoc.patch

package info (click to toggle)
libpgjava 9.2-1002-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,308 kB
  • ctags: 4,503
  • sloc: java: 37,623; xml: 3,376; makefile: 22; sh: 10
file content (14 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Modify the javadoc build process so it links against the JDK
javadoc.
Index: libpostgresql-jdbc-java/build.xml
===================================================================
--- libpostgresql-jdbc-java.orig/build.xml	2012-08-17 21:12:35.493845322 +0100
+++ libpostgresql-jdbc-java/build.xml	2012-08-17 21:17:24.083845400 +0100
@@ -451,6 +451,7 @@
 	<include name="ds/common/BaseDataSource.java" />
 	<include name="xa/PGXADataSource.java" />
       </fileset>
+      <link href="/usr/share/doc/default-jdk-doc/api" />
     </javadoc>
   </target>