File: 06-remove-gjdoc-inexistent-options.patch

package info (click to toggle)
libjna-java 3.2.7-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,520 kB
  • sloc: java: 27,015; ansic: 3,782; xml: 694; sh: 421; makefile: 231
file content (14 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Jan Dittberner <jandd@debian.org>
Subject: disable javadoc options that are not supported by gjdoc

--- a/build.xml
+++ b/build.xml
@@ -562,7 +562,7 @@
       <group title="Java Native Access" packages="com.sun.jna,com.sun.jna.ptr,com.sun.jna.types,com.sun.jna.win32"/>
       <group title="Platform Specific" packages="com.sun.jna.platform"/>
     	
-      <arg value="-notimestamp"/>
+      <!--arg value="-notimestamp"/-->
     </javadoc>
     <subant target="javadoc">
       <fileset dir="${contrib}" includes="platform/build.xml"/>