mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 15:58:52 -05:00
Update JDK8 patch
This commit is contained in:
parent
b1f10e7353
commit
b06ca48fe8
20
jdk8.patch
20
jdk8.patch
@ -46,7 +46,7 @@ index 1a9fafe3..4e4be0e2 100644
|
||||
# Default Windows Java Options
|
||||
windows.application.options: -Dapplication.help=show -Dapplication.dir="%APPDATA%\\FileBot" -Dapplication.dir="%APPDATA%\\FileBot" -Djava.io.tmpdir="%APPDATA%\\FileBot\\tmp" -Dnet.filebot.AcoustID.fpcalc="%EXEDIR%\\lib\\fpcalc.exe" -Djna.boot.library.path="%EXEDIR%\\lib" -Djna.library.path="%EXEDIR%\\lib" -Djava.library.path="%EXEDIR%\\lib"
|
||||
diff --git a/build.xml b/build.xml
|
||||
index a156632f..bd76f8e1 100644
|
||||
index c9feebce..7aadfbef 100644
|
||||
--- a/build.xml
|
||||
+++ b/build.xml
|
||||
@@ -93,9 +93,10 @@
|
||||
@ -61,16 +61,16 @@ index a156632f..bd76f8e1 100644
|
||||
<patternset refid="pattern.jre" />
|
||||
<cutdirsmapper dirs="1" />
|
||||
</untar>
|
||||
@@ -216,7 +217,7 @@
|
||||
</groovy>
|
||||
@@ -219,7 +220,7 @@
|
||||
</manifestclasspath>
|
||||
|
||||
<!-- compile -->
|
||||
- <javac srcdir="${dir.source}" destdir="${dir.build}" release="${jvm.version}" encoding="utf-8" debug="yes" debuglevel="lines,vars,source" includeAntRuntime="no">
|
||||
+ <javac srcdir="${dir.source}" destdir="${dir.build}" target="${jvm.version}" source="${jvm.version}" encoding="utf-8" debug="yes" debuglevel="lines,vars,source" includeAntRuntime="no">
|
||||
<classpath>
|
||||
<fileset dir="${dir.dist}/lib" />
|
||||
</classpath>
|
||||
@@ -255,7 +256,7 @@
|
||||
- <javac srcdir="${dir.source}" destdir="${dir.build}" release="${jvm.version}" encoding="utf-8" debug="yes" includeAntRuntime="no">
|
||||
+ <javac srcdir="${dir.source}" destdir="${dir.build}" target="${jvm.version}" source="${jvm.version}" encoding="utf-8" debug="yes" includeAntRuntime="no">
|
||||
<classpath refid="jar.classpath" />
|
||||
</javac>
|
||||
|
||||
@@ -256,7 +257,7 @@
|
||||
<fileset dir="${dir.installer}/appx" includes="*.exe, **/*.png" />
|
||||
</copy>
|
||||
<copy todir="${dir.staging}/lib">
|
||||
@ -79,7 +79,7 @@ index a156632f..bd76f8e1 100644
|
||||
</copy>
|
||||
<copy todir="${dir.staging}/jar">
|
||||
<fileset dir="${dir.dist}/lib" includes="*.jar" />
|
||||
@@ -283,7 +284,7 @@
|
||||
@@ -284,7 +285,7 @@
|
||||
<arg line="new /o /pr . /cf priconfig.xml /in ${microsoft.application.name}" />
|
||||
</exec>
|
||||
<exec executable="makeappx" dir="${dir.dist}" failonerror="yes">
|
||||
|
Loading…
Reference in New Issue
Block a user