mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
15 lines
522 B
Diff
15 lines
522 B
Diff
Author: Holger Jaekel <holger.jaekel@gmx.de>
|
|
Summary: remove signature from final JAR
|
|
----
|
|
|
|
--- a/build.xml
|
|
+++ b/build.xml
|
|
@@ -30,8 +30,6 @@
|
|
<compilerarg line="-Xlint:none --patch-module java.compiler=javax17api.jar"/>
|
|
</javac>
|
|
|
|
- <delete file="${basedir}/META-INF/MANIFEST.MF" failonerror="false"/>
|
|
- <copy tofile="${basedir}/META-INF/MANIFEST.MF" file="${basedir}/scripts/binary/META-INF/MANIFEST.MF"/>
|
|
<zip destfile="${basedir}/${jar_file}">
|
|
<fileset dir="${output}" />
|
|
<fileset dir="${basedir}">
|