blob: feaa67895591186d0039adb03e9a22cd2756cbe1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ant/site.xml.orig 2009-06-08 00:50:15 UTC
+++ ant/site.xml
@@ -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>
|