diff --git a/jdk8.patch b/jdk8.patch index ed9f9613..af9a4a15 100644 --- a/jdk8.patch +++ b/jdk8.patch @@ -1,8 +1,8 @@ diff --git a/app.properties b/app.properties -index 1a3274f6..48abb46e 100644 +index a9573541..71985abc 100644 --- a/app.properties +++ b/app.properties -@@ -48,8 +48,8 @@ jre.major: 8 +@@ -46,8 +46,8 @@ jre.major: 8 jre.build: 201 # Minimum System Version @@ -13,7 +13,7 @@ index 1a3274f6..48abb46e 100644 # Package Information package.name: filebot -@@ -92,35 +92,12 @@ java.application.options: -Dunixfs=false \ +@@ -90,35 +90,12 @@ java.application.options: -Dunixfs=false \ -DuseCreationDate=false \ -Djava.net.useSystemProxies=true \ -Djna.nosys=true \ @@ -51,46 +51,10 @@ index 1a3274f6..48abb46e 100644 -Djna.boot.library.path="%EXEDIR%\\lib" \ -Djna.library.path="%EXEDIR%\\lib" \ diff --git a/build.xml b/build.xml -index 5c9501d2..60d6fde5 100644 +index ecbffc97..c7dc7da5 100644 --- a/build.xml +++ b/build.xml -@@ -111,30 +111,14 @@ - - - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -+ -+ - -- -+ - - -- -+ - - - -@@ -274,7 +258,7 @@ +@@ -162,7 +162,7 @@ @@ -99,7 +63,7 @@ index 5c9501d2..60d6fde5 100644 -@@ -289,10 +273,8 @@ +@@ -177,10 +177,8 @@ @@ -111,7 +75,7 @@ index 5c9501d2..60d6fde5 100644 -@@ -322,7 +304,7 @@ +@@ -210,7 +208,7 @@ @@ -120,7 +84,16 @@ index 5c9501d2..60d6fde5 100644 -@@ -361,9 +343,9 @@ +@@ -234,7 +232,7 @@ + + + +- ++ + + + +@@ -251,9 +249,9 @@ @@ -133,7 +106,7 @@ index 5c9501d2..60d6fde5 100644 -@@ -589,7 +571,7 @@ +@@ -485,7 +483,7 @@ @@ -142,7 +115,7 @@ index 5c9501d2..60d6fde5 100644 -@@ -629,8 +611,8 @@ +@@ -525,8 +523,8 @@ @@ -153,7 +126,7 @@ index 5c9501d2..60d6fde5 100644 -@@ -639,9 +621,6 @@ +@@ -535,9 +533,6 @@ @@ -187,19 +160,6 @@ index 41e87444..05422081 100644 -java -Dapplication.deployment=deb --module-path "$MODULE_PATH" --add-modules ALL-MODULE-PATH -Djna.boot.library.name=jnidispatch.system -Dnet.filebot.archive.extractor=ShellExecutables @{java.application.options} @{linux.application.options} @{linux.desktop.application.options} $JAVA_OPTS $FILEBOT_OPTS -jar "$FILEBOT_HOME/jar/filebot.jar" "$@" +java -Dapplication.deployment=deb -Djna.boot.library.name=jnidispatch.system -Dnet.filebot.archive.extractor=ShellExecutables @{java.application.options} @{linux.application.options} @{linux.desktop.application.options} $JAVA_OPTS $FILEBOT_OPTS -jar "$FILEBOT_HOME/jar/filebot.jar" "$@" -diff --git a/ivy.xml b/ivy.xml -index 758e4c01..646be80a 100644 ---- a/ivy.xml -+++ b/ivy.xml -@@ -36,7 +36,7 @@ - - - -- -+ - - - diff --git a/source/net/filebot/Logging.java b/source/net/filebot/Logging.java index da5c7a68..a1c25903 100644 --- a/source/net/filebot/Logging.java @@ -596,10 +556,10 @@ index 53eb62d9..ad02288e 100644 protected static List decodeStringSequence(ByteBuffer bb) { diff --git a/source/net/filebot/ui/MainFrame.java b/source/net/filebot/ui/MainFrame.java -index 4e1e33f5..3a9b9779 100644 +index 50f52bae..1e86a4ff 100644 --- a/source/net/filebot/ui/MainFrame.java +++ b/source/net/filebot/ui/MainFrame.java -@@ -223,11 +223,7 @@ public class MainFrame extends JFrame { +@@ -226,11 +226,7 @@ public class MainFrame extends JFrame { selectEnabled = true; // bring window to front when drag-and-drop operation is in progress