File: 01_buildxml.patch

package info (click to toggle)
libjgraph-java 5.12.4.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 7,880 kB
  • ctags: 7,320
  • sloc: java: 20,619; xml: 123; sh: 48; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Don't fetch external stuff when building the docs.
Forwarded: not-needed
Author: <gregoa@debian.org>
Last-Update: 2011-02-09

--- a/build.xml
+++ b/build.xml
@@ -104,7 +104,6 @@
 			<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"/>
 		</javadoc>
 	</target>