Codebase list lwjgl / 693bf0e7-18f2-4c0f-a77c-8e1ea960f4f2/main debian / patches / javadoc.patch
693bf0e7-18f2-4c0f-a77c-8e1ea960f4f2/main

Tree @693bf0e7-18f2-4c0f-a77c-8e1ea960f4f2/main (Download .tar.gz)

javadoc.patch @693bf0e7-18f2-4c0f-a77c-8e1ea960f4f2/mainraw · history · blame

Description: Link the javadoc with the system JDK documentation
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -672,6 +672,7 @@
 	<!-- Creates the Javadoc -->
 	<target name="javadoc" description="Creates javadoc from java source code">
 		<javadoc destdir="${lwjgl.docs}/javadoc" classpath="${lwjgl.lib}/jinput.jar" author="true" version="true" use="true" source="1.5" windowtitle="LWJGL API" useexternalfile="true">
+			<link href="/usr/share/doc/default-jdk-doc/api/" />
 			<fileset refid="lwjgl.javadoc.fileset" />
 			<doctitle><![CDATA[<h1>Lightweight Java Game Toolkit</h1>]]></doctitle>
 			<bottom><![CDATA[<i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i>]]></bottom>