From 3632a4ab0725bd253774fb355c95c0e1101dacbf Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 8 Mar 2019 16:19:32 +0700 Subject: [PATCH] Fix JDK8 patch --- jdk8.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jdk8.patch b/jdk8.patch index bc849592..e20408d0 100644 --- a/jdk8.patch +++ b/jdk8.patch @@ -57,7 +57,7 @@ index f545ea20..9580b5c4 100644 -Djna.boot.library.path="%EXEDIR%\\lib" \ -Djna.library.path="%EXEDIR%\\lib" \ diff --git a/build.xml b/build.xml -index c6a43441..00554ec2 100644 +index 6fe8c659..26cc46af 100644 --- a/build.xml +++ b/build.xml @@ -112,19 +112,13 @@ @@ -165,18 +165,18 @@ index 373a3b1c..d06a8521 100644 diff --git a/source/net/filebot/Logging.java b/source/net/filebot/Logging.java -index 3ddac29b..b89a26b5 100644 +index da5c7a68..a1c25903 100644 --- a/source/net/filebot/Logging.java +++ b/source/net/filebot/Logging.java -@@ -12,6 +12,7 @@ import java.io.PrintWriter; - import java.io.StringWriter; +@@ -13,6 +13,7 @@ import java.io.StringWriter; + import java.lang.reflect.InvocationTargetException; import java.nio.channels.FileChannel; import java.nio.file.StandardOpenOption; +import java.time.Instant; import java.time.ZoneId; import java.time.format.DateTimeFormatter; import java.util.Locale; -@@ -155,7 +156,7 @@ public final class Logging { +@@ -156,7 +157,7 @@ public final class Logging { // ADD TIMESTAMP if (dateTimeFormatter != null) {