aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/debian/patches/encoding.patch
diff options
context:
space:
mode:
Diffstat (limited to 'resources/install/debian/patches/encoding.patch')
-rw-r--r--resources/install/debian/patches/encoding.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/resources/install/debian/patches/encoding.patch b/resources/install/debian/patches/encoding.patch
deleted file mode 100644
index 09176fd..0000000
--- a/resources/install/debian/patches/encoding.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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}" />