File: 01_buildxml.patch

package info (click to toggle)
libjgraph-java 5.12.2.1.dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,788 kB
  • ctags: 7,274
  • sloc: java: 20,300; xml: 124; makefile: 37
file content (13 lines) | stat: -rw-r--r-- 600 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: <gregoa@debian.org>
Description: Don't fetch external stuff when building the docs.
--- a/build.xml
+++ b/build.xml
@@ -104,7 +104,7 @@
 			<header><![CDATA[<p><b>${app.name}</b><br>v${app.version}</p>]]></header>
 			<bottom><![CDATA[<font size=1>Copyright (C) 2001-2008 <a href="http://www.jgraph.com/"
 				target="_blank">Gaudenz Alder</a>. All rights reserved.</font>]]></bottom>
-		    <link href="http://java.sun.com/j2se/${java.specification.version}/docs/api"/>
+		    <!--<link href="http://java.sun.com/j2se/${java.specification.version}/docs/api"/>-->
 		</javadoc>
 	</target>