Codebase list lwjgl / df5d7dc5-0523-4d8c-a353-48e15310f608/main debian / patches / javadoc.patch
df5d7dc5-0523-4d8c-a353-48e15310f608/main

Tree @df5d7dc5-0523-4d8c-a353-48e15310f608/main (Download .tar.gz)

javadoc.patch @df5d7dc5-0523-4d8c-a353-48e15310f608/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>