Skip to content

Commit

Permalink
Fix JDK8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed May 28, 2019
1 parent d111f2d commit 54ad472
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion jdk8.patch
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ 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..4b35e005 100644
index 5c9501d2..136c51c0 100644
--- a/build.xml
+++ b/build.xml
@@ -111,30 +111,14 @@
Expand Down Expand Up @@ -90,6 +90,15 @@ index 5c9501d2..4b35e005 100644
</sequential>
</macrodef>

@@ -274,7 +258,7 @@

<target name="jar" depends="revision">
<!-- select jar dependencies -->
- <fileset id="jar.classpath" dir="${dir.lib}" includesfile="${dir.lib}/jar.includes" />
+ <fileset id="jar.classpath" dir="${dir.lib}" includesfile="${dir.lib}/jar.jdk8.includes" />

<!-- rebuild each dependency jar with zero compression and remove signatures -->
<groovy src="${dir.lib}/jar.groovy" />
@@ -289,10 +273,8 @@
</manifestclasspath>

Expand Down

0 comments on commit 54ad472

Please sign in to comment.