File: 03_javadoc.diff

package info (click to toggle)
ognl 2.7.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,604 kB
  • sloc: java: 21,888; xml: 1,480; makefile: 19; sh: 13
file content (24 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Link the javadoc with the local JDK documentation and make it reproducible
Origin: Damien Raude-Morvan <drazzib@debian.org>
--- a/osbuild.xml
+++ b/osbuild.xml
@@ -136,16 +136,16 @@
                  destdir="${dist}/docs/api"
                  packagenames="${package}.*"
                  classpathref="cp"
+                 locale="en"
+                 additionalparam="-notimestamp"
                  author="true"
                  version="true"
-                 overview="${src.java}/overview.html"
                  windowTitle="${fullname} API - ${version}"
                  doctitle="${fullname} API (${version})"
                  footer="&lt;a href=&quot;http://www.opensymphony.com/${name}/&quot; target=&quot;_top&quot;&gt;${fullname} Project Page&lt;/a&gt;"
                  use="true"
                  verbose="false">
-            <link href="http://java.sun.com/j2se/${compile.version}/docs/api/"/>
-            <link href="http://java.sun.com/j2ee/${compile.version}/docs/api/"/>
+            <link href="file:///usr/share/doc/default-jdk/api/"/>
         </javadoc>
         <!-- <copy overwrite="yes" file="${docs}/main.css" tofile="${docs}/api/stylesheet.css"/> -->
     </target>