1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build with java7.

This commit is contained in:
Alex Dupre 2014-06-05 08:39:04 +00:00
parent 62f39a6fa3
commit a85b0159c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356611

View 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>