3e9febe547
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/jna.git#c402ef008b67cb071e26fbe65fa79024692163ff
25 lines
693 B
Diff
25 lines
693 B
Diff
From ced8baacd3bccba7ebaba80785b891bf579af215 Mon Sep 17 00:00:00 2001
|
|
From: Michael Simacek <msimacek@redhat.com>
|
|
Date: Tue, 31 Jan 2017 14:21:19 +0100
|
|
Subject: [PATCH 4/6] Fix javadoc build
|
|
|
|
---
|
|
build.xml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/build.xml b/build.xml
|
|
index 835c02b..cecafd0 100644
|
|
--- a/build.xml
|
|
+++ b/build.xml
|
|
@@ -1307,6 +1307,7 @@ cd ..
|
|
<group title="Platform Specific" packages="com.sun.jna.platform.*"/>
|
|
|
|
<arg value="-notimestamp"/>
|
|
+ <arg value="--allow-script-in-comments"/>
|
|
</javadoc>
|
|
<jar jarfile="${platform-javadoc-jar}" createUnicodeExtraFields="never" encoding="UTF-8">
|
|
<fileset dir="${javadoc}" />
|
|
--
|
|
2.20.1
|
|
|