aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/debian/patches/encoding.patch
blob: 09176fd39c5fedd22ff9f8f72f48cf73ae213dc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Set encoding for javadoc to fix errors with Java 7
Author: Colin Watson <cjwatson@ubuntu.com>
Bug-Debian: https://bugs.debian.org/759835
Forwarded: no
Last-Update: 2014-09-05

--- jitsi.orig/lib/src/swingworker/build.xml
+++ jitsi/lib/src/swingworker/build.xml
@@ -63,7 +63,7 @@ reserved. Use is subject to license term
         <javadoc access="protected" link="" 
             packagenames="org.jdesktop.swingworker" author="true" destdir="${javadoc.dir}" 
             nodeprecated="false" nodeprecatedlist="false" noindex="false" 
-            nonavbar="false" notree="false" use="true" version="true">
+            nonavbar="false" notree="false" use="true" version="true" encoding="iso-8859-1">
             <link href="${external.doc}" />
             <sourcepath>
                 <pathelement path="${src.dir}" />