Fix build with java7.
This commit is contained in:
parent
62f39a6fa3
commit
a85b0159c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356611
1 changed files with 11 additions and 0 deletions
11
devel/itext/files/patch-ant_site.xml
Normal file
11
devel/itext/files/patch-ant_site.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ant/site.xml.orig 2014-06-05 07:50:18.377016755 +0000
|
||||
+++ ant/site.xml 2014-06-05 07:49:27.026098152 +0000
|
||||
@@ -65,7 +65,7 @@
|
||||
<javadoc
|
||||
destdir="${itext.docs}"
|
||||
author="true" maxmemory="128m"
|
||||
- private="true">
|
||||
+ private="true" encoding="utf-8">
|
||||
<packageset dir="${itext.src}/core" defaultexcludes="yes">
|
||||
<include name="com/lowagie/**" />
|
||||
</packageset>
|
Loading…
Reference in a new issue