diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2016-06-04 20:11:31 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2016-06-04 20:18:49 +0200 |
commit | 86f1c9216f2eb91523dee391b3166108d5acfe25 (patch) | |
tree | 0e0bf4e8ea69f5de4992b221208cade0074a8177 /resources/install | |
parent | f5422c7fe3ebfda0b0034ebbcce5ca6c227950f5 (diff) | |
download | jitsi-86f1c9216f2eb91523dee391b3166108d5acfe25.zip jitsi-86f1c9216f2eb91523dee391b3166108d5acfe25.tar.gz jitsi-86f1c9216f2eb91523dee391b3166108d5acfe25.tar.bz2 |
Remove SwingWorker library, it is included in Java 7
Diffstat (limited to 'resources/install')
-rw-r--r-- | resources/install/debian/patches/encoding.patch | 17 |
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}" /> |