Created
May 10, 2017 21:59
-
-
Save nirvdrum/9f8c329e41eb5586caab8158c65dd263 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build.xml b/build.xml | |
index e2d57e3..790456f 100644 | |
--- a/build.xml | |
+++ b/build.xml | |
@@ -396,11 +396,7 @@ | |
<target name="-assemble-native-jar" depends="-init-vars, -build-platform-jar"> | |
<jar jarfile="${native.jar}" index="true" update="true" duplicate="preserve" | |
filesetmanifest="skip"> | |
- <archives> | |
- <zips> | |
- <fileset dir="archive" includes="jffi-*.jar"/> | |
- </zips> | |
- </archives> | |
+ <zipgroupfileset dir="archive" includes="jffi-*.jar"/> | |
<zipfileset src="${dist.dir}/jffi-${platform}.jar"/> | |
</jar> | |
</target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment